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).Methods in io.meeds.social.translation.service that return types with arguments of type TranslationFieldModifier and TypeMethodDescriptionTranslationService.getAllTranslationFields(String objectType, String objectId) Retrieves the list of TranslationFields Labels for all fields of an Object (identified by its type and id).TranslationService.getAllTranslationFields(String objectType, String objectId, String username) Retrieves the list of TranslationFields Labels for all fields of an Object (identified by its type and id).