Package | Description |
---|---|
com.yugandhar.common.transobj | |
com.yugandhar.msp.component.util | |
com.yugandhar.msp.corecomponentref | |
com.yugandhar.msp.dobj |
Modifier and Type | Method and Description |
---|---|
RefCountryIsoDO |
AbstractTxnPayload.getRefCountryIsoDO() |
Modifier and Type | Method and Description |
---|---|
java.util.List<RefCountryIsoDO> |
AbstractTxnPayload.getRefCountryIsoDOList() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTxnPayload.setRefCountryIsoDO(RefCountryIsoDO refCountryIsoDO) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTxnPayload.setRefCountryIsoDOList(java.util.List<RefCountryIsoDO> refCountryIsoDOList) |
Modifier and Type | Method and Description |
---|---|
RefCountryIsoDO |
ReferenceTableHelper.getRefCountryIsoValueByKey(java.lang.String requesterLanguage,
java.lang.String Refkey,
java.lang.String filterValue) |
Modifier and Type | Method and Description |
---|---|
RefCountryIsoDO |
RefCountryIsoComponent.executeRepositoryQuery(java.lang.String configLanguageCodeKey,
java.lang.String key,
java.lang.String filter)
Execute the query using JPA Repository
|
RefCountryIsoDO |
RefCountryIsoRepository.findByBusinessKeyActive(java.lang.String configLanguageCodeKey,
java.lang.String key) |
RefCountryIsoDO |
RefCountryIsoRepository.findByBusinessKeyAll(java.lang.String configLanguageCodeKey,
java.lang.String key) |
RefCountryIsoDO |
RefCountryIsoRepository.findByBusinessKeyInactive(java.lang.String configLanguageCodeKey,
java.lang.String key) |
Modifier and Type | Method and Description |
---|---|
org.springframework.data.domain.Page<RefCountryIsoDO> |
RefCountryIsoRepository.findAllActiveByLanguageCode(java.lang.String configLanguageCodeKey,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Page<RefCountryIsoDO> |
RefCountryIsoRepository.findAllByLanguageCode(java.lang.String configLanguageCodeKey,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Page<RefCountryIsoDO> |
RefCountryIsoRepository.findAllInActiveByLanguageCode(java.lang.String configLanguageCodeKey,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Page<RefCountryIsoDO> |
RefCountryIsoComponent.findAllRecordsByLanguageCodeFromRepository(java.lang.String configLanguageCodeKey,
java.lang.String filter,
java.lang.Integer requestedPageNumber,
java.lang.Integer requestedPageSize,
TxnTransferObj txnTransferObj) |
Modifier and Type | Method and Description |
---|---|
void |
RefCountryIsoComponentRule.preExecuteRefCountryIsoCompMerge(RefCountryIsoDO reqRefCountryIsoDO,
RefCountryIsoDO dbimageRefCountryIsoDO,
TxnTransferObj txnTransferObj)
Pre execute rule for merge in RefCountryIsoComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
RefCountryIsoComponentRule.preExecuteRefCountryIsoCompPersist(RefCountryIsoDO reqRefCountryIsoDO,
TxnTransferObj txnTransferObj)
Pre execute rule for persist in RefCountryIsoComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
Constructor and Description |
---|
AbstractRefCountryIsoDO(RefCountryIsoDO theRefCountryIsoDO) |
RefCountryIsoDO(RefCountryIsoDO theRefCountryIsoDO) |