Package | Description |
---|---|
com.yugandhar.common.transobj | |
com.yugandhar.msp.auth | |
com.yugandhar.msp.dobj |
Modifier and Type | Method and Description |
---|---|
AuthUserRoleAssocDO |
AbstractTxnPayload.getAuthUserRoleAssocDO() |
Modifier and Type | Method and Description |
---|---|
java.util.List<AuthUserRoleAssocDO> |
AbstractTxnPayload.getAuthUserRoleAssocDOList() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTxnPayload.setAuthUserRoleAssocDO(AuthUserRoleAssocDO authUserRoleAssocDO) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTxnPayload.setAuthUserRoleAssocDOList(java.util.List<AuthUserRoleAssocDO> authUserRoleAssocDOList) |
Modifier and Type | Method and Description |
---|---|
AuthUserRoleAssocDO |
AuthUserRoleAssocComponent.executeRepositoryQuery(java.lang.String authRolesRegistryIdpk,
java.lang.String authUserRegistryIdpk,
java.lang.String filter)
Execute the query using JPA Repository
|
AuthUserRoleAssocDO |
AuthUserRoleAssocRepository.findByBusinessKeyActive(java.lang.String authRolesRegistryIdpk,
java.lang.String authUserRegistryIdpk) |
AuthUserRoleAssocDO |
AuthUserRoleAssocRepository.findByBusinessKeyAll(java.lang.String authRolesRegistryIdpk,
java.lang.String authUserRegistryIdpk) |
AuthUserRoleAssocDO |
AuthUserRoleAssocRepository.findByBusinessKeyInactive(java.lang.String authRolesRegistryIdpk,
java.lang.String authUserRegistryIdpk) |
Modifier and Type | Method and Description |
---|---|
org.springframework.data.domain.Page<AuthUserRoleAssocDO> |
AuthUserRoleAssocRepository.findAllActiveByAuthRolesRegistryIdpk(java.lang.String authRolesRegistryIdpk,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Page<AuthUserRoleAssocDO> |
AuthUserRoleAssocRepository.findAllActiveByAuthUserRegistryIdpk(java.lang.String authUserRegistryIdpk,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Page<AuthUserRoleAssocDO> |
AuthUserRoleAssocRepository.findAllByAuthRolesRegistryIdpk(java.lang.String authRolesRegistryIdpk,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Page<AuthUserRoleAssocDO> |
AuthUserRoleAssocRepository.findAllByAuthUserRegistryIdpk(java.lang.String authUserRegistryIdpk,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Page<AuthUserRoleAssocDO> |
AuthUserRoleAssocRepository.findAllInActiveByAuthRolesRegistryIdpk(java.lang.String authRolesRegistryIdpk,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Page<AuthUserRoleAssocDO> |
AuthUserRoleAssocRepository.findAllInActiveByAuthUserRegistryIdpk(java.lang.String authUserRegistryIdpk,
org.springframework.data.domain.Pageable pageable) |
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) |
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) |
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
AbstractAuthUserRoleAssocDO(AuthUserRoleAssocDO theAuthUserRoleAssocDO) |
AuthUserRoleAssocDO(AuthUserRoleAssocDO theAuthUserRoleAssocDO) |