Uses of Class
org.kuali.rice.kim.api.group.Group
Packages that use Group
-
Uses of Group in org.kuali.rice.kim.api.group
Methods in org.kuali.rice.kim.api.group that return GroupModifier and TypeMethodDescriptionGroup.Builder.build()GroupService.createGroup(Group group) Creates a new group using the given Group.Lookup a Group based on the passed in id.GroupService.getGroupByNamespaceCodeAndName(String namespaceCode, String groupName) Lookup a Group based on the passed in namespace and name.GroupService.updateGroup(String groupId, Group group) Updates a group using the given Group.GroupService.updateGroup(Group group) Updates an existing group using the given Group.Methods in org.kuali.rice.kim.api.group that return types with arguments of type GroupModifier and TypeMethodDescriptionGroupService.getGroups(Collection<String> ids) Gets all groups for the given collection of group ids.GroupService.getGroupsByPrincipalId(String principalId) Get all the groups for a given principal.GroupService.getGroupsByPrincipalIdAndNamespaceCode(String principalId, String namespaceCode) Get all the groups within a namespace for a given principal.GroupQueryResults.getResults()Methods in org.kuali.rice.kim.api.group with parameters of type GroupModifier and TypeMethodDescriptionGroupService.createGroup(Group group) Creates a new group using the given Group.GroupService.updateGroup(String groupId, Group group) Updates a group using the given Group.GroupService.updateGroup(Group group) Updates an existing group using the given Group.