Interface TranslationDataManager
- All Superinterfaces:
DataManager<TranslationEntity>
- All Known Implementing Classes:
MybatisTranslationDataManager
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionvoid
bulkDeleteByScopeIdsAndScopeType
(Collection<String> scopeIds, String scopeType) void
deleteByScopeIdAndScopeType
(String scopeId, String scopeType) findByScopeIdScopeTypeKeyAndLocale
(String scopeId, String scopeType, String key, String locale) long
findTranslationCountByQueryCriteria
(TranslationQueryImpl translationQuery) findTranslationsByQueryCriteria
(TranslationQueryImpl translationQuery) findTranslationsForScopeIdAndScopeType
(String scopeId, String scopeType)
-
Method Details
-
findByScopeIdScopeTypeKeyAndLocale
TranslationEntity findByScopeIdScopeTypeKeyAndLocale(String scopeId, String scopeType, String key, String locale) -
findTranslationsForScopeIdAndScopeType
-
findTranslationsByQueryCriteria
-
findTranslationCountByQueryCriteria
-
deleteByScopeIdAndScopeType
-
bulkDeleteByScopeIdsAndScopeType
-