Uses of Interface
org.cxbox.model.core.api.Translatable
-
Packages that use Translatable Package Description org.cxbox.model.core.api org.cxbox.model.core.service -
-
Uses of Translatable in org.cxbox.model.core.api
Methods in org.cxbox.model.core.api with type parameters of type Translatable 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 Translatable in org.cxbox.model.core.service
Methods in org.cxbox.model.core.service with type parameters of type Translatable 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)
-