org.kuali.rice.kim.impl.responsibility
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
 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.
 void removeRoleMember(org.kuali.rice.kim.impl.role.RoleMemberBo roleMember)
           
 org.kuali.rice.kim.impl.common.delegate.DelegateMemberBo saveDelegateMember(org.kuali.rice.kim.impl.common.delegate.DelegateMemberBo delegateMember)
           
 org.kuali.rice.kim.impl.role.RoleMemberBo saveRoleMember(org.kuali.rice.kim.impl.role.RoleMemberBo roleMember)
           
 void updateActionRequestsForResponsibilityChange(Set<String> responsibilityIds)
           
 void updateActionRequestsForRoleChange(String roleId)
           
 

Method Detail

updateActionRequestsForResponsibilityChange

void updateActionRequestsForResponsibilityChange(Set<String> responsibilityIds)

saveRoleMember

org.kuali.rice.kim.impl.role.RoleMemberBo saveRoleMember(org.kuali.rice.kim.impl.role.RoleMemberBo roleMember)

saveDelegateMember

org.kuali.rice.kim.impl.common.delegate.DelegateMemberBo saveDelegateMember(org.kuali.rice.kim.impl.common.delegate.DelegateMemberBo delegateMember)

removeRoleMember

void removeRoleMember(org.kuali.rice.kim.impl.role.RoleMemberBo roleMember)

updateActionRequestsForRoleChange

void updateActionRequestsForRoleChange(String roleId)

areActionsAtAssignmentLevelById

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. (I.e., they apply to any member assigned to the responsibility.)


areActionsAtAssignmentLevel

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. (I.e., they apply to any member assigned to the responsibility.)



Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.