public class ResponsibilityInternalServiceImpl extends Object implements ResponsibilityInternalService
| Constructor and Description |
|---|
ResponsibilityInternalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
areActionsAtAssignmentLevel(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.
|
boolean |
areActionsAtAssignmentLevelById(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.
|
protected BusinessObjectService |
getBusinessObjectService() |
protected Set<String> |
getChangedRoleResponsibilityIds(List<RoleResponsibility> oldRespList,
List<RoleResponsibility> newRespList)
This method compares the two lists of responsibilitiy IDs and does a union.
|
protected ResponsibilityService |
getResponsibilityService() |
List<RoleResponsibility> |
getRoleResponsibilities(String roleId) |
void |
removeRoleMember(RoleMemberBo roleMember) |
DelegateMemberBo |
saveDelegateMember(DelegateMemberBo delegateMember) |
RoleMemberBo |
saveRoleMember(RoleMemberBo roleMember) |
void |
updateActionRequestsForResponsibilityChange(Set<String> responsibilityIds)
This overridden method ...
|
void |
updateActionRequestsForRoleChange(String roleId) |
public ResponsibilityInternalServiceImpl()
public RoleMemberBo saveRoleMember(RoleMemberBo roleMember)
saveRoleMember in interface ResponsibilityInternalServicepublic DelegateMemberBo saveDelegateMember(DelegateMemberBo delegateMember)
saveDelegateMember in interface ResponsibilityInternalServicepublic void removeRoleMember(RoleMemberBo roleMember)
removeRoleMember in interface ResponsibilityInternalServicepublic void updateActionRequestsForRoleChange(String roleId)
updateActionRequestsForRoleChange in interface ResponsibilityInternalServicepublic void updateActionRequestsForResponsibilityChange(Set<String> responsibilityIds)
public List<RoleResponsibility> getRoleResponsibilities(String roleId)
protected Set<String> getChangedRoleResponsibilityIds(List<RoleResponsibility> oldRespList, List<RoleResponsibility> newRespList)
oldRespList - newRespList - protected BusinessObjectService getBusinessObjectService()
protected ResponsibilityService getResponsibilityService()
public boolean areActionsAtAssignmentLevel(Responsibility responsibility)
ResponsibilityInternalServiceareActionsAtAssignmentLevel in interface ResponsibilityInternalServicepublic boolean areActionsAtAssignmentLevelById(String responsibilityId)
ResponsibilityInternalServiceareActionsAtAssignmentLevelById in interface ResponsibilityInternalServiceCopyright © 2005–2016 The Kuali Foundation. All rights reserved.