public interface TranslationDataManager extends DataManager<TranslationEntity>
Modifier and Type | Method and Description |
---|---|
void |
deleteByScopeIdAndScopeType(String scopeId,
String scopeType) |
TranslationEntity |
findByScopeIdScopeTypeKeyAndLocale(String scopeId,
String scopeType,
String key,
String locale) |
long |
findTranslationCountByQueryCriteria(TranslationQueryImpl translationQuery) |
List<Translation> |
findTranslationsByQueryCriteria(TranslationQueryImpl translationQuery) |
List<TranslationEntity> |
findTranslationsForScopeIdAndScopeType(String scopeId,
String scopeType) |
TranslationEntity findByScopeIdScopeTypeKeyAndLocale(String scopeId, String scopeType, String key, String locale)
List<TranslationEntity> findTranslationsForScopeIdAndScopeType(String scopeId, String scopeType)
List<Translation> findTranslationsByQueryCriteria(TranslationQueryImpl translationQuery)
long findTranslationCountByQueryCriteria(TranslationQueryImpl translationQuery)