|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Role in org.directdemocracyportal.democracy.model.application |
---|
Modifier and Type | Class and Description |
---|---|
class |
UserRole
The Class UserRole. |
Uses of Role in org.directdemocracyportal.democracy.model.core |
---|
Modifier and Type | Method and Description |
---|---|
Role |
GroupAgent.findDefinedRoleByName(java.lang.String name)
Find defined role by name. |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Role> |
GroupAgent.getDefinedRoles()
Gets the defined roles. |
java.util.Set<Role> |
Agent.getRoles()
Gets the roles. |
Modifier and Type | Method and Description |
---|---|
void |
GroupAgent.setDefinedRoles(java.util.Set<Role> definedRoles)
Sets the defined roles. |
void |
Agent.setRoles(java.util.Set<Role> roles)
Sets the roles. |
Uses of Role in org.directdemocracyportal.democracy.model.world |
---|
Modifier and Type | Method and Description |
---|---|
Role |
Person.getRoleInOrg(Organisation organisation)
Gets the role in org. |
Uses of Role in org.directdemocracyportal.democracy.service |
---|
Modifier and Type | Method and Description |
---|---|
Role |
PortalServiceImpl.createRoleInOrg(java.lang.String roleName,
Organisation organisation)
|
Role |
PortalService.createRoleInOrg(java.lang.String roleName,
Organisation organisation)
Creates the role in org. |
Modifier and Type | Method and Description |
---|---|
void |
PortalServiceImpl.addRolePlayed(Role role,
Person person)
|
void |
PortalService.addRolePlayed(Role role,
Person person)
Adds the role played. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |