Package | Description |
---|---|
org.assistments.domain.core |
Modifier and Type | Method and Description |
---|---|
static Group.GroupChildDepth |
Group.GroupChildDepth.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Group.GroupChildDepth[] |
Group.GroupChildDepth.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<Group> |
Group.getGroups(Group.GroupChildDepth childDepth) |
int |
Group.getMemberCount(Group.GroupChildDepth childDepth)
Returns number of child members in a group.
|
java.util.Set<AssistmentsPrincipal> |
Group.getMembers(Group.GroupChildDepth childDepth) |
java.util.Set<AssistmentsPrincipal> |
Group.getMembers(PrincipalType pType,
Group.GroupChildDepth childDepth)
Returns the child members of this group which are of a particular Class type.
|
java.util.Set<User> |
Group.getUsers(Group.GroupChildDepth childDepth)
Returns a set of
User members of this group. |
boolean |
Group.isMember(AssistmentsPrincipal member,
Group.GroupChildDepth depth)
Returns whether a principal is a child of this group.
|