@Scope(value="prototype")
@Component
public class ConfigAppPropertiesComponentRule
extends java.lang.Object
Constructor and Description |
---|
ConfigAppPropertiesComponentRule() |
Modifier and Type | Method and Description |
---|---|
void |
postExecuteConfigAppPropertiesCompFindById(TxnTransferObj txnTransferObj)
Pre execute rule for findbyId 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 |
postExecuteConfigAppPropertiesCompMerge(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 |
postExecuteConfigAppPropertiesCompPersit(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
|
void |
postExecuteConfigAppPropertiesfindByBusinessKey(TxnTransferObj txnTransferObj)
Pre execute rule for findByBusinessKey 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 |
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 |
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
|
void |
preExecuteConfigAppPropertiesfindByBusinessKey(TxnTransferObj txnTransferObj)
Pre execute rule for findByBusinessKey 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 |
prevalidateConfigAppPropertiesCompFindById(TxnTransferObj txnTransferObj)
Pre execute findbyId validation method for ConfigAppPropertiesComp to validate mandatory attributes etc
This method is externalized in com.yugandhar.msp.extern.util.CommonValidationUtil class
Override this method in CommonValidationUtil to modify the default OOTB validation
|
void |
PrevalidateConfigAppPropertiesCompMerge(TxnTransferObj txnTransferObj)
Pre execute merge validation method for ConfigAppPropertiesComp to validate mandatory attributes etc
This method is externalized in com.yugandhar.msp.extern.util.CommonValidationUtil class
Override this method in CommonValidationUtil to modify the default OOTB validation
|
void |
prevalidateConfigAppPropertiesCompPersit(TxnTransferObj txnTransferObj)
Pre execute persist validation method for ConfigAppPropertiesComp to validate mandatory attributes etc
This method is externalized in com.yugandhar.msp.extern.util.CommonValidationUtil class
Override this method in CommonValidationUtil to modify the default OOTB validation
|
void |
preValidateConfigAppPropertiesfindByBusinessKey(TxnTransferObj txnTransferObj)
Pre execute findByBusinessKey validation method for ConfigAppPropertiesComp to validate mandatory attributes etc
This method is externalized in com.yugandhar.msp.extern.util.CommonValidationUtil class
Override this method in CommonValidationUtil to modify the default OOTB validation
|
public void prevalidateConfigAppPropertiesCompPersit(TxnTransferObj txnTransferObj)
YugandharCommonException
- yugandhar common exceptionpublic void PrevalidateConfigAppPropertiesCompMerge(TxnTransferObj txnTransferObj)
YugandharCommonException
- yugandhar common exceptionpublic void prevalidateConfigAppPropertiesCompFindById(TxnTransferObj txnTransferObj)
YugandharCommonException
- yugandhar common exceptionpublic void preValidateConfigAppPropertiesfindByBusinessKey(TxnTransferObj txnTransferObj)
YugandharCommonException
- yugandhar common exceptionpublic void preExecuteConfigAppPropertiesCompPersist(ConfigAppPropertiesDO reqConfigAppPropertiesDO, TxnTransferObj txnTransferObj)
YugandharCommonException
- yugandhar common exceptionpublic void postExecuteConfigAppPropertiesCompPersit(TxnTransferObj txnTransferObj)
YugandharCommonException
- yugandhar common exceptionpublic void preExecuteConfigAppPropertiesCompMerge(ConfigAppPropertiesDO reqConfigAppPropertiesDO, ConfigAppPropertiesDO dbimageConfigAppPropertiesDO, TxnTransferObj txnTransferObj)
YugandharCommonException
- yugandhar common exceptionpublic void postExecuteConfigAppPropertiesCompMerge(TxnTransferObj txnTransferObj)
YugandharCommonException
- yugandhar common exceptionpublic void postExecuteConfigAppPropertiesCompFindById(TxnTransferObj txnTransferObj)
YugandharCommonException
- yugandhar common exceptionpublic void preExecuteConfigAppPropertiesfindByBusinessKey(TxnTransferObj txnTransferObj)
YugandharCommonException
- yugandhar common exceptionpublic void postExecuteConfigAppPropertiesfindByBusinessKey(TxnTransferObj txnTransferObj)
YugandharCommonException
- yugandhar common exception