| Modifier and Type | Method and Description |
|---|---|
ApplicationTranslationData |
getApplicationTranslationData(LanguageVO language)
Gets data for translations for the given language
|
java.util.Properties |
getCustomizedKeysPerLanguage(LanguageVO language)
Returns all customized keys for the given language, in form of a
Properties object |
TranslationKeyData |
getTranslationKeyData(BasicTranslationKeyDTO key)
Returns data for the given translation key
|
java.util.List<LanguageDetailedVO> |
listTranslatableLanguages()
List the languages the current user can translate
|
void |
restoreOriginalTranslation(BasicTranslationKeyDTO key)
Reverts any changes on the given key
|
void |
saveKey(TranslationKeyDTO key)
Save a customized key
|
Page<TranslationKeyVO> |
searchKeys(TranslationQuery params)
Searches for translation keys
|
void |
setCustomizedKeysPerLanguage(SetCustomizedTranslationsDTO params)
Set the customized keys for a language
|
ApplicationTranslationData getApplicationTranslationData(@NotNull LanguageVO language) throws FrameworkException
FrameworkExceptionjava.util.Properties getCustomizedKeysPerLanguage(@NotNull
LanguageVO language)
throws FrameworkException
Properties objectFrameworkExceptionTranslationKeyData getTranslationKeyData(@NotNull BasicTranslationKeyDTO key) throws FrameworkException
FrameworkExceptionjava.util.List<LanguageDetailedVO> listTranslatableLanguages() throws FrameworkException
FrameworkExceptionvoid restoreOriginalTranslation(@NotNull
BasicTranslationKeyDTO key)
throws FrameworkException
FrameworkExceptionvoid saveKey(@NotNull
TranslationKeyDTO key)
throws FrameworkException
FrameworkExceptionPage<TranslationKeyVO> searchKeys(@NotNull TranslationQuery params) throws FrameworkException, QueryParseException
void setCustomizedKeysPerLanguage(@NotNull
SetCustomizedTranslationsDTO params)
throws FrameworkException
FrameworkException