|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LanguageContentKey | |
---|---|
com.hack23.cia.model.api.application | Application interfaces for objects in the model. |
com.hack23.cia.model.api.dto.application | Data transfer objects, created in service layer used in web layer. |
com.hack23.cia.model.impl.application.common | Common application entity model. |
Uses of LanguageContentKey in com.hack23.cia.model.api.application |
---|
Methods in com.hack23.cia.model.api.application that return LanguageContentKey | |
---|---|
static LanguageContentKey |
LanguageContentKey.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LanguageContentKey[] |
LanguageContentKey.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.hack23.cia.model.api.application with parameters of type LanguageContentKey | |
---|---|
LanguageContentData |
AgencyData.getLanguageContentByKey(LanguageContentKey winningPercentageByParty,
LanguageData language)
Gets the language content by key. |
Uses of LanguageContentKey in com.hack23.cia.model.api.dto.application |
---|
Methods in com.hack23.cia.model.api.dto.application with parameters of type LanguageContentKey | |
---|---|
String |
UserSessionDto.getLanguageResource(LanguageContentKey key)
Gets the language resource. |
Uses of LanguageContentKey in com.hack23.cia.model.impl.application.common |
---|
Methods in com.hack23.cia.model.impl.application.common with parameters of type LanguageContentKey | |
---|---|
LanguageContentData |
Agency.getLanguageContentByKey(LanguageContentKey key,
LanguageData language)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |