Class TranslationStorage
java.lang.Object
io.meeds.social.translation.storage.TranslationStorage
- Direct Known Subclasses:
CachedTranslationStorage
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.exoplatform.social.metadata.model.MetadataType -
Constructor Summary
ConstructorsConstructorDescriptionTranslationStorage(org.exoplatform.social.metadata.MetadataService metadataService) -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteTranslationLabel(String objectType, long objectId, String fieldName, Locale locale) voiddeleteTranslationLabels(String objectType, long objectId) io.meeds.social.translation.model.TranslationFieldgetTranslationField(String objectType, long objectId, String fieldName) getTranslationLabel(String objectType, long objectId, String fieldName, Locale locale) getTranslationLabels(String objectType, long objectId, String fieldName) voidsaveTranslationLabel(String objectType, long objectId, String fieldName, Locale locale, String label, long audienceId, long spaceId) voidsaveTranslationLabels(String objectType, long objectId, String fieldName, Map<Locale, String> labels, long audienceId, long spaceId)
-
Field Details
-
METADATA_TYPE
public static final org.exoplatform.social.metadata.model.MetadataType METADATA_TYPE
-
-
Constructor Details
-
TranslationStorage
public TranslationStorage(org.exoplatform.social.metadata.MetadataService metadataService)
-
-
Method Details
-
getTranslationField
-
getTranslationLabels
-
getTranslationLabel
-
saveTranslationLabels
-
saveTranslationLabel
-
deleteTranslationLabels
-
deleteTranslationLabel
-