public interface GroupManager<S extends ServerContext> extends PermissionControlled
| Modifier and Type | Method and Description |
|---|---|
void |
deleteGroup(SessionId caller,
Group group) |
Group |
fetchGroupByName(java.lang.String groupName) |
Group |
findGroupByName(java.lang.String groupName) |
int |
getGroupCount() |
Group[] |
getGroups() |
void |
init() |
Group |
insertGroup(SessionId caller,
Group group) |
void |
updateGroup(SessionId caller,
Group group) |
getPermissionDefinitionvoid init()
throws java.lang.Exception
java.lang.Exceptionint getGroupCount()
Group[] getGroups()
Group findGroupByName(java.lang.String groupName)
Group fetchGroupByName(java.lang.String groupName) throws java.lang.Exception
java.lang.ExceptionGroup insertGroup(SessionId caller, Group group) throws java.lang.Exception
java.lang.Exceptionvoid updateGroup(SessionId caller, Group group) throws java.lang.Exception
java.lang.ExceptionCopyright © 2014 EsprIT-Systems. All Rights Reserved.