|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kim.impl.group.GroupInternalServiceImpl
public class GroupInternalServiceImpl
Concrete Implementation of GroupInternalService
| Constructor Summary | |
|---|---|
GroupInternalServiceImpl()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GroupInternalServiceImpl()
| Method Detail |
|---|
protected BusinessObjectService getBusinessObjectService()
public GroupService getGroupService()
public org.kuali.rice.kim.impl.group.GroupBo saveWorkgroup(org.kuali.rice.kim.impl.group.GroupBo group)
GroupInternalService
saveWorkgroup in interface GroupInternalService
public void updateForWorkgroupChange(String groupId,
List<String> oldPrincipalIds,
List<String> newPrincipalIds)
GroupInternalService
updateForWorkgroupChange in interface GroupInternalService
public void updateForUserAddedToGroup(String principalId,
String groupId)
GroupInternalService
updateForUserAddedToGroup in interface GroupInternalService
public void updateForUserRemovedFromGroup(String principalId,
String groupId)
GroupInternalService
updateForUserRemovedFromGroup in interface GroupInternalService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||