Uses of Interface
org.cxbox.model.core.api.Translation
-
Packages that use Translation Package Description org.cxbox.model.core.api org.cxbox.model.core.service -
-
Uses of Translation in org.cxbox.model.core.api
Classes in org.cxbox.model.core.api with type parameters of type Translation Modifier and Type Interface Description interfaceTranslatable<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 Translation Modifier and Type Method Description <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 Translation Modifier and Type Method Description <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)
-