|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LanguageContent | |
---|---|
com.hack23.cia.model.impl.application.common | Common application entity model. |
Uses of LanguageContent in com.hack23.cia.model.impl.application.common |
---|
Methods in com.hack23.cia.model.impl.application.common that return types with arguments of type LanguageContent | |
---|---|
Set<LanguageContent> |
Portal.getLanguageContent()
Gets the language content. |
Set<LanguageContent> |
Agency.getLanguageContent()
Gets the language content. |
Set<LanguageContent> |
Portal.getLanguageContentByLanguage(Language language)
Gets the language content by language. |
List<LanguageContent> |
Language.getLanguageContents()
Gets the language contents. |
Method parameters in com.hack23.cia.model.impl.application.common with type arguments of type LanguageContent | |
---|---|
void |
Portal.setLanguageContent(Set<LanguageContent> languageContent)
Sets the language content. |
void |
Agency.setLanguageContent(Set<LanguageContent> languageContent)
Sets the language content. |
void |
Language.setLanguageContents(List<LanguageContent> languageContents)
Sets the language contents. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |