Uses of Interface
org.cxbox.model.core.api.Translation
Packages that use Translation
-
Uses of Translation in org.cxbox.model.core.api
Classes in org.cxbox.model.core.api with type parameters of type TranslationModifier and TypeInterfaceDescriptioninterfaceTranslatable<P extends BaseEntity,L extends Translation<P, L>> interfaceTranslation<P extends BaseEntity,L extends Translation<P, L>> Methods in org.cxbox.model.core.api with type parameters of type TranslationModifier 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 Translation in org.cxbox.model.core.service
Methods in org.cxbox.model.core.service with type parameters of type TranslationModifier 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)