Modifier and Type | Method and Description |
---|---|
java.util.Set<Group> |
Group.getGroups(Group.GroupChildDepth childDepth) |
java.util.Set<Group> |
Group.getGroupsContaining(AssistmentsPrincipal member,
boolean stopOnFirst)
Returns the groups containing a principal (as a member), at any level, in this group's hierarchy.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
Group.replaceMembers(Group g)
Replaces this Group's members with those belonging to the provided Group.
|
Constructor and Description |
---|
Group(Group g) |
Modifier and Type | Method and Description |
---|---|
Group |
GroupManager.getGroup(XInfo groupXinfo)
Returns a requested Group
|
Group |
GroupManager.persist(Group group)
Creates a new Group for a particular application
|
Group |
GroupManager.persist(java.lang.String groupName,
User groupOwner) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Group> |
GroupManager.getOwnedGroups(XInfo ownerXinfo)
Returns a list of Groups owned by a user.
|
Modifier and Type | Method and Description |
---|---|
Group |
GroupManager.persist(Group group)
Creates a new Group for a particular application
|
Modifier and Type | Method and Description |
---|---|
Group |
GroupManagerImpl.getGroup(XInfo groupXinfo) |
Group |
GroupManagerImpl.persist(Group group) |
Group |
GroupManagerImpl.persist(java.lang.String groupName,
User groupOwner) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Group> |
GroupManagerImpl.getOwnedGroups(XInfo ownerXinfo) |
Modifier and Type | Method and Description |
---|---|
Group |
GroupManagerImpl.persist(Group group) |
(package private) GroupRow |
GroupManagerImpl.toGroupRow(Group g) |
Modifier and Type | Method and Description |
---|---|
Group |
LmsIntegrationManagerHelper.createGroup(LmsType lms,
java.lang.String classUID,
java.lang.String className)
For the current (logged in) user, creates a
Group representing the named class. |