Uses of Interface
com.hack23.cia.model.api.common.Actor

Packages that use Actor
Package Description
com.hack23.cia.model.api.application.configuration 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 Actor in com.hack23.cia.model.api.application.configuration
 

Subinterfaces of Actor in com.hack23.cia.model.api.application.configuration
Modifier and Type Interface and Description
 interface ApplicationGroup
          The Interface ApplicationGroup.
 

Uses of Actor in com.hack23.cia.model.api.common
 

Subinterfaces of Actor in com.hack23.cia.model.api.common
Modifier and Type Interface and Description
 interface Group
          The Interface Group.
 

Methods in com.hack23.cia.model.api.common that return Actor
Modifier and Type Method and Description
 Actor ActorRoleResourceContainer.getActor()
          Gets the actor.
 Actor Role.getActor()
          Gets the actor.
 

Methods in com.hack23.cia.model.api.common with parameters of type Actor
Modifier and Type Method and Description
 void Role.setActor(Actor actor)
          Sets the actor.
 

Uses of Actor in com.hack23.cia.model.api.sweden.configuration
 

Subinterfaces of Actor in com.hack23.cia.model.api.sweden.configuration
Modifier and Type Interface and Description
 interface CommitteeData
          The Interface CommitteeData.
 interface DepartmentData
          The Interface DepartmentData.
 interface GovernmentAuthorityData
          The Interface GovernmentAuthorityData.
 interface GovernmentData
          The Interface GovernmentData.
 interface GovernmentGroup
          The Interface GovernmentGroup.
 interface ParliamentData
          The Interface ParliamentData.
 interface ParliamentGroup
          The Interface ParliamentGroup.
 interface PoliticalPartyData
          The Interface PoliticalPartyData.
 interface PoliticianData
          The Interface PoliticianData.
 

Uses of Actor in com.hack23.cia.model.impl.application.administration
 

Methods in com.hack23.cia.model.impl.application.administration that return Actor
Modifier and Type Method and Description
 Actor Player.getActor()
           
 Actor User.getActor()
           
 

Methods in com.hack23.cia.model.impl.application.administration with parameters of type Actor
Modifier and Type Method and Description
 void Player.setActor(Actor actor)
           
 void User.setActor(Actor actor)
           
 

Uses of Actor in com.hack23.cia.model.impl.common
 

Classes in com.hack23.cia.model.impl.common that implement Actor
Modifier and Type Class and Description
 class Person
          The Class Person.
 

Methods in com.hack23.cia.model.impl.common that return Actor
Modifier and Type Method and Description
 Actor Person.getActor()
          Gets the actor.
 

Methods in com.hack23.cia.model.impl.common with parameters of type Actor
Modifier and Type Method and Description
 void Person.setActor(Actor actor)
          Sets the actor.
 

Uses of Actor in com.hack23.cia.model.impl.sweden.configuration
 

Classes in com.hack23.cia.model.impl.sweden.configuration that implement Actor
Modifier and Type Class and Description
 class Committee
          The Class Committee.
 class Parliament
          The Class Parliament.
 

Uses of Actor in com.hack23.cia.model.impl.sweden.content
 

Classes in com.hack23.cia.model.impl.sweden.content that implement Actor
Modifier and Type Class and Description
 class PoliticalParty
          The Class PoliticalParty.
 class Politician
          The Class Politician.
 

Methods in com.hack23.cia.model.impl.sweden.content that return Actor
Modifier and Type Method and Description
 Actor ParliamentMember.getActor()
           
 

Methods in com.hack23.cia.model.impl.sweden.content with parameters of type Actor
Modifier and Type Method and Description
 void ParliamentMember.setActor(Actor actor)
           
 



Copyright © 2008-2010 www.hack23.com. All Rights Reserved.