| Package | Description |
|---|---|
| new_build.models.network_organisation | |
| new_build.server.constants | |
| new_build.server.control | |
| new_build.server.database |
| Modifier and Type | Field and Description |
|---|---|
private java.util.HashMap<User,PermissionRole> |
TeamInfo.roleMap |
private java.util.HashMap<User,PermissionRole> |
GroupInformation.roleMap |
| Modifier and Type | Method and Description |
|---|---|
java.util.HashMap<User,PermissionRole> |
TeamInfo.getRoleMap() |
java.util.HashMap<User,PermissionRole> |
GroupInformation.getRoleMap() |
| Constructor and Description |
|---|
GroupInformation(java.util.LinkedList<Message> messagesInChatRoom,
java.util.HashMap<User,PermissionRole> roleMap,
java.util.LinkedList<Poll> polls) |
TeamInfo(java.util.LinkedList<Message> messagesInChatRoom,
java.util.HashMap<User,PermissionRole> roleMap,
java.util.LinkedList<Poll> polls) |
| Modifier and Type | Method and Description |
|---|---|
static PermissionRole |
PermissionRole.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PermissionRole[] |
PermissionRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected PermissionRole |
CommandManager.getPermissionLevelInGroup(int userId,
Group group) |
PermissionRole |
ServerController.getRightsInGroup(User sendingUser,
Group group) |
| Modifier and Type | Method and Description |
|---|---|
java.util.HashMap<User,PermissionRole> |
GroupLib.getRolesInGroup(Group group) |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupLib.insertRoleChanges(Group g,
User u,
PermissionRole pr) |