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