Uses of Class
io.meeds.social.translation.model.TranslationField
Packages that use TranslationField
-
Uses of TranslationField in io.meeds.social.translation.model
Methods in io.meeds.social.translation.model that return TranslationField -
Uses of TranslationField in io.meeds.social.translation.service
Methods in io.meeds.social.translation.service that return TranslationFieldModifier and TypeMethodDescriptiondefault TranslationFieldTranslationService.getTranslationField(String objectType, long objectId, String fieldName) Retrieves the list of Translation Labels for a given field of an Object (identified by its type and id).default TranslationFieldTranslationService.getTranslationField(String objectType, long objectId, String fieldName, String username) Retrieves the list of Translation Labels for a given field of an Object (identified by its type and id).TranslationService.getTranslationField(String objectType, String objectId, String fieldName) Retrieves the list of Translation Labels for a given field of an Object (identified by its type and id).TranslationService.getTranslationField(String objectType, String objectId, String fieldName, String username) Retrieves the list of Translation Labels for a given field of an Object (identified by its type and id).