@Scope(value="prototype")
@Component
public class AuthUserRegistryComponentRule
extends java.lang.Object
Constructor and Description |
---|
AuthUserRegistryComponentRule() |
Modifier and Type | Method and Description |
---|---|
void |
postExecuteAuthUserRegistryCompFindById(TxnTransferObj txnTransferObj)
Pre execute rule for findbyId in AuthUserRegistryComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
postExecuteAuthUserRegistryCompMerge(TxnTransferObj txnTransferObj)
Pre execute rule for merge in AuthUserRegistryComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
postExecuteAuthUserRegistryCompPersit(TxnTransferObj txnTransferObj)
Pre execute rule for persist in AuthUserRegistryComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
postExecuteAuthUserRegistryfindByBusinessKey(TxnTransferObj txnTransferObj)
Pre execute rule for findByBusinessKey in AuthUserRegistryComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
preExecuteAuthUserRegistryCompMerge(AuthUserRegistryDO reqAuthUserRegistryDO,
AuthUserRegistryDO dbimageAuthUserRegistryDO,
TxnTransferObj txnTransferObj)
Pre execute rule for merge in AuthUserRegistryComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
preExecuteAuthUserRegistryCompPersist(AuthUserRegistryDO reqAuthUserRegistryDO,
TxnTransferObj txnTransferObj)
Pre execute rule for persist in AuthUserRegistryComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
preExecuteAuthUserRegistryfindByBusinessKey(TxnTransferObj txnTransferObj)
Pre execute rule for findByBusinessKey in AuthUserRegistryComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
prevalidateAuthUserRegistryCompFindById(TxnTransferObj txnTransferObj)
Pre execute findbyId validation method for AuthUserRegistryComp to validate mandatory attributes etc
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
PrevalidateAuthUserRegistryCompMerge(TxnTransferObj txnTransferObj)
Pre execute merge validation method for AuthUserRegistryComp to validate mandatory attributes etc
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
prevalidateAuthUserRegistryCompPersit(TxnTransferObj txnTransferObj)
Pre execute persist validation method for AuthUserRegistryComp to validate mandatory attributes etc
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
preValidateAuthUserRegistryfindByBusinessKey(TxnTransferObj txnTransferObj)
Pre execute findByBusinessKey validation method for AuthUserRegistryComp to validate mandatory attributes etc
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
public void prevalidateAuthUserRegistryCompPersit(TxnTransferObj txnTransferObj)
YugandharCommonException
- yugandhar common exceptionpublic void PrevalidateAuthUserRegistryCompMerge(TxnTransferObj txnTransferObj)
YugandharCommonException
- yugandhar common exceptionpublic void prevalidateAuthUserRegistryCompFindById(TxnTransferObj txnTransferObj)
YugandharCommonException
- yugandhar common exceptionpublic void preValidateAuthUserRegistryfindByBusinessKey(TxnTransferObj txnTransferObj)
YugandharCommonException
- yugandhar common exceptionpublic void preExecuteAuthUserRegistryCompPersist(AuthUserRegistryDO reqAuthUserRegistryDO, TxnTransferObj txnTransferObj)
YugandharCommonException
- yugandhar common exceptionpublic void postExecuteAuthUserRegistryCompPersit(TxnTransferObj txnTransferObj)
YugandharCommonException
- yugandhar common exceptionpublic void preExecuteAuthUserRegistryCompMerge(AuthUserRegistryDO reqAuthUserRegistryDO, AuthUserRegistryDO dbimageAuthUserRegistryDO, TxnTransferObj txnTransferObj)
YugandharCommonException
- yugandhar common exceptionpublic void postExecuteAuthUserRegistryCompMerge(TxnTransferObj txnTransferObj)
YugandharCommonException
- yugandhar common exceptionpublic void postExecuteAuthUserRegistryCompFindById(TxnTransferObj txnTransferObj)
YugandharCommonException
- yugandhar common exceptionpublic void preExecuteAuthUserRegistryfindByBusinessKey(TxnTransferObj txnTransferObj)
YugandharCommonException
- yugandhar common exceptionpublic void postExecuteAuthUserRegistryfindByBusinessKey(TxnTransferObj txnTransferObj)
YugandharCommonException
- yugandhar common exception