Package | Description |
---|---|
com.yugandhar.common.transobj | |
com.yugandhar.msp.config |
Modifier and Type | Method and Description |
---|---|
ConfigAppPropertiesDO |
AbstractTxnPayload.getConfigAppPropertiesDO() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ConfigAppPropertiesDO> |
AbstractTxnPayload.getConfigAppPropertiesDOList() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTxnPayload.setConfigAppPropertiesDO(ConfigAppPropertiesDO configAppPropertiesDO) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTxnPayload.setConfigAppPropertiesDOList(java.util.List<ConfigAppPropertiesDO> configAppPropertiesDOList) |
Modifier and Type | Method and Description |
---|---|
ConfigAppPropertiesDO |
ConfigAppPropertiesComponent.executeRepositoryQuery(java.lang.String key,
java.lang.String filter)
Execute the query using JPA Repository
|
ConfigAppPropertiesDO |
ConfigAppPropertiesRepository.findByBusinessKeyActive(java.lang.String key) |
ConfigAppPropertiesDO |
ConfigAppPropertiesRepository.findByBusinessKeyAll(java.lang.String key) |
ConfigAppPropertiesDO |
ConfigAppPropertiesRepository.findByBusinessKeyInactive(java.lang.String key) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigAppPropertiesComponentRule.preExecuteConfigAppPropertiesCompMerge(ConfigAppPropertiesDO reqConfigAppPropertiesDO,
ConfigAppPropertiesDO dbimageConfigAppPropertiesDO,
TxnTransferObj txnTransferObj)
Pre execute rule for merge in ConfigAppPropertiesComp
This rule is externalized in com.yugandhar.msp.extern.util.YugandharPrePostComponentRule class
Override this method in YugandharPrePostComponentRule to modify the default OOTB validation
|
void |
ConfigAppPropertiesComponentRule.preExecuteConfigAppPropertiesCompPersist(ConfigAppPropertiesDO reqConfigAppPropertiesDO,
TxnTransferObj txnTransferObj)
Pre execute rule for persist in ConfigAppPropertiesComp
This rule is externalized in com.yugandhar.msp.extern.util.YugandharPrePostComponentRule class
Override this method in YugandharPrePostComponentRule to modify the default OOTB validation
|