Uses of Class
org.kuali.rice.kim.api.group.GroupMember
Packages that use GroupMember
-
Uses of GroupMember in org.kuali.rice.kim.api.group
Methods in org.kuali.rice.kim.api.group that return GroupMemberModifier and TypeMethodDescriptionGroupMember.Builder.build()GroupService.createGroupMember(GroupMember groupMember) Creates a new group using the given GroupMember.GroupService.updateGroupMember(GroupMember groupMember) Updates an existing group using the given GroupMember.Methods in org.kuali.rice.kim.api.group that return types with arguments of type GroupMemberModifier and TypeMethodDescriptionGroupService.getCurrentAndFutureMembers(String groupId) Returns the list of group members who are currently active and futureActive .GroupService.getMembers(List<String> groupIds) Get all GroupMembers all the groups with the given group ids.GroupService.getMembersOfGroup(String groupId) Get all GroupMembers all the groups with a given group id.GroupService.getMembersOfGroupWithDate(String groupId, org.joda.time.DateTime asOfDate) Get all GroupMembers all the groups with a given group id and asOfDate.GroupService.getMembersWithDate(List<String> groupIds, org.joda.time.DateTime asOfDate) GroupMemberQueryResults.getResults()Methods in org.kuali.rice.kim.api.group with parameters of type GroupMemberModifier and TypeMethodDescriptionGroupService.createGroupMember(GroupMember groupMember) Creates a new group using the given GroupMember.GroupService.updateGroupMember(GroupMember groupMember) Updates an existing group using the given GroupMember.