public class GroupInternalServiceImpl extends Object implements GroupInternalService
GroupInternalService| Constructor and Description |
|---|
GroupInternalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected BusinessObjectService |
getBusinessObjectService() |
GroupService |
getGroupService() |
org.kuali.rice.kim.impl.group.GroupBo |
saveWorkgroup(org.kuali.rice.kim.impl.group.GroupBo group)
Save the GroupBo, being careful to reset the action document
assignments based on any membership changes.
|
void |
updateForUserAddedToGroup(String principalId,
String groupId)
Updates KEW for a the given document for a user who was added to a Group.
|
void |
updateForUserRemovedFromGroup(String principalId,
String groupId)
Updates KEW for a the given document for a user who was removed from a Group.
|
void |
updateForWorkgroupChange(String groupId,
List<String> oldPrincipalIds,
List<String> newPrincipalIds)
Updates KEW for workgroup members according to membership differences between the
two workgroups.
|
public GroupInternalServiceImpl()
protected BusinessObjectService getBusinessObjectService()
public GroupService getGroupService()
public org.kuali.rice.kim.impl.group.GroupBo saveWorkgroup(org.kuali.rice.kim.impl.group.GroupBo group)
GroupInternalServicesaveWorkgroup in interface GroupInternalServicepublic void updateForWorkgroupChange(String groupId, List<String> oldPrincipalIds, List<String> newPrincipalIds)
GroupInternalServiceupdateForWorkgroupChange in interface GroupInternalServicepublic void updateForUserAddedToGroup(String principalId, String groupId)
GroupInternalServiceupdateForUserAddedToGroup in interface GroupInternalServicepublic void updateForUserRemovedFromGroup(String principalId, String groupId)
GroupInternalServiceupdateForUserRemovedFromGroup in interface GroupInternalServiceCopyright © 2005-2015 The Kuali Foundation. All Rights Reserved.