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) |
getPermissionDefinition
void init() throws java.lang.Exception
java.lang.Exception
int getGroupCount()
Group[] getGroups()
Group findGroupByName(java.lang.String groupName)
Group fetchGroupByName(java.lang.String groupName) throws java.lang.Exception
java.lang.Exception
Group insertGroup(SessionId caller, Group group) throws java.lang.Exception
java.lang.Exception
void updateGroup(SessionId caller, Group group) throws java.lang.Exception
java.lang.Exception
Copyright © 2014 EsprIT-Systems. All Rights Reserved.