@Scope(value="prototype")
@Component
public class ConfigLanguageCodeComponentRule
extends java.lang.Object
Constructor and Description |
---|
ConfigLanguageCodeComponentRule() |
Modifier and Type | Method and Description |
---|---|
void |
postExecuteConfigLanguageCodeCompFindById(TxnTransferObj txnTransferObj)
Pre execute rule for findbyId in ConfigLanguageCodeComp
This rule is externalized in com.yugandhar.msp.extern.util.YugandharPrePostComponentRule class
Override this method in YugandharPrePostComponentRule to modify the default OOTB validation
|
void |
postExecuteConfigLanguageCodeCompMerge(TxnTransferObj txnTransferObj)
Pre execute rule for merge in ConfigLanguageCodeComp
This rule is externalized in com.yugandhar.msp.extern.util.YugandharPrePostComponentRule class
Override this method in YugandharPrePostComponentRule to modify the default OOTB validation
|
void |
postExecuteConfigLanguageCodeCompPersit(TxnTransferObj txnTransferObj)
Pre execute rule for persist in ConfigLanguageCodeComp
This rule is externalized in com.yugandhar.msp.extern.util.YugandharPrePostComponentRule class
Override this method in YugandharPrePostComponentRule to modify the default OOTB validation
|
void |
postExecuteConfigLanguageCodefindByBusinessKey(TxnTransferObj txnTransferObj)
Pre execute rule for findByBusinessKey in ConfigLanguageCodeComp
This rule is externalized in com.yugandhar.msp.extern.util.YugandharPrePostComponentRule class
Override this method in YugandharPrePostComponentRule to modify the default OOTB validation
|
void |
preExecuteConfigLanguageCodeCompMerge(ConfigLanguageCodeDO reqConfigLanguageCodeDO,
ConfigLanguageCodeDO dbimageConfigLanguageCodeDO,
TxnTransferObj txnTransferObj)
Pre execute rule for merge in ConfigLanguageCodeComp
This rule is externalized in com.yugandhar.msp.extern.util.YugandharPrePostComponentRule class
Override this method in YugandharPrePostComponentRule to modify the default OOTB validation
|
void |
preExecuteConfigLanguageCodeCompPersist(ConfigLanguageCodeDO reqConfigLanguageCodeDO,
TxnTransferObj txnTransferObj)
Pre execute rule for persist in ConfigLanguageCodeComp
This rule is externalized in com.yugandhar.msp.extern.util.YugandharPrePostComponentRule class
Override this method in YugandharPrePostComponentRule to modify the default OOTB validation
|
void |
preExecuteConfigLanguageCodefindByBusinessKey(TxnTransferObj txnTransferObj)
Pre execute rule for findByBusinessKey in ConfigLanguageCodeComp
This rule is externalized in com.yugandhar.msp.extern.util.YugandharPrePostComponentRule class
Override this method in YugandharPrePostComponentRule to modify the default OOTB validation
|
void |
prevalidateConfigLanguageCodeCompFindById(TxnTransferObj txnTransferObj)
Pre execute findbyId validation method for ConfigLanguageCodeComp 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 |
PrevalidateConfigLanguageCodeCompMerge(TxnTransferObj txnTransferObj)
Pre execute merge validation method for ConfigLanguageCodeComp 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 |
prevalidateConfigLanguageCodeCompPersit(TxnTransferObj txnTransferObj)
Pre execute persist validation method for ConfigLanguageCodeComp 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 |
preValidateConfigLanguageCodefindByBusinessKey(TxnTransferObj txnTransferObj)
Pre execute findByBusinessKey validation method for ConfigLanguageCodeComp 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 prevalidateConfigLanguageCodeCompPersit(TxnTransferObj txnTransferObj)
YugandharCommonException
- yugandhar common exceptionpublic void PrevalidateConfigLanguageCodeCompMerge(TxnTransferObj txnTransferObj)
YugandharCommonException
- yugandhar common exceptionpublic void prevalidateConfigLanguageCodeCompFindById(TxnTransferObj txnTransferObj)
YugandharCommonException
- yugandhar common exceptionpublic void preValidateConfigLanguageCodefindByBusinessKey(TxnTransferObj txnTransferObj)
YugandharCommonException
- yugandhar common exceptionpublic void preExecuteConfigLanguageCodeCompPersist(ConfigLanguageCodeDO reqConfigLanguageCodeDO, TxnTransferObj txnTransferObj)
YugandharCommonException
- yugandhar common exceptionpublic void postExecuteConfigLanguageCodeCompPersit(TxnTransferObj txnTransferObj)
YugandharCommonException
- yugandhar common exceptionpublic void preExecuteConfigLanguageCodeCompMerge(ConfigLanguageCodeDO reqConfigLanguageCodeDO, ConfigLanguageCodeDO dbimageConfigLanguageCodeDO, TxnTransferObj txnTransferObj)
YugandharCommonException
- yugandhar common exceptionpublic void postExecuteConfigLanguageCodeCompMerge(TxnTransferObj txnTransferObj)
YugandharCommonException
- yugandhar common exceptionpublic void postExecuteConfigLanguageCodeCompFindById(TxnTransferObj txnTransferObj)
YugandharCommonException
- yugandhar common exceptionpublic void preExecuteConfigLanguageCodefindByBusinessKey(TxnTransferObj txnTransferObj)
YugandharCommonException
- yugandhar common exceptionpublic void postExecuteConfigLanguageCodefindByBusinessKey(TxnTransferObj txnTransferObj)
YugandharCommonException
- yugandhar common exception