|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
com.hack23.cia.model.api.application.administration | Provides... |
com.hack23.cia.model.api.common | Common interfaces for objects in the model. |
com.hack23.cia.model.api.sweden.configuration | Provides... |
com.hack23.cia.model.impl.application.administration | Provides... |
com.hack23.cia.model.impl.common | The core entity model. |
com.hack23.cia.model.impl.sweden.configuration | Provides... |
com.hack23.cia.model.impl.sweden.content | Provides... |
Uses of Role in com.hack23.cia.model.api.application.administration |
---|
Modifier and Type | Interface and Description |
---|---|
interface |
UserData
The Interface UserData. |
interface |
UserRole
The Interface UserRole. |
Uses of Role in com.hack23.cia.model.api.common |
---|
Modifier and Type | Method and Description |
---|---|
Role[] |
Actor.getActorDefinedRoles()
Gets the actor defined roles. |
Role[] |
Actor.getActorRoles()
Gets the actor roles. |
Role |
ActorRoleResourceContainer.getRole()
Gets the role. |
Modifier and Type | Method and Description |
---|---|
void |
Actor.setActorDefinedRoles(Role[] roles)
Sets the actor defined roles. |
void |
Actor.setActorRoles(Role[] roles)
Sets the actor roles. |
Uses of Role in com.hack23.cia.model.api.sweden.configuration |
---|
Modifier and Type | Interface and Description |
---|---|
interface |
GovernmentMinisterData
The Interface GovernmentMinisterData. |
interface |
GovernmentRole
The Interface GovernmentRole. |
interface |
MonarchData
The Interface MonarchData. |
interface |
ParliamentMemberData
The Interface ParliamentMemberData. |
interface |
ParliamentRole
The Interface ParliamentRole. |
Uses of Role in com.hack23.cia.model.impl.application.administration |
---|
Modifier and Type | Class and Description |
---|---|
class |
Player
The Class Player. |
class |
RegisteredUser
The Class RegisteredUser. |
class |
User
The Class User. |
Uses of Role in com.hack23.cia.model.impl.common |
---|
Modifier and Type | Method and Description |
---|---|
Role[] |
Person.getActorDefinedRoles()
|
Role[] |
Person.getActorRoles()
|
Modifier and Type | Method and Description |
---|---|
void |
Person.setActorDefinedRoles(Role[] roles)
|
void |
Person.setActorRoles(Role[] roles)
|
Uses of Role in com.hack23.cia.model.impl.sweden.configuration |
---|
Modifier and Type | Method and Description |
---|---|
Role[] |
Committee.getActorDefinedRoles()
|
Role[] |
Parliament.getActorDefinedRoles()
|
Role[] |
Committee.getActorRoles()
|
Role[] |
Parliament.getActorRoles()
|
Modifier and Type | Method and Description |
---|---|
void |
Committee.setActorDefinedRoles(Role[] roles)
|
void |
Parliament.setActorDefinedRoles(Role[] roles)
|
void |
Committee.setActorRoles(Role[] roles)
|
void |
Parliament.setActorRoles(Role[] roles)
|
Uses of Role in com.hack23.cia.model.impl.sweden.content |
---|
Modifier and Type | Class and Description |
---|---|
class |
ParliamentMember
The Class ParliamentMember. |
Modifier and Type | Method and Description |
---|---|
Role[] |
PoliticalParty.getActorDefinedRoles()
|
Role[] |
PoliticalParty.getActorRoles()
|
Modifier and Type | Method and Description |
---|---|
void |
PoliticalParty.setActorDefinedRoles(Role[] roles)
|
void |
PoliticalParty.setActorRoles(Role[] roles)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |