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 |
---|---|
RefCurrencyDO |
AbstractTxnPayload.getRefCurrencyDO() |
Modifier and Type | Method and Description |
---|---|
java.util.List<RefCurrencyDO> |
AbstractTxnPayload.getRefCurrencyDOList() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTxnPayload.setRefCurrencyDO(RefCurrencyDO refCurrencyDO) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTxnPayload.setRefCurrencyDOList(java.util.List<RefCurrencyDO> refCurrencyDOList) |
Modifier and Type | Method and Description |
---|---|
RefCurrencyDO |
ReferenceTableHelper.getRefCurrencyValueByKey(java.lang.String requesterLanguage,
java.lang.String Refkey,
java.lang.String filterValue) |
Modifier and Type | Method and Description |
---|---|
RefCurrencyDO |
RefCurrencyComponent.executeRepositoryQuery(java.lang.String configLanguageCodeKey,
java.lang.String key,
java.lang.String filter)
Execute the query using JPA Repository
|
RefCurrencyDO |
RefCurrencyRepository.findByBusinessKeyActive(java.lang.String configLanguageCodeKey,
java.lang.String key) |
RefCurrencyDO |
RefCurrencyRepository.findByBusinessKeyAll(java.lang.String configLanguageCodeKey,
java.lang.String key) |
RefCurrencyDO |
RefCurrencyRepository.findByBusinessKeyInactive(java.lang.String configLanguageCodeKey,
java.lang.String key) |
Modifier and Type | Method and Description |
---|---|
org.springframework.data.domain.Page<RefCurrencyDO> |
RefCurrencyRepository.findAllActiveByLanguageCode(java.lang.String configLanguageCodeKey,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Page<RefCurrencyDO> |
RefCurrencyRepository.findAllByLanguageCode(java.lang.String configLanguageCodeKey,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Page<RefCurrencyDO> |
RefCurrencyRepository.findAllInActiveByLanguageCode(java.lang.String configLanguageCodeKey,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Page<RefCurrencyDO> |
RefCurrencyComponent.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 |
RefCurrencyComponentRule.preExecuteRefCurrencyCompMerge(RefCurrencyDO reqRefCurrencyDO,
RefCurrencyDO dbimageRefCurrencyDO,
TxnTransferObj txnTransferObj)
Pre execute rule for merge in RefCurrencyComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
RefCurrencyComponentRule.preExecuteRefCurrencyCompPersist(RefCurrencyDO reqRefCurrencyDO,
TxnTransferObj txnTransferObj)
Pre execute rule for persist in RefCurrencyComp
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 |
---|
AbstractRefCurrencyDO(RefCurrencyDO theRefCurrencyDO) |
RefCurrencyDO(RefCurrencyDO theRefCurrencyDO) |