| Package | Description |
|---|---|
| org.kuali.rice.kim.api.group |
Copyright 2005-2017 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| Modifier and Type | Method and Description |
|---|---|
Group |
Group.Builder.build() |
Group |
GroupService.createGroup(Group group)
Creates a new group using the given Group.
|
Group |
GroupService.getGroup(String id)
Lookup a Group based on the passed in id.
|
Group |
GroupService.getGroupByNamespaceCodeAndName(String namespaceCode,
String groupName)
Lookup a Group based on the passed in namespace and name.
|
Group |
GroupService.updateGroup(Group group)
Updates an existing group using the given Group.
|
Group |
GroupService.updateGroup(String groupId,
Group group)
Updates a group using the given Group.
|
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
GroupService.getGroups(Collection<String> ids)
Gets all groups for the given collection of group ids.
|
List<Group> |
GroupService.getGroupsByPrincipalId(String principalId)
Get all the groups for a given principal.
|
List<Group> |
GroupService.getGroupsByPrincipalIdAndNamespaceCode(String principalId,
String namespaceCode)
Get all the groups within a namespace for a given principal.
|
List<Group> |
GroupQueryResults.getResults() |
| Modifier and Type | Method and Description |
|---|---|
Group |
GroupService.createGroup(Group group)
Creates a new group using the given Group.
|
Group |
GroupService.updateGroup(Group group)
Updates an existing group using the given Group.
|
Group |
GroupService.updateGroup(String groupId,
Group group)
Updates a group using the given Group.
|
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.