Interface TranslationMessageServiceLocal
-
- All Superinterfaces:
Service,TranslationMessageService
- All Known Implementing Classes:
TranslationMessageServiceImpl
public interface TranslationMessageServiceLocal extends TranslationMessageService
Local interface for the translation message service
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getCustomizedKeys(Long id)Returns the customized translation message keys for the given languageTranslationKeyVOloadKey(Long languageId, String key)Loads a translation key-
Methods inherited from interface org.cyclos.services.contentmanagement.TranslationMessageService
getApplicationTranslationData, getCustomizedKeysPerLanguage, getTranslationKeyData, listTranslatableLanguages, restoreOriginalTranslation, saveKey, searchKeys, setCustomizedKeysPerLanguage
-
-