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, String objectId, String fieldName, Locale locale) voiddeleteTranslationLabels(String objectType, String objectId) <T> Predicate<T> distinctByKey(Function<? super T, Object> keyExtractor) io.meeds.social.translation.model.TranslationFieldgetTranslationField(String objectType, String objectId, String fieldName) getTranslationLabel(String objectType, String objectId, String fieldName, Locale locale) getTranslationLabels(String objectType, String objectId, String fieldName) voidsaveTranslationLabel(String objectType, String objectId, String fieldName, Locale locale, String label, long audienceId, long spaceId) voidsaveTranslationLabels(String objectType, String 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
-
distinctByKey
-