|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kim.impl.responsibility.ResponsibilityInternalServiceImpl
public class ResponsibilityInternalServiceImpl
Constructor Summary | |
---|---|
ResponsibilityInternalServiceImpl()
|
Method Summary | |
---|---|
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(org.kuali.rice.kim.impl.role.RoleMemberBo roleMember)
|
org.kuali.rice.kim.impl.role.RoleMemberBo |
saveRoleMember(org.kuali.rice.kim.impl.role.RoleMemberBo roleMember)
|
void |
updateActionRequestsForResponsibilityChange(Set<String> responsibilityIds)
This overridden method ... |
void |
updateActionRequestsForRoleChange(String roleId)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResponsibilityInternalServiceImpl()
Method Detail |
---|
public org.kuali.rice.kim.impl.role.RoleMemberBo saveRoleMember(org.kuali.rice.kim.impl.role.RoleMemberBo roleMember)
saveRoleMember
in interface ResponsibilityInternalService
public void removeRoleMember(org.kuali.rice.kim.impl.role.RoleMemberBo roleMember)
removeRoleMember
in interface ResponsibilityInternalService
public void updateActionRequestsForRoleChange(String roleId)
updateActionRequestsForRoleChange
in interface ResponsibilityInternalService
public void updateActionRequestsForResponsibilityChange(Set<String> responsibilityIds)
updateActionRequestsForResponsibilityChange
in interface ResponsibilityInternalService
ResponsibilityInternalService.updateActionRequestsForResponsibilityChange(java.util.Set)
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)
ResponsibilityInternalService
areActionsAtAssignmentLevel
in interface ResponsibilityInternalService
public boolean areActionsAtAssignmentLevelById(String responsibilityId)
ResponsibilityInternalService
areActionsAtAssignmentLevelById
in interface ResponsibilityInternalService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |