Package org.cxbox.model.core.service
Class TranslationServiceImpl
java.lang.Object
org.cxbox.model.core.service.TranslationServiceImpl
- All Implemented Interfaces:
TranslationService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<L extends Translation<E,L>, E extends BaseEntity & Translatable<E, L>>
List<String>getMissingTranslations(E translatable) <L extends Translation<E,L>, E extends BaseEntity & Translatable<E, L>>
List<L>populate(E translatable)
-
Constructor Details
-
TranslationServiceImpl
public TranslationServiceImpl()
-
-
Method Details
-
getMissingTranslations
public <L extends Translation<E,L>, List<String> getMissingTranslationsE extends BaseEntity & Translatable<E, L>> (E translatable) - Specified by:
getMissingTranslationsin interfaceTranslationService
-
populate
public <L extends Translation<E,L>, List<L> populateE extends BaseEntity & Translatable<E, L>> (E translatable) - Specified by:
populatein interfaceTranslationService
-