Modifier and Type | Method and Description |
---|---|
boolean |
CommonValidationUtil.checkIfUserOrRoleIsAuthorizedForRequestedTxn(TxnTransferObj txnTransferObj) |
CommonValidationResponse |
CommonValidationUtil.createCommonValidationResponseFromException(TxnTransferObj txnErrTransferObj,
java.lang.String errorCode,
java.lang.Exception e) |
CommonValidationResponse |
CommonValidationUtil.createCommonValidationResponseFromYugException(TxnTransferObj txnErrTransferObj,
YugandharCommonException yce) |
YugandharCommonException |
CommonValidationUtil.createErrorResponse(TxnTransferObj txnTransferObj,
java.lang.String errorCode,
java.lang.String additionalErrorMessage) |
java.lang.String |
CommonValidationUtil.getErrorMessageFromErrorCode(TxnTransferObj txnTransferObj,
java.lang.String errorCode) |
YugandharCommonException |
CommonValidationUtil.populateErrorResponse(TxnTransferObj txnTransferObj,
java.lang.String errorCode,
java.lang.Exception e,
java.lang.String additionalErrorMessage) |
YugandharCommonException |
CommonValidationUtil.populateValidationErrorResponse(TxnTransferObj txnTransferObj,
java.lang.String errorCode,
java.lang.String additionalErrorMessage) |
void |
CommonValidationUtil.validateFilterValue(TxnTransferObj txnTransferObj,
java.lang.String filter) |
CommonValidationResponse |
CommonValidationUtil.validateHeader(TxnTransferObj txnTransferObj) |
void |
CommonValidationUtil.validateHeaderForInternalTxn(TxnTransferObj txnTransferObj) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
YugJMSMessageSender.convertObjectToJSONString(TxnTransferObj txnTransferObj) |
void |
YugJMSMessageSender.sendMessageToDefaultRequestQueue(TxnTransferObj txnTransferObj) |
void |
YugJMSMessageSender.sendMessageToDefaultResponseQueue(TxnTransferObj txnTransferObj) |
void |
YugJMSMessageSender.sendMessageToQueue(TxnTransferObj txnTransferObj,
java.lang.String queueName) |
void |
YugDefaultRequestQueueListener.sendResponseToOutboundQueue(TxnTransferObj txnTransferObj) |
Modifier and Type | Method and Description |
---|---|
TxnTransferObj |
AuthUserRoleAssocService.add(TxnTransferObj txnTransferObj)
This service creates a record in database.
|
TxnTransferObj |
AuthUserroleAccesscontrolService.add(TxnTransferObj txnTransferObj)
This service creates a record in database.
|
TxnTransferObj |
AuthUserRegistryService.add(TxnTransferObj txnTransferObj)
This service creates a record in database.
|
TxnTransferObj |
AuthRolesRegistryService.add(TxnTransferObj txnTransferObj)
This service creates a record in database.
|
TxnTransferObj |
AuthUserRoleAssocService.findAllRecordsByAuthRolesRegistryIdpk(TxnTransferObj txnTransferObj) |
TxnTransferObj |
AuthUserRoleAssocComponent.findAllRecordsByAuthRolesRegistryIdpk(TxnTransferObj txnTransferObj)
Returns all the records from the for AuthUserRoleAssocDO entity based on
authRolesRegistryIdpk and maximum of records as configuration in
properties
|
TxnTransferObj |
AuthUserRoleAssocService.findAllRecordsByAuthUserRegistryIdpk(TxnTransferObj txnTransferObj) |
TxnTransferObj |
AuthUserRoleAssocComponent.findAllRecordsByAuthUserRegistryIdpk(TxnTransferObj txnTransferObj)
Returns all the records from the for AuthUserRoleAssocDO entity based on
authUserRegistryIdpk and maximum of records as configuration in properties
|
TxnTransferObj |
AuthUserroleAccesscontrolService.findAuthUserroleAccesscontrolByRegistryIdpk(TxnTransferObj txnTransferObj) |
TxnTransferObj |
AuthUserroleAccesscontrolComponent.findAuthUserroleAccesscontrolByRegistryIdpk(TxnTransferObj txnTransferObj)
Returns all the records from the for AuthUserroleAccesscontrolDO entity
based on ProfileType and AuthUserRoleRegistryIdpk, maximum of records as
configuration in properties
|
TxnTransferObj |
AuthUserRoleAssocService.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database record based on business key (authRolesRegistryIdpk and authUserRegistryIdpk)
|
TxnTransferObj |
AuthUserRoleAssocComponent.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database table records based on business key
(authRolesRegistryIdpk and authUserRegistryIdpk)
|
TxnTransferObj |
AuthUserroleAccesscontrolService.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database record based on business key (profileType, authUserRoleRegistryIdpk, configTxnRegistryIdpk)
|
TxnTransferObj |
AuthUserroleAccesscontrolComponent.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database table REF_CURRENCY records based on
business key (profileType, authUserRoleRegistryIdpk, configTxnRegistryIdpk)
|
TxnTransferObj |
AuthUserRegistryService.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database record based on business key (e.g.UserName)
|
TxnTransferObj |
AuthUserRegistryComponent.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database table records based on business key
(e.g.UserName)
|
TxnTransferObj |
AuthRolesRegistryService.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database record based on business key (e.g.LanguageCode and Key)
|
TxnTransferObj |
AuthRolesRegistryComponent.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database table AUTH_ROLES_REGISTRY records based
on business key (e.g.roleName)
|
TxnTransferObj |
AuthUserRoleAssocService.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
AuthUserRoleAssocComponent.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
AuthUserroleAccesscontrolService.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
AuthUserroleAccesscontrolComponent.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
AuthUserRegistryService.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
AuthUserRegistryComponent.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
AuthRolesRegistryService.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
AuthRolesRegistryComponent.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
AuthUserRoleAssocService.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
AuthUserRoleAssocComponent.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
AuthUserroleAccesscontrolService.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
AuthUserroleAccesscontrolComponent.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
AuthUserRegistryService.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
AuthUserRegistryComponent.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
AuthRolesRegistryService.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
AuthRolesRegistryComponent.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
AuthUserRoleAssocComponent.persist(TxnTransferObj txnTransferObj)
This method creates a record in database.
|
TxnTransferObj |
AuthUserroleAccesscontrolComponent.persist(TxnTransferObj txnTransferObj)
This method creates a record in database.
|
TxnTransferObj |
AuthUserRegistryComponent.persist(TxnTransferObj txnTransferObj)
This method creates a record in database.
|
TxnTransferObj |
AuthRolesRegistryComponent.persist(TxnTransferObj txnTransferObj)
This method creates a record in database.
|
TxnTransferObj |
searchAuthUsersService.process(TxnTransferObj txnTransferObj) |
TxnTransferObj |
SearchAuthRolesService.process(TxnTransferObj txnTransferObj) |
TxnTransferObj |
SearchAuthAccessControlService.process(TxnTransferObj txnTransferObj) |
Modifier and Type | Method and Description |
---|---|
TxnTransferObj |
AuthUserRoleAssocService.add(TxnTransferObj txnTransferObj)
This service creates a record in database.
|
TxnTransferObj |
AuthUserroleAccesscontrolService.add(TxnTransferObj txnTransferObj)
This service creates a record in database.
|
TxnTransferObj |
AuthUserRegistryService.add(TxnTransferObj txnTransferObj)
This service creates a record in database.
|
TxnTransferObj |
AuthRolesRegistryService.add(TxnTransferObj txnTransferObj)
This service creates a record in database.
|
TxnTransferObj |
AuthUserRoleAssocService.findAllRecordsByAuthRolesRegistryIdpk(TxnTransferObj txnTransferObj) |
TxnTransferObj |
AuthUserRoleAssocComponent.findAllRecordsByAuthRolesRegistryIdpk(TxnTransferObj txnTransferObj)
Returns all the records from the for AuthUserRoleAssocDO entity based on
authRolesRegistryIdpk and maximum of records as configuration in
properties
|
org.springframework.data.domain.Page<AuthUserRoleAssocDO> |
AuthUserRoleAssocComponent.findAllRecordsByAuthRolesRegistryIdpkFromRepository(java.lang.String authRolesRegistryIdpk,
java.lang.String filter,
java.lang.Integer requestedPageNumber,
java.lang.Integer requestedPageSize,
TxnTransferObj txnTransferObj) |
TxnTransferObj |
AuthUserRoleAssocService.findAllRecordsByAuthUserRegistryIdpk(TxnTransferObj txnTransferObj) |
TxnTransferObj |
AuthUserRoleAssocComponent.findAllRecordsByAuthUserRegistryIdpk(TxnTransferObj txnTransferObj)
Returns all the records from the for AuthUserRoleAssocDO entity based on
authUserRegistryIdpk and maximum of records as configuration in properties
|
org.springframework.data.domain.Page<AuthUserRoleAssocDO> |
AuthUserRoleAssocComponent.findAllRecordsByAuthUserRegistryIdpkFromRepository(java.lang.String authUserRegistryIdpk,
java.lang.String filter,
java.lang.Integer requestedPageNumber,
java.lang.Integer requestedPageSize,
TxnTransferObj txnTransferObj) |
TxnTransferObj |
AuthUserroleAccesscontrolService.findAuthUserroleAccesscontrolByRegistryIdpk(TxnTransferObj txnTransferObj) |
TxnTransferObj |
AuthUserroleAccesscontrolComponent.findAuthUserroleAccesscontrolByRegistryIdpk(TxnTransferObj txnTransferObj)
Returns all the records from the for AuthUserroleAccesscontrolDO entity
based on ProfileType and AuthUserRoleRegistryIdpk, maximum of records as
configuration in properties
|
org.springframework.data.domain.Page<AuthUserroleAccesscontrolDO> |
AuthUserroleAccesscontrolComponent.findAuthUserroleAccesscontrolByRegistryIdpkFromRepository(java.lang.String profileType,
java.lang.String authUserRoleRegistryIdpk,
java.lang.String filter,
java.lang.Integer requestedPageNumber,
java.lang.Integer requestedPageSize,
TxnTransferObj txnTransferObj) |
TxnTransferObj |
AuthUserRoleAssocService.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database record based on business key (authRolesRegistryIdpk and authUserRegistryIdpk)
|
TxnTransferObj |
AuthUserRoleAssocComponent.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database table records based on business key
(authRolesRegistryIdpk and authUserRegistryIdpk)
|
TxnTransferObj |
AuthUserroleAccesscontrolService.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database record based on business key (profileType, authUserRoleRegistryIdpk, configTxnRegistryIdpk)
|
TxnTransferObj |
AuthUserroleAccesscontrolComponent.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database table REF_CURRENCY records based on
business key (profileType, authUserRoleRegistryIdpk, configTxnRegistryIdpk)
|
TxnTransferObj |
AuthUserRegistryService.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database record based on business key (e.g.UserName)
|
TxnTransferObj |
AuthUserRegistryComponent.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database table records based on business key
(e.g.UserName)
|
TxnTransferObj |
AuthRolesRegistryService.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database record based on business key (e.g.LanguageCode and Key)
|
TxnTransferObj |
AuthRolesRegistryComponent.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database table AUTH_ROLES_REGISTRY records based
on business key (e.g.roleName)
|
TxnTransferObj |
AuthUserRoleAssocService.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
AuthUserRoleAssocComponent.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
AuthUserroleAccesscontrolService.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
AuthUserroleAccesscontrolComponent.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
AuthUserRegistryService.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
AuthUserRegistryComponent.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
AuthRolesRegistryService.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
AuthRolesRegistryComponent.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
AuthUserRoleAssocService.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
AuthUserRoleAssocComponent.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
AuthUserroleAccesscontrolService.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
AuthUserroleAccesscontrolComponent.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
AuthUserRegistryService.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
AuthUserRegistryComponent.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
AuthRolesRegistryService.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
AuthRolesRegistryComponent.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
AuthUserRoleAssocComponent.persist(TxnTransferObj txnTransferObj)
This method creates a record in database.
|
TxnTransferObj |
AuthUserroleAccesscontrolComponent.persist(TxnTransferObj txnTransferObj)
This method creates a record in database.
|
TxnTransferObj |
AuthUserRegistryComponent.persist(TxnTransferObj txnTransferObj)
This method creates a record in database.
|
TxnTransferObj |
AuthRolesRegistryComponent.persist(TxnTransferObj txnTransferObj)
This method creates a record in database.
|
void |
AuthRolesRegistryComponentRule.postExecuteAuthRolesRegistryCompFindById(TxnTransferObj txnTransferObj)
Pre execute rule for findbyId in AuthRolesRegistryComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
AuthRolesRegistryComponentRule.postExecuteAuthRolesRegistryCompMerge(TxnTransferObj txnTransferObj)
Pre execute rule for merge in AuthRolesRegistryComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
AuthRolesRegistryComponentRule.postExecuteAuthRolesRegistryCompPersit(TxnTransferObj txnTransferObj)
Pre execute rule for persist in AuthRolesRegistryComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
AuthRolesRegistryComponentRule.postExecuteAuthRolesRegistryfindByBusinessKey(TxnTransferObj txnTransferObj)
Pre execute rule for findByBusinessKey in AuthRolesRegistryComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
AuthUserRegistryComponentRule.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 |
AuthUserRegistryComponentRule.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 |
AuthUserRegistryComponentRule.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 |
AuthUserRegistryComponentRule.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 |
AuthUserroleAccesscontrolComponentRule.postExecuteAuthUserroleAccesscontrolCompFindById(TxnTransferObj txnTransferObj)
Pre execute rule for findbyId in AuthUserroleAccesscontrolComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
AuthUserroleAccesscontrolComponentRule.postExecuteAuthUserroleAccesscontrolCompMerge(TxnTransferObj txnTransferObj)
Pre execute rule for merge in AuthUserroleAccesscontrolComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
AuthUserroleAccesscontrolComponentRule.postExecuteAuthUserroleAccesscontrolCompPersit(TxnTransferObj txnTransferObj)
Pre execute rule for persist in AuthUserroleAccesscontrolComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
AuthUserroleAccesscontrolComponentRule.postExecuteAuthUserroleAccesscontrolfindByBusinessKey(TxnTransferObj txnTransferObj)
Pre execute rule for findByBusinessKey in AuthUserroleAccesscontrolComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
AuthUserRoleAssocComponentRule.postExecuteAuthUserRoleAssocCompFindById(TxnTransferObj txnTransferObj)
Pre execute rule for findbyId in AuthUserRoleAssocComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
AuthUserRoleAssocComponentRule.postExecuteAuthUserRoleAssocCompMerge(TxnTransferObj txnTransferObj)
Pre execute rule for merge in AuthUserRoleAssocComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
AuthUserRoleAssocComponentRule.postExecuteAuthUserRoleAssocCompPersit(TxnTransferObj txnTransferObj)
Pre execute rule for persist in AuthUserRoleAssocComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
AuthUserRoleAssocComponentRule.postExecuteAuthUserRoleAssocfindByBusinessKey(TxnTransferObj txnTransferObj)
Pre execute rule for findByBusinessKey in AuthUserRoleAssocComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
AuthRolesRegistryComponentRule.preExecuteAuthRolesRegistryCompMerge(AuthRolesRegistryDO reqAuthRolesRegistryDO,
AuthRolesRegistryDO dbimageAuthRolesRegistryDO,
TxnTransferObj txnTransferObj)
Pre execute rule for merge in AuthRolesRegistryComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
AuthRolesRegistryComponentRule.preExecuteAuthRolesRegistryCompPersist(AuthRolesRegistryDO reqAuthRolesRegistryDO,
TxnTransferObj txnTransferObj)
Pre execute rule for persist in AuthRolesRegistryComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
AuthRolesRegistryComponentRule.preExecuteAuthRolesRegistryfindByBusinessKey(TxnTransferObj txnTransferObj)
Pre execute rule for findByBusinessKey in AuthRolesRegistryComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
AuthUserRegistryComponentRule.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 |
AuthUserRegistryComponentRule.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 |
AuthUserRegistryComponentRule.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 |
AuthUserroleAccesscontrolComponentRule.preExecuteAuthUserroleAccesscontrolCompMerge(AuthUserroleAccesscontrolDO reqAuthUserroleAccesscontrolDO,
AuthUserroleAccesscontrolDO dbimageAuthUserroleAccesscontrolDO,
TxnTransferObj txnTransferObj)
Pre execute rule for merge in AuthUserroleAccesscontrolComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
AuthUserroleAccesscontrolComponentRule.preExecuteAuthUserroleAccesscontrolCompPersist(AuthUserroleAccesscontrolDO reqAuthUserroleAccesscontrolDO,
TxnTransferObj txnTransferObj)
Pre execute rule for persist in AuthUserroleAccesscontrolComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
AuthUserroleAccesscontrolComponentRule.preExecuteAuthUserroleAccesscontrolfindByBusinessKey(TxnTransferObj txnTransferObj)
Pre execute rule for findByBusinessKey in AuthUserroleAccesscontrolComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
AuthUserRoleAssocComponentRule.preExecuteAuthUserRoleAssocCompMerge(AuthUserRoleAssocDO reqAuthUserRoleAssocDO,
AuthUserRoleAssocDO dbimageAuthUserRoleAssocDO,
TxnTransferObj txnTransferObj)
Pre execute rule for merge in AuthUserRoleAssocComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
AuthUserRoleAssocComponentRule.preExecuteAuthUserRoleAssocCompPersist(AuthUserRoleAssocDO reqAuthUserRoleAssocDO,
TxnTransferObj txnTransferObj)
Pre execute rule for persist in AuthUserRoleAssocComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
AuthUserRoleAssocComponentRule.preExecuteAuthUserRoleAssocfindByBusinessKey(TxnTransferObj txnTransferObj)
Pre execute rule for findByBusinessKey in AuthUserRoleAssocComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
AuthRolesRegistryComponentRule.prevalidateAuthRolesRegistryCompFindById(TxnTransferObj txnTransferObj)
Pre execute findbyId validation method for AuthRolesRegistryComp 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 |
AuthRolesRegistryComponentRule.PrevalidateAuthRolesRegistryCompMerge(TxnTransferObj txnTransferObj)
Pre execute merge validation method for AuthRolesRegistryComp 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 |
AuthRolesRegistryComponentRule.prevalidateAuthRolesRegistryCompPersit(TxnTransferObj txnTransferObj)
Pre execute persist validation method for AuthRolesRegistryComp 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 |
AuthRolesRegistryComponentRule.preValidateAuthRolesRegistryfindByBusinessKey(TxnTransferObj txnTransferObj)
Pre execute findByBusinessKey validation method for AuthRolesRegistryComp 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 |
AuthUserRegistryComponentRule.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 |
AuthUserRegistryComponentRule.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 |
AuthUserRegistryComponentRule.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 |
AuthUserRegistryComponentRule.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
|
void |
AuthUserroleAccesscontrolComponentRule.prevalidateAuthUserroleAccesscontrolCompFindById(TxnTransferObj txnTransferObj)
Pre execute findbyId validation method for AuthUserroleAccesscontrolComp 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 |
AuthUserroleAccesscontrolComponentRule.PrevalidateAuthUserroleAccesscontrolCompMerge(TxnTransferObj txnTransferObj)
Pre execute merge validation method for AuthUserroleAccesscontrolComp 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 |
AuthUserroleAccesscontrolComponentRule.prevalidateAuthUserroleAccesscontrolCompPersit(TxnTransferObj txnTransferObj)
Pre execute persist validation method for AuthUserroleAccesscontrolComp 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 |
AuthUserroleAccesscontrolComponentRule.preValidateAuthUserroleAccesscontrolfindByBusinessKey(TxnTransferObj txnTransferObj)
Pre execute findByBusinessKey validation method for AuthUserroleAccesscontrolComp 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 |
AuthUserRoleAssocComponentRule.prevalidateAuthUserRoleAssocCompFindById(TxnTransferObj txnTransferObj)
Pre execute findbyId validation method for AuthUserRoleAssocComp 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 |
AuthUserRoleAssocComponentRule.PrevalidateAuthUserRoleAssocCompMerge(TxnTransferObj txnTransferObj)
Pre execute merge validation method for AuthUserRoleAssocComp 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 |
AuthUserRoleAssocComponentRule.prevalidateAuthUserRoleAssocCompPersit(TxnTransferObj txnTransferObj)
Pre execute persist validation method for AuthUserRoleAssocComp 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 |
AuthUserRoleAssocComponentRule.preValidateAuthUserRoleAssocfindByBusinessKey(TxnTransferObj txnTransferObj)
Pre execute findByBusinessKey validation method for AuthUserRoleAssocComp 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
|
TxnTransferObj |
searchAuthUsersService.process(TxnTransferObj txnTransferObj) |
TxnTransferObj |
SearchAuthRolesService.process(TxnTransferObj txnTransferObj) |
TxnTransferObj |
SearchAuthAccessControlService.process(TxnTransferObj txnTransferObj) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
YugandharPhoneticHelper.getPhoneticValue(java.util.List<java.lang.String> inputStringToEncode,
TxnTransferObj txnTransferObj) |
java.lang.String |
YugandharPhoneticHelper.getPhoneticValue(java.lang.String inputStringToEncode,
TxnTransferObj txnTransferObj) |
Modifier and Type | Method and Description |
---|---|
TxnTransferObj |
ConfigTxnRegistryService.add(TxnTransferObj txnTransferObj)
This service creates a record in database.
|
TxnTransferObj |
ConfigLanguageCodeService.add(TxnTransferObj txnTransferObj)
This service creates a record in database.
|
TxnTransferObj |
ConfigErrorcodeRegistryService.add(TxnTransferObj txnTransferObj)
This service creates a record in database.
|
TxnTransferObj |
ConfigAppPropertiesService.add(TxnTransferObj txnTransferObj)
This service creates a record in database.
|
TxnTransferObj |
ConfigLanguageCodeService.findAllRecords(TxnTransferObj txnTransferObj) |
TxnTransferObj |
ConfigLanguageCodeComponent.findAllRecords(TxnTransferObj txnTransferObj)
Returns all the records from the for ConfigLanguageCodeDO entity based on
language code and maximum of records as configuration in properties
|
TxnTransferObj |
ConfigErrorcodeRegistryService.findAllRecordsByLanguageCode(TxnTransferObj txnTransferObj) |
TxnTransferObj |
ConfigErrorcodeRegistryComponent.findAllRecordsByLanguageCode(TxnTransferObj txnTransferObj)
Returns all the records from the for ConfigErrorcodeRegistryDO entity based on language code and maximum of records as configuration in properties
|
TxnTransferObj |
ConfigTxnRegistryService.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database record based on business key (e.g.LanguageCode and Key)
|
TxnTransferObj |
ConfigTxnRegistryComponent.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database record based on business key (e.g.LanguageCode and Key)
|
TxnTransferObj |
ConfigLanguageCodeService.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database record based on business key (e.g.LanguageCode and Key)
|
TxnTransferObj |
ConfigLanguageCodeComponent.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database table CONFIG_LANGUAGE_CODE records based
on business key (e.g.LanguageCode and Key)
|
TxnTransferObj |
ConfigErrorcodeRegistryService.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database record based on business key (e.g.LanguageCode and Key)
|
TxnTransferObj |
ConfigErrorcodeRegistryComponent.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database table CONFIG_ERRORCODE_REGISTRY records based on business key (e.g.LanguageCode and Key)
|
TxnTransferObj |
ConfigAppPropertiesService.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database record based on business key (e.g.LanguageCode and Key)
|
TxnTransferObj |
ConfigAppPropertiesComponent.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database table CONFIG_APP_PROPERTIES records based on business key (e.g.LanguageCode and Key)
|
TxnTransferObj |
ConfigTxnRegistryService.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
ConfigTxnRegistryComponent.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
ConfigLanguageCodeService.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
ConfigLanguageCodeComponent.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
ConfigErrorcodeRegistryService.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
ConfigErrorcodeRegistryComponent.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
ConfigAppPropertiesService.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
ConfigAppPropertiesComponent.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
ConfigTxnRegistryService.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
ConfigTxnRegistryComponent.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
ConfigLanguageCodeService.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
ConfigLanguageCodeComponent.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
ConfigErrorcodeRegistryService.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
ConfigErrorcodeRegistryComponent.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
ConfigAppPropertiesService.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
ConfigAppPropertiesComponent.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
ConfigTxnRegistryComponent.persist(TxnTransferObj txnTransferObj)
This method creates a record in database.
|
TxnTransferObj |
ConfigLanguageCodeComponent.persist(TxnTransferObj txnTransferObj)
This method creates a record in database.
|
TxnTransferObj |
ConfigErrorcodeRegistryComponent.persist(TxnTransferObj txnTransferObj)
This method creates a record in database.
|
TxnTransferObj |
ConfigAppPropertiesComponent.persist(TxnTransferObj txnTransferObj)
This method creates a record in database.
|
Modifier and Type | Method and Description |
---|---|
TxnTransferObj |
ConfigTxnRegistryService.add(TxnTransferObj txnTransferObj)
This service creates a record in database.
|
TxnTransferObj |
ConfigLanguageCodeService.add(TxnTransferObj txnTransferObj)
This service creates a record in database.
|
TxnTransferObj |
ConfigErrorcodeRegistryService.add(TxnTransferObj txnTransferObj)
This service creates a record in database.
|
TxnTransferObj |
ConfigAppPropertiesService.add(TxnTransferObj txnTransferObj)
This service creates a record in database.
|
TxnTransferObj |
ConfigLanguageCodeService.findAllRecords(TxnTransferObj txnTransferObj) |
TxnTransferObj |
ConfigLanguageCodeComponent.findAllRecords(TxnTransferObj txnTransferObj)
Returns all the records from the for ConfigLanguageCodeDO entity based on
language code and maximum of records as configuration in properties
|
TxnTransferObj |
ConfigErrorcodeRegistryService.findAllRecordsByLanguageCode(TxnTransferObj txnTransferObj) |
TxnTransferObj |
ConfigErrorcodeRegistryComponent.findAllRecordsByLanguageCode(TxnTransferObj txnTransferObj)
Returns all the records from the for ConfigErrorcodeRegistryDO entity based on language code and maximum of records as configuration in properties
|
TxnTransferObj |
ConfigTxnRegistryService.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database record based on business key (e.g.LanguageCode and Key)
|
TxnTransferObj |
ConfigTxnRegistryComponent.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database record based on business key (e.g.LanguageCode and Key)
|
TxnTransferObj |
ConfigLanguageCodeService.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database record based on business key (e.g.LanguageCode and Key)
|
TxnTransferObj |
ConfigLanguageCodeComponent.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database table CONFIG_LANGUAGE_CODE records based
on business key (e.g.LanguageCode and Key)
|
TxnTransferObj |
ConfigErrorcodeRegistryService.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database record based on business key (e.g.LanguageCode and Key)
|
TxnTransferObj |
ConfigErrorcodeRegistryComponent.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database table CONFIG_ERRORCODE_REGISTRY records based on business key (e.g.LanguageCode and Key)
|
TxnTransferObj |
ConfigAppPropertiesService.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database record based on business key (e.g.LanguageCode and Key)
|
TxnTransferObj |
ConfigAppPropertiesComponent.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database table CONFIG_APP_PROPERTIES records based on business key (e.g.LanguageCode and Key)
|
TxnTransferObj |
ConfigTxnRegistryService.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
ConfigTxnRegistryComponent.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
ConfigLanguageCodeService.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
ConfigLanguageCodeComponent.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
ConfigErrorcodeRegistryService.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
ConfigErrorcodeRegistryComponent.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
ConfigAppPropertiesService.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
ConfigAppPropertiesComponent.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
ConfigTxnRegistryService.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
ConfigTxnRegistryComponent.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
ConfigLanguageCodeService.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
ConfigLanguageCodeComponent.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
ConfigErrorcodeRegistryService.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
ConfigErrorcodeRegistryComponent.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
ConfigAppPropertiesService.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
ConfigAppPropertiesComponent.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
ConfigTxnRegistryComponent.persist(TxnTransferObj txnTransferObj)
This method creates a record in database.
|
TxnTransferObj |
ConfigLanguageCodeComponent.persist(TxnTransferObj txnTransferObj)
This method creates a record in database.
|
TxnTransferObj |
ConfigErrorcodeRegistryComponent.persist(TxnTransferObj txnTransferObj)
This method creates a record in database.
|
TxnTransferObj |
ConfigAppPropertiesComponent.persist(TxnTransferObj txnTransferObj)
This method creates a record in database.
|
void |
ConfigAppPropertiesComponentRule.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 |
ConfigAppPropertiesComponentRule.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 |
ConfigAppPropertiesComponentRule.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 |
ConfigAppPropertiesComponentRule.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 |
ConfigErrorcodeRegistryComponentRule.postExecuteConfigErrorcodeRegistryCompFindById(TxnTransferObj txnTransferObj) |
void |
ConfigErrorcodeRegistryComponentRule.postExecuteConfigErrorcodeRegistryCompMerge(TxnTransferObj txnTransferObj) |
void |
ConfigErrorcodeRegistryComponentRule.postExecuteConfigErrorcodeRegistryCompPersit(TxnTransferObj txnTransferObj) |
void |
ConfigLanguageCodeComponentRule.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 |
ConfigLanguageCodeComponentRule.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 |
ConfigLanguageCodeComponentRule.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 |
ConfigLanguageCodeComponentRule.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 |
ConfigTxnRegistryComponentRule.postExecuteConfigTxnRegistryCompFindById(TxnTransferObj txnTransferObj) |
void |
ConfigTxnRegistryComponentRule.postExecuteConfigTxnRegistryCompMerge(TxnTransferObj txnTransferObj) |
void |
ConfigTxnRegistryComponentRule.postExecuteConfigTxnRegistryCompPersit(TxnTransferObj txnTransferObj) |
void |
ConfigTxnRegistryComponentRule.postExecuteConfigTxnRegistryfindByBusinessKey(TxnTransferObj txnTransferObj) |
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
|
void |
ConfigAppPropertiesComponentRule.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 |
ConfigErrorcodeRegistryComponentRule.preExecuteConfigErrorcodeRegistryCompMerge(ConfigErrorcodeRegistryDO reqConfigErrorcodeRegistryDO,
ConfigErrorcodeRegistryDO dbimageConfigErrorcodeRegistryDO,
TxnTransferObj txnTransferObj) |
void |
ConfigErrorcodeRegistryComponentRule.preExecuteConfigErrorcodeRegistryCompPersist(ConfigErrorcodeRegistryDO reqConfigErrorcodeRegistryDO,
TxnTransferObj txnTransferObj) |
void |
ConfigLanguageCodeComponentRule.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 |
ConfigLanguageCodeComponentRule.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 |
ConfigLanguageCodeComponentRule.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 |
ConfigTxnRegistryComponentRule.preExecuteConfigTxnRegistryCompMerge(ConfigTxnRegistryDO reqConfigTxnRegistryDO,
ConfigTxnRegistryDO dbimageConfigTxnRegistryDO,
TxnTransferObj txnTransferObj) |
void |
ConfigTxnRegistryComponentRule.preExecuteConfigTxnRegistryCompPersist(ConfigTxnRegistryDO reqConfigTxnRegistryDO,
TxnTransferObj txnTransferObj) |
void |
ConfigTxnRegistryComponentRule.preExecuteConfigTxnRegistryfindByBusinessKey(TxnTransferObj txnTransferObj) |
void |
ConfigAppPropertiesComponentRule.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 |
ConfigAppPropertiesComponentRule.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 |
ConfigAppPropertiesComponentRule.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 |
ConfigAppPropertiesComponentRule.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
|
void |
ConfigErrorcodeRegistryComponentRule.prevalidateConfigErrorcodeRegistryCompFindById(TxnTransferObj txnTransferObj) |
void |
ConfigErrorcodeRegistryComponentRule.PrevalidateConfigErrorcodeRegistryCompMerge(TxnTransferObj txnTransferObj) |
void |
ConfigTxnRegistryComponentRule.prevalidateConfigErrorcodeRegistryCompPersit(TxnTransferObj txnTransferObj) |
void |
ConfigErrorcodeRegistryComponentRule.prevalidateConfigErrorcodeRegistryCompPersit(TxnTransferObj txnTransferObj) |
void |
ConfigLanguageCodeComponentRule.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 |
ConfigLanguageCodeComponentRule.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 |
ConfigLanguageCodeComponentRule.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 |
ConfigLanguageCodeComponentRule.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
|
void |
ConfigTxnRegistryComponentRule.prevalidateConfigTxnRegistryCompFindById(TxnTransferObj txnTransferObj) |
void |
ConfigTxnRegistryComponentRule.PrevalidateConfigTxnRegistryCompMerge(TxnTransferObj txnTransferObj) |
void |
ConfigTxnRegistryComponentRule.prevalidateConfigTxnRegistryCompPersit(TxnTransferObj txnTransferObj) |
void |
ConfigTxnRegistryComponentRule.preValidateConfigTxnRegistryfindByBusinessKey(TxnTransferObj txnTransferObj) |
Modifier and Type | Method and Description |
---|---|
TxnTransferObj |
RefLanguageCodeService.add(TxnTransferObj txnTransferObj)
This service creates a record in database.
|
TxnTransferObj |
RefCurrencyService.add(TxnTransferObj txnTransferObj)
This service creates a record in database.
|
TxnTransferObj |
RefCountryIsoService.add(TxnTransferObj txnTransferObj)
This service creates a record in database.
|
TxnTransferObj |
RefLanguageCodeService.findAllRecordsByLanguageCode(TxnTransferObj txnTransferObj) |
TxnTransferObj |
RefLanguageCodeComponent.findAllRecordsByLanguageCode(TxnTransferObj txnTransferObj)
Returns all the records from the for RefLanguageCodeDO entity based on
language code and maximum of records as configuration in properties
|
TxnTransferObj |
RefCurrencyService.findAllRecordsByLanguageCode(TxnTransferObj txnTransferObj) |
TxnTransferObj |
RefCurrencyComponent.findAllRecordsByLanguageCode(TxnTransferObj txnTransferObj)
Returns all the records from the for RefCurrencyDO entity based on
language code and maximum of records as configuration in properties
|
TxnTransferObj |
RefCountryIsoService.findAllRecordsByLanguageCode(TxnTransferObj txnTransferObj) |
TxnTransferObj |
RefCountryIsoComponent.findAllRecordsByLanguageCode(TxnTransferObj txnTransferObj)
Returns all the records from the for RefCountryIsoDO entity based on
language code and maximum of records as configuration in properties
|
TxnTransferObj |
RefLanguageCodeService.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database record based on business key (e.g.LanguageCode and Key)
|
TxnTransferObj |
RefLanguageCodeComponent.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database table REF_CURRENCY records based on
business key (e.g.LanguageCode and Key)
|
TxnTransferObj |
RefCurrencyService.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database record based on business key (e.g.LanguageCode and Key)
|
TxnTransferObj |
RefCurrencyComponent.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database table REF_CURRENCY records based on
business key (e.g.LanguageCode and Key)
|
TxnTransferObj |
RefCountryIsoService.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database record based on business key (e.g.LanguageCode and Key)
|
TxnTransferObj |
RefCountryIsoComponent.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database table REF_CURRENCY records based on
business key (e.g.LanguageCode and Key)
|
TxnTransferObj |
RefLanguageCodeService.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
RefLanguageCodeComponent.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
RefCurrencyService.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
RefCurrencyComponent.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
RefCountryIsoService.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
RefCountryIsoComponent.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
RefLanguageCodeService.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
RefLanguageCodeComponent.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
RefCurrencyService.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
RefCurrencyComponent.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
RefCountryIsoService.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
RefCountryIsoComponent.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
RefLanguageCodeComponent.persist(TxnTransferObj txnTransferObj)
This method creates a record in database.
|
TxnTransferObj |
RefCurrencyComponent.persist(TxnTransferObj txnTransferObj)
This method creates a record in database.
|
TxnTransferObj |
RefCountryIsoComponent.persist(TxnTransferObj txnTransferObj)
This method creates a record in database.
|
Modifier and Type | Method and Description |
---|---|
TxnTransferObj |
RefLanguageCodeService.add(TxnTransferObj txnTransferObj)
This service creates a record in database.
|
TxnTransferObj |
RefCurrencyService.add(TxnTransferObj txnTransferObj)
This service creates a record in database.
|
TxnTransferObj |
RefCountryIsoService.add(TxnTransferObj txnTransferObj)
This service creates a record in database.
|
TxnTransferObj |
RefLanguageCodeService.findAllRecordsByLanguageCode(TxnTransferObj txnTransferObj) |
TxnTransferObj |
RefLanguageCodeComponent.findAllRecordsByLanguageCode(TxnTransferObj txnTransferObj)
Returns all the records from the for RefLanguageCodeDO entity based on
language code and maximum of records as configuration in properties
|
TxnTransferObj |
RefCurrencyService.findAllRecordsByLanguageCode(TxnTransferObj txnTransferObj) |
TxnTransferObj |
RefCurrencyComponent.findAllRecordsByLanguageCode(TxnTransferObj txnTransferObj)
Returns all the records from the for RefCurrencyDO entity based on
language code and maximum of records as configuration in properties
|
TxnTransferObj |
RefCountryIsoService.findAllRecordsByLanguageCode(TxnTransferObj txnTransferObj) |
TxnTransferObj |
RefCountryIsoComponent.findAllRecordsByLanguageCode(TxnTransferObj txnTransferObj)
Returns all the records from the for RefCountryIsoDO entity based on
language code and maximum of records as configuration in properties
|
org.springframework.data.domain.Page<RefLanguageCodeDO> |
RefLanguageCodeComponent.findAllRecordsByLanguageCodeFromRepository(java.lang.String configLanguageCodeKey,
java.lang.String filter,
java.lang.Integer requestedPageNumber,
java.lang.Integer requestedPageSize,
TxnTransferObj txnTransferObj) |
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) |
org.springframework.data.domain.Page<RefCountryIsoDO> |
RefCountryIsoComponent.findAllRecordsByLanguageCodeFromRepository(java.lang.String configLanguageCodeKey,
java.lang.String filter,
java.lang.Integer requestedPageNumber,
java.lang.Integer requestedPageSize,
TxnTransferObj txnTransferObj) |
TxnTransferObj |
RefLanguageCodeService.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database record based on business key (e.g.LanguageCode and Key)
|
TxnTransferObj |
RefLanguageCodeComponent.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database table REF_CURRENCY records based on
business key (e.g.LanguageCode and Key)
|
TxnTransferObj |
RefCurrencyService.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database record based on business key (e.g.LanguageCode and Key)
|
TxnTransferObj |
RefCurrencyComponent.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database table REF_CURRENCY records based on
business key (e.g.LanguageCode and Key)
|
TxnTransferObj |
RefCountryIsoService.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database record based on business key (e.g.LanguageCode and Key)
|
TxnTransferObj |
RefCountryIsoComponent.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database table REF_CURRENCY records based on
business key (e.g.LanguageCode and Key)
|
TxnTransferObj |
RefLanguageCodeService.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
RefLanguageCodeComponent.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
RefCurrencyService.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
RefCurrencyComponent.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
RefCountryIsoService.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
RefCountryIsoComponent.findById(TxnTransferObj txnTransferObj)
This method search the database record based on primary key.
|
TxnTransferObj |
RefLanguageCodeService.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
RefLanguageCodeComponent.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
RefCurrencyService.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
RefCurrencyComponent.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
RefCountryIsoService.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
RefCountryIsoComponent.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
RefLanguageCodeComponent.persist(TxnTransferObj txnTransferObj)
This method creates a record in database.
|
TxnTransferObj |
RefCurrencyComponent.persist(TxnTransferObj txnTransferObj)
This method creates a record in database.
|
TxnTransferObj |
RefCountryIsoComponent.persist(TxnTransferObj txnTransferObj)
This method creates a record in database.
|
void |
RefCountryIsoComponentRule.postExecuteRefCountryIsoCompFindById(TxnTransferObj txnTransferObj)
Pre execute rule for findbyId in RefCountryIsoComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
RefCountryIsoComponentRule.postExecuteRefCountryIsoCompMerge(TxnTransferObj txnTransferObj)
Pre execute rule for merge in RefCountryIsoComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
RefCountryIsoComponentRule.postExecuteRefCountryIsoCompPersit(TxnTransferObj txnTransferObj)
Pre execute rule for persist in RefCountryIsoComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
RefCountryIsoComponentRule.postExecuteRefCountryIsofindByBusinessKey(TxnTransferObj txnTransferObj)
Pre execute rule for findByBusinessKey in RefCountryIsoComp
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.postExecuteRefCurrencyCompFindById(TxnTransferObj txnTransferObj)
Pre execute rule for findbyId 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.postExecuteRefCurrencyCompMerge(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.postExecuteRefCurrencyCompPersit(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
|
void |
RefCurrencyComponentRule.postExecuteRefCurrencyfindByBusinessKey(TxnTransferObj txnTransferObj)
Pre execute rule for findByBusinessKey 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 |
RefLanguageCodeComponentRule.postExecuteRefLanguageCodeCompFindById(TxnTransferObj txnTransferObj)
Pre execute rule for findbyId in RefLanguageCodeComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
RefLanguageCodeComponentRule.postExecuteRefLanguageCodeCompMerge(TxnTransferObj txnTransferObj)
Pre execute rule for merge in RefLanguageCodeComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
RefLanguageCodeComponentRule.postExecuteRefLanguageCodeCompPersit(TxnTransferObj txnTransferObj)
Pre execute rule for persist in RefLanguageCodeComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
RefLanguageCodeComponentRule.postExecuteRefLanguageCodefindByBusinessKey(TxnTransferObj txnTransferObj)
Pre execute rule for findByBusinessKey in RefLanguageCodeComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
RefCountryIsoComponentRule.preExecuteRefCountryIsoCompMerge(RefCountryIsoDO reqRefCountryIsoDO,
RefCountryIsoDO dbimageRefCountryIsoDO,
TxnTransferObj txnTransferObj)
Pre execute rule for merge in RefCountryIsoComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
RefCountryIsoComponentRule.preExecuteRefCountryIsoCompPersist(RefCountryIsoDO reqRefCountryIsoDO,
TxnTransferObj txnTransferObj)
Pre execute rule for persist in RefCountryIsoComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
RefCountryIsoComponentRule.preExecuteRefCountryIsofindByBusinessKey(TxnTransferObj txnTransferObj)
Pre execute rule for findByBusinessKey in RefCountryIsoComp
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.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
|
void |
RefCurrencyComponentRule.preExecuteRefCurrencyfindByBusinessKey(TxnTransferObj txnTransferObj)
Pre execute rule for findByBusinessKey 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 |
RefLanguageCodeComponentRule.preExecuteRefLanguageCodeCompMerge(RefLanguageCodeDO reqRefLanguageCodeDO,
RefLanguageCodeDO dbimageRefLanguageCodeDO,
TxnTransferObj txnTransferObj)
Pre execute rule for merge in RefLanguageCodeComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
RefLanguageCodeComponentRule.preExecuteRefLanguageCodeCompPersist(RefLanguageCodeDO reqRefLanguageCodeDO,
TxnTransferObj txnTransferObj)
Pre execute rule for persist in RefLanguageCodeComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
RefLanguageCodeComponentRule.preExecuteRefLanguageCodefindByBusinessKey(TxnTransferObj txnTransferObj)
Pre execute rule for findByBusinessKey in RefLanguageCodeComp
This method is modularized in respective rule class
Use Aspect Oriented Programming (AOP) based Yugandhar Rule to override / extend the default OOTB validation
|
void |
RefCountryIsoComponentRule.prevalidateRefCountryIsoCompFindById(TxnTransferObj txnTransferObj)
Pre execute findbyId validation method for RefCountryIsoComp 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 |
RefCountryIsoComponentRule.PrevalidateRefCountryIsoCompMerge(TxnTransferObj txnTransferObj)
Pre execute merge validation method for RefCountryIsoComp 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 |
RefCountryIsoComponentRule.prevalidateRefCountryIsoCompPersit(TxnTransferObj txnTransferObj)
Pre execute persist validation method for RefCountryIsoComp 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 |
RefCountryIsoComponentRule.preValidateRefCountryIsofindByBusinessKey(TxnTransferObj txnTransferObj)
Pre execute findByBusinessKey validation method for RefCountryIsoComp 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 |
RefCurrencyComponentRule.prevalidateRefCurrencyCompFindById(TxnTransferObj txnTransferObj)
Pre execute findbyId validation method for RefCurrencyComp 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 |
RefCurrencyComponentRule.PrevalidateRefCurrencyCompMerge(TxnTransferObj txnTransferObj)
Pre execute merge validation method for RefCurrencyComp 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 |
RefCurrencyComponentRule.prevalidateRefCurrencyCompPersit(TxnTransferObj txnTransferObj)
Pre execute persist validation method for RefCurrencyComp 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 |
RefCurrencyComponentRule.preValidateRefCurrencyfindByBusinessKey(TxnTransferObj txnTransferObj)
Pre execute findByBusinessKey validation method for RefCurrencyComp 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 |
RefLanguageCodeComponentRule.prevalidateRefLanguageCodeCompFindById(TxnTransferObj txnTransferObj)
Pre execute findbyId validation method for RefLanguageCodeComp 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 |
RefLanguageCodeComponentRule.PrevalidateRefLanguageCodeCompMerge(TxnTransferObj txnTransferObj)
Pre execute merge validation method for RefLanguageCodeComp 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 |
RefLanguageCodeComponentRule.prevalidateRefLanguageCodeCompPersit(TxnTransferObj txnTransferObj)
Pre execute persist validation method for RefLanguageCodeComp 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 |
RefLanguageCodeComponentRule.preValidateRefLanguageCodefindByBusinessKey(TxnTransferObj txnTransferObj)
Pre execute findByBusinessKey validation method for RefLanguageCodeComp 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
|
Modifier and Type | Method and Description |
---|---|
TxnTransferObj |
RequestProcessor.processMessage(TxnTransferObj txnTransferObj)
processMessage method processes the incoming message wherein it invokes the spring bean as per the
transaction name mentioned in txnTransferObj.txnHeader.transactionServiceName attribute.
|
TxnTransferObj |
RequestProcessor.processMessageAsync(TxnTransferObj txnTransferObj)
processMessage method invokes processMessage method asynchronously.
|
TxnTransferObj |
DefaultJsonRESTController.YugandharRequestProcessor(TxnTransferObj txnTransferObj)
This method is exposed as webservice and mapped to value YugandharRequestProcessor
accepting application/json messages through http POST method
|
Modifier and Type | Method and Description |
---|---|
TxnTransferObj |
RequestProcessor.processMessage(TxnTransferObj txnTransferObj)
processMessage method processes the incoming message wherein it invokes the spring bean as per the
transaction name mentioned in txnTransferObj.txnHeader.transactionServiceName attribute.
|
TxnTransferObj |
RequestProcessor.processMessageAsync(TxnTransferObj txnTransferObj)
processMessage method invokes processMessage method asynchronously.
|
TxnTransferObj |
DefaultJsonRESTController.YugandharRequestProcessor(TxnTransferObj txnTransferObj)
This method is exposed as webservice and mapped to value YugandharRequestProcessor
accepting application/json messages through http POST method
|