Package | Description |
---|---|
com.yugandhar.common.transobj | |
com.yugandhar.msp.auth | |
com.yugandhar.msp.dobj |
Modifier and Type | Method and Description |
---|---|
AuthRolesRegistryDO |
AbstractTxnPayload.getAuthRolesRegistryDO() |
Modifier and Type | Method and Description |
---|---|
java.util.List<AuthRolesRegistryDO> |
AbstractTxnPayload.getAuthRolesRegistryDOList() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTxnPayload.setAuthRolesRegistryDO(AuthRolesRegistryDO authRolesRegistryDO) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTxnPayload.setAuthRolesRegistryDOList(java.util.List<AuthRolesRegistryDO> authRolesRegistryDOList) |
Modifier and Type | Method and Description |
---|---|
AuthRolesRegistryDO |
AuthRolesRegistryComponent.executeRepositoryQuery(java.lang.String roleName,
java.lang.String filter)
Execute the query using JPA Repository
|
AuthRolesRegistryDO |
AuthRolesRegistryRepository.findByBusinessKeyActive(java.lang.String roleName) |
AuthRolesRegistryDO |
AuthRolesRegistryRepository.findByBusinessKeyAll(java.lang.String roleName) |
AuthRolesRegistryDO |
AuthRolesRegistryRepository.findByBusinessKeyInactive(java.lang.String roleName) |
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
AbstractAuthRolesRegistryDO(AuthRolesRegistryDO theAuthRolesRegistryDO) |
AuthRolesRegistryDO(AuthRolesRegistryDO theAuthRolesRegistryDO) |