Uses of Interface
org.cxbox.model.core.api.Translatable
Packages that use Translatable
-
Uses of Translatable in org.cxbox.model.core.api
Methods in org.cxbox.model.core.api with type parameters of type TranslatableModifier and TypeMethodDescription<L extends Translation<E,L>, E extends BaseEntity & Translatable<E, L>>
List<String>TranslationService.getMissingTranslations(E translatable) <L extends Translation<E,L>, E extends BaseEntity & Translatable<E, L>>
List<L>TranslationService.populate(E translatable) -
Uses of Translatable in org.cxbox.model.core.service
Methods in org.cxbox.model.core.service with type parameters of type TranslatableModifier and TypeMethodDescription<L extends Translation<E,L>, E extends BaseEntity & Translatable<E, L>>
List<String>TranslationServiceImpl.getMissingTranslations(E translatable) <L extends Translation<E,L>, E extends BaseEntity & Translatable<E, L>>
List<L>TranslationServiceImpl.populate(E translatable)