Interface ResponsibilityInternalService
- All Known Implementing Classes:
ResponsibilityInternalServiceImpl
public interface ResponsibilityInternalService
This is an internal service that was created as a proxy for kew
updates
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
Modifier and TypeMethodDescriptionbooleanareActionsAtAssignmentLevel(Responsibility responsibility) Lets the system know (mainly for UI purposes) whether this responsibility expects RoleResponsibilityAction records to be given at the assignment level or are global to the responsibility.booleanareActionsAtAssignmentLevelById(String responsibilityId) Lets the system know (mainly for UI purposes) whether this responsibility expects RoleResponsibilityAction records to be given at the assignment level or are global to the responsibility.getRoleResponsibilities(String roleId) Get all the role-responsibility records attached to the given role.voidremoveRoleMember(RoleMemberBo roleMember) saveDelegateMember(DelegateMemberBo delegateMember) saveRoleMember(RoleMemberBo roleMember) voidupdateActionRequestsForResponsibilityChange(Set<String> responsibilityIds) void
-
Method Details
-
updateActionRequestsForResponsibilityChange
-
saveRoleMember
-
saveDelegateMember
-
removeRoleMember
-
updateActionRequestsForRoleChange
-
areActionsAtAssignmentLevelById
Lets the system know (mainly for UI purposes) whether this responsibility expects RoleResponsibilityAction records to be given at the assignment level or are global to the responsibility. (I.e., they apply to any member assigned to the responsibility.) -
areActionsAtAssignmentLevel
Lets the system know (mainly for UI purposes) whether this responsibility expects RoleResponsibilityAction records to be given at the assignment level or are global to the responsibility. (I.e., they apply to any member assigned to the responsibility.) -
getRoleResponsibilities
Get all the role-responsibility records attached to the given role.
-