Uses of Class
com.hack23.cia.model.api.common.TypeContext

Packages that use TypeContext
Package Description
com.hack23.cia.model.api.common Common interfaces for objects in the model. 
com.hack23.cia.model.impl.application.administration Provides... 
com.hack23.cia.model.impl.application.configuration Provides... 
com.hack23.cia.model.impl.application.content Provides... 
com.hack23.cia.model.impl.application.control Provides... 
com.hack23.cia.model.impl.application.events.user 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... 
com.hack23.cia.model.impl.sweden.events Provides... 
 

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

Methods in com.hack23.cia.model.api.common that return TypeContext
Modifier and Type Method and Description
 TypeContext PersistedModelObject.getTypeContext()
          Gets the type context.
static TypeContext TypeContext.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TypeContext[] TypeContext.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in com.hack23.cia.model.impl.application.administration that return TypeContext
Modifier and Type Method and Description
protected  TypeContext UserSession.getApplicationTypeContext()
           
protected  TypeContext PoliticalGame.getApplicationTypeContext()
           
protected  TypeContext GameBoard.getApplicationTypeContext()
           
protected  TypeContext Player.getApplicationTypeContext()
           
protected  TypeContext User.getApplicationTypeContext()
           
 

Uses of TypeContext in com.hack23.cia.model.impl.application.configuration
 

Methods in com.hack23.cia.model.impl.application.configuration that return TypeContext
Modifier and Type Method and Description
protected  TypeContext Agency.getApplicationTypeContext()
           
 TypeContext AbstractAgencyConfiguration.getApplicationTypeContext()
           
 

Uses of TypeContext in com.hack23.cia.model.impl.application.content
 

Methods in com.hack23.cia.model.impl.application.content that return TypeContext
Modifier and Type Method and Description
protected  TypeContext ImageContent.getApplicationTypeContext()
           
 TypeContext Language.getApplicationTypeContext()
           
protected  TypeContext LanguageContent.getApplicationTypeContext()
           
 

Uses of TypeContext in com.hack23.cia.model.impl.application.control
 

Methods in com.hack23.cia.model.impl.application.control that return TypeContext
Modifier and Type Method and Description
protected  TypeContext SoftwareAgentOperation.getApplicationTypeContext()
           
 

Uses of TypeContext in com.hack23.cia.model.impl.application.events.user
 

Methods in com.hack23.cia.model.impl.application.events.user that return TypeContext
Modifier and Type Method and Description
protected  TypeContext AbstractActionEvent.getApplicationTypeContext()
           
 

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

Methods in com.hack23.cia.model.impl.common that return TypeContext
Modifier and Type Method and Description
protected  TypeContext Person.getApplicationTypeContext()
           
protected abstract  TypeContext BaseEntity.getApplicationTypeContext()
          Gets the application type context.
 TypeContext BaseEntity.getTypeContext()
           
 

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

Methods in com.hack23.cia.model.impl.sweden.configuration that return TypeContext
Modifier and Type Method and Description
protected  TypeContext Committee.getApplicationTypeContext()
           
protected  TypeContext Parliament.getApplicationTypeContext()
           
 

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

Methods in com.hack23.cia.model.impl.sweden.content that return TypeContext
Modifier and Type Method and Description
protected  TypeContext CommitteeReport.getApplicationTypeContext()
           
protected  TypeContext RegisterInformation.getApplicationTypeContext()
           
protected  TypeContext VoteMetaData.getApplicationTypeContext()
           
protected  TypeContext ParliamentDocumentType.getApplicationTypeContext()
           
protected  TypeContext Vote.getApplicationTypeContext()
           
protected  TypeContext PoliticalParty.getApplicationTypeContext()
           
protected  TypeContext AbstractBallotMetaData.getApplicationTypeContext()
           
protected  TypeContext ParliamentMemberVoteCompareResult.getApplicationTypeContext()
           
protected  TypeContext ParliamentMember.getApplicationTypeContext()
           
protected  TypeContext Ballot.getApplicationTypeContext()
           
 

Uses of TypeContext in com.hack23.cia.model.impl.sweden.events
 

Methods in com.hack23.cia.model.impl.sweden.events that return TypeContext
Modifier and Type Method and Description
protected  TypeContext Election.getApplicationTypeContext()
           
protected  TypeContext ParliamentYear.getApplicationTypeContext()
           
 



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