Uses of Class
org.kuali.rice.kim.impl.group.GroupBo
Packages that use GroupBo
Package
Description
-
Uses of GroupBo in org.kuali.rice.kim.impl.group
Methods in org.kuali.rice.kim.impl.group that return GroupBoModifier and TypeMethodDescriptionstatic GroupBoGroupBo.from(org.kuali.rice.kim.api.group.Group im) Converts a immutable object to its mutable counterpartprotected GroupBoGroupServiceImpl.getGroupBo(String groupId) protected GroupBoGroupInternalService.saveWorkgroup(GroupBo group) Save the GroupBo, being careful to reset the action document assignments based on any membership changes.GroupInternalServiceImpl.saveWorkgroup(GroupBo group) Methods in org.kuali.rice.kim.impl.group that return types with arguments of type GroupBoMethods in org.kuali.rice.kim.impl.group with parameters of type GroupBoModifier and TypeMethodDescriptionprotected voidGroupServiceImpl.getMemberGroupsInternal(GroupBo group, Set<GroupBo> groups) protected GroupBoGroupInternalService.saveWorkgroup(GroupBo group) Save the GroupBo, being careful to reset the action document assignments based on any membership changes.GroupInternalServiceImpl.saveWorkgroup(GroupBo group) static org.kuali.rice.kim.api.group.GroupConverts a mutable bo to its immutable counterpartMethod parameters in org.kuali.rice.kim.impl.group with type arguments of type GroupBoModifier and TypeMethodDescriptionprotected voidGroupServiceImpl.getMemberGroupsInternal(GroupBo group, Set<GroupBo> groups) -
Uses of GroupBo in org.kuali.rice.kim.impl.permission
Methods in org.kuali.rice.kim.impl.permission that return GroupBoMethods in org.kuali.rice.kim.impl.permission with parameters of type GroupBoModifier and TypeMethodDescriptionvoidUberPermissionBo.setAssignedToGroup(GroupBo assignedToGroup) -
Uses of GroupBo in org.kuali.rice.kim.impl.responsibility
Methods in org.kuali.rice.kim.impl.responsibility that return GroupBoMethods in org.kuali.rice.kim.impl.responsibility with parameters of type GroupBoModifier and TypeMethodDescriptionvoidUberResponsibilityBo.setAssignedToGroup(GroupBo assignedToGroup)