Class CachedTranslationStorage
java.lang.Object
io.meeds.social.translation.storage.TranslationStorage
io.meeds.social.translation.storage.cache.CachedTranslationStorage
-
Field Summary
Fields inherited from class io.meeds.social.translation.storage.TranslationStorage
METADATA_TYPE -
Constructor Summary
ConstructorsConstructorDescriptionCachedTranslationStorage(org.exoplatform.social.metadata.MetadataService metadataService, org.exoplatform.services.cache.CacheService cacheService) -
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) 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) Methods inherited from class io.meeds.social.translation.storage.TranslationStorage
distinctByKey, getAllTranslationFields, getTranslationLabel, getTranslationLabels
-
Constructor Details
-
CachedTranslationStorage
public CachedTranslationStorage(org.exoplatform.social.metadata.MetadataService metadataService, org.exoplatform.services.cache.CacheService cacheService)
-
-
Method Details
-
getTranslationField
public io.meeds.social.translation.model.TranslationField getTranslationField(String objectType, long objectId, String fieldName) - Overrides:
getTranslationFieldin classTranslationStorage
-
deleteTranslationLabel
public void deleteTranslationLabel(String objectType, long objectId, String fieldName, Locale locale) - Overrides:
deleteTranslationLabelin classTranslationStorage
-
deleteTranslationLabels
- Overrides:
deleteTranslationLabelsin classTranslationStorage
-
saveTranslationLabel
public void saveTranslationLabel(String objectType, long objectId, String fieldName, Locale locale, String label, long audienceId, long spaceId) - Overrides:
saveTranslationLabelin classTranslationStorage
-
saveTranslationLabels
public void saveTranslationLabels(String objectType, long objectId, String fieldName, Map<Locale, String> labels, long audienceId, long spaceId) - Overrides:
saveTranslationLabelsin classTranslationStorage
-