|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Group | |
---|---|
de.espirit.firstspirit.service.permission.groups |
Uses of Group in de.espirit.firstspirit.service.permission.groups |
---|
Subinterfaces of Group in de.espirit.firstspirit.service.permission.groups | |
---|---|
interface |
GroupRoot
Interface representing a group root model belonging to the groups.xml file specified by the param (DOCUMENT_NAME.path) in service.ini of permission service. |
Methods in de.espirit.firstspirit.service.permission.groups that return Group | |
---|---|
Group |
Group.appendChild(String name)
Creates a new group with the given name as child of this group and appends it to the list of children . |
Group |
Group.appendChild(String id,
String name)
Creates a new group with the given name and id as child of this group and appends it to the list of children . |
Group[] |
Group.getChilds()
Deprecated. since 4.2.200 - use Group.getChildren() instead |
Group |
GroupRoot.getGroupById(String id)
Returns the first occurrence of a group with the given id or null if
no group exists with the given id. |
Group |
Group.getParent()
Returns the parent group of this group or null
if this group is the root group |
Methods in de.espirit.firstspirit.service.permission.groups that return types with arguments of type Group | |
---|---|
List<Group> |
Group.getAllChildren()
Returns a list of all (recursive) group children of this group. |
List<Group> |
Group.getAllChilds()
Deprecated. since 4.2.200 - use Group.getAllChildren() instead |
List<Group> |
Group.getAllParents()
Returns a list of all parents existing on the parent path of this group. |
Collection<? extends Group> |
Group.getChildren()
Returns a collection of all direct sub group children. |
Methods in de.espirit.firstspirit.service.permission.groups with parameters of type Group | |
---|---|
void |
Group.removeChild(Group group)
Removes the given group from the list |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |