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

Packages that use ResourceType
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.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 ResourceType in com.hack23.cia.model.api.common
 

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

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

Methods in com.hack23.cia.model.impl.application.administration that return ResourceType
Modifier and Type Method and Description
 ResourceType UserSession.getResourceType()
           
 

Methods in com.hack23.cia.model.impl.application.administration with parameters of type ResourceType
Modifier and Type Method and Description
 void UserSession.setResourceType(ResourceType resourceType)
          Sets the resource type.
 

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

Constructors in com.hack23.cia.model.impl.application.configuration with parameters of type ResourceType
Constructor and Description
AbstractAgencyConfiguration(ResourceType resourceType)
          Instantiates a new abstract agency configuration.
 

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

Constructors in com.hack23.cia.model.impl.application.content with parameters of type ResourceType
Constructor and Description
AbstractApplicationResource(ResourceType resourceType)
          Instantiates a new abstract application resource.
 

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

Methods in com.hack23.cia.model.impl.common that return ResourceType
Modifier and Type Method and Description
 ResourceType AbstractResource.getResourceType()
           
 

Methods in com.hack23.cia.model.impl.common with parameters of type ResourceType
Modifier and Type Method and Description
 void AbstractResource.setResourceType(ResourceType resourceType)
          Sets the resource type.
 

Constructors in com.hack23.cia.model.impl.common with parameters of type ResourceType
Constructor and Description
AbstractResource(ResourceType resourceType)
          Instantiates a new abstract resource.
 

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

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

Methods in com.hack23.cia.model.impl.sweden.configuration with parameters of type ResourceType
Modifier and Type Method and Description
 void Committee.setResourceType(ResourceType resourceType)
          Sets the resource type.
 void Parliament.setResourceType(ResourceType resourceType)
          Sets the resource type.
 

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

Methods in com.hack23.cia.model.impl.sweden.content that return ResourceType
Modifier and Type Method and Description
 ResourceType CommitteeReport.getResourceType()
           
 ResourceType RegisterInformation.getResourceType()
           
 ResourceType VoteMetaData.getResourceType()
           
 ResourceType Politician.getResourceType()
           
 ResourceType ParliamentDocumentType.getResourceType()
           
 ResourceType PartyBallotResult.getResourceType()
           
 ResourceType ParliamentMemberBallotRecord.getResourceType()
           
 ResourceType Vote.getResourceType()
           
 ResourceType PoliticalParty.getResourceType()
           
 ResourceType ParliamentMemberVoteCompareResult.getResourceType()
           
 ResourceType ParliamentMember.getResourceType()
           
 ResourceType Ballot.getResourceType()
           
 ResourceType BallotResult.getResourceType()
           
 

Methods in com.hack23.cia.model.impl.sweden.content with parameters of type ResourceType
Modifier and Type Method and Description
 void CommitteeReport.setResourceType(ResourceType resourceType)
          Sets the resource type.
 void RegisterInformation.setResourceType(ResourceType resourceType)
          Sets the resource type.
 void VoteMetaData.setResourceType(ResourceType resourceType)
          Sets the resource type.
 void ParliamentDocumentType.setResourceType(ResourceType resourceType)
          Sets the resource type.
 void PartyBallotResult.setResourceType(ResourceType resourceType)
          Sets the resource type.
 void ParliamentMemberBallotRecord.setResourceType(ResourceType resourceType)
          Sets the resource type.
 void Vote.setResourceType(ResourceType resourceType)
          Sets the resource type.
 void PoliticalParty.setResourceType(ResourceType resourceType)
          Sets the resource type.
 void ParliamentMemberVoteCompareResult.setResourceType(ResourceType resourceType)
          Sets the resource type.
 void ParliamentMember.setResourceType(ResourceType resourceType)
          Sets the resource type.
 void Ballot.setResourceType(ResourceType resourceType)
          Sets the resource type.
 void BallotResult.setResourceType(ResourceType resourceType)
          Sets the resource type.
 

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

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

Methods in com.hack23.cia.model.impl.sweden.events with parameters of type ResourceType
Modifier and Type Method and Description
 void Election.setResourceType(ResourceType resourceType)
          Sets the resource type.
 void ParliamentYear.setResourceType(ResourceType resourceType)
          Sets the resource type.
 



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