Interface TranslationDataManager
- All Superinterfaces:
DataManager<TranslationEntity>
- All Known Implementing Classes:
MybatisTranslationDataManager
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionvoidbulkDeleteByScopeIdsAndScopeType(Collection<String> scopeIds, String scopeType) voiddeleteByScopeIdAndScopeType(String scopeId, String scopeType) findByScopeIdScopeTypeKeyAndLocale(String scopeId, String scopeType, String key, String locale) longfindTranslationCountByQueryCriteria(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
-