Package | Description |
---|---|
com.yugandhar.common.util | |
com.yugandhar.msp.auth | |
com.yugandhar.msp.config | |
com.yugandhar.msp.corecomponentref | |
com.yugandhar.rest.controller |
Modifier and Type | Method and Description |
---|---|
YugandharCommonException |
CommonValidationUtil.createErrorResponse(TxnTransferObj txnTransferObj,
java.lang.String errorCode,
java.lang.String additionalErrorMessage) |
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) |
Modifier and Type | Method and Description |
---|---|
CommonValidationResponse |
CommonValidationUtil.createCommonValidationResponseFromYugException(TxnTransferObj txnErrTransferObj,
YugandharCommonException yce) |
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 |
AuthUserRoleAssocService.findAllRecordsByAuthUserRegistryIdpk(TxnTransferObj txnTransferObj) |
TxnTransferObj |
AuthUserroleAccesscontrolService.findAuthUserroleAccesscontrolByRegistryIdpk(TxnTransferObj txnTransferObj) |
TxnTransferObj |
AuthUserRoleAssocService.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database record 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 |
AuthUserRegistryService.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database record 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 |
AuthUserRoleAssocService.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 |
AuthUserRegistryService.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 |
AuthUserRoleAssocService.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
AuthUserroleAccesscontrolService.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
AuthUserRegistryService.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
AuthRolesRegistryService.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 |
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 |
ConfigErrorcodeRegistryService.findAllRecordsByLanguageCode(TxnTransferObj txnTransferObj) |
TxnTransferObj |
ConfigTxnRegistryService.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 |
ConfigErrorcodeRegistryService.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database record 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 |
ConfigTxnRegistryService.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 |
ConfigErrorcodeRegistryService.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 |
ConfigTxnRegistryService.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
ConfigLanguageCodeService.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
ConfigErrorcodeRegistryService.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
ConfigAppPropertiesService.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 |
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 |
RefCurrencyService.findAllRecordsByLanguageCode(TxnTransferObj txnTransferObj) |
TxnTransferObj |
RefCountryIsoService.findAllRecordsByLanguageCode(TxnTransferObj txnTransferObj) |
TxnTransferObj |
RefLanguageCodeService.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database record 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 |
RefCountryIsoService.findByBusinessKey(TxnTransferObj txnTransferObj)
This method search the database record 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 |
RefCurrencyService.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 |
RefLanguageCodeService.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
RefCurrencyService.merge(TxnTransferObj txnTransferObj)
This service updates the record in database.
|
TxnTransferObj |
RefCountryIsoService.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 |
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.
|