Uses of Class
com.hack23.cia.model.impl.application.content.Language

Packages that use Language
Package Description
com.hack23.cia.model.impl.application.administration Provides... 
com.hack23.cia.model.impl.application.configuration Provides... 
com.hack23.cia.model.impl.application.content Provides... 
 

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

Methods in com.hack23.cia.model.impl.application.administration that return Language
Modifier and Type Method and Description
 Language UserSession.getLanguage()
          Gets the language.
 

Methods in com.hack23.cia.model.impl.application.administration with parameters of type Language
Modifier and Type Method and Description
 void UserSession.setLanguage(Language language)
          Sets the language.
 

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

Methods in com.hack23.cia.model.impl.application.configuration that return types with arguments of type Language
Modifier and Type Method and Description
 Set<Language> Agency.getLanguages()
          Gets the languages.
 

Methods in com.hack23.cia.model.impl.application.configuration with parameters of type Language
Modifier and Type Method and Description
 Set<LanguageContent> Portal.getLanguageContentByLanguage(Language language)
          Gets the language content by language.
 

Method parameters in com.hack23.cia.model.impl.application.configuration with type arguments of type Language
Modifier and Type Method and Description
 void Agency.setLanguages(Set<Language> languages)
          Sets the languages.
 

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

Methods in com.hack23.cia.model.impl.application.content that return Language
Modifier and Type Method and Description
 Language LanguageContent.getLanguage()
          Gets the language.
 

Methods in com.hack23.cia.model.impl.application.content with parameters of type Language
Modifier and Type Method and Description
 void LanguageContent.setLanguage(Language language)
          Sets the language.
 



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