public class TranslationEntityManagerImpl extends org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager<PlatformEngineConfiguration,TranslationEntity,TranslationDataManager> implements TranslationEntityManager
| Constructor and Description |
|---|
TranslationEntityManagerImpl(PlatformEngineConfiguration configuration,
TranslationDataManager translationDataManager) |
| Modifier and Type | Method and Description |
|---|---|
TranslationQuery |
createTranslationQuery() |
void |
deleteByScopeIdAndScopeType(String scopeId,
String scopeType) |
TranslationEntity |
findByScopeIdScopeTypeKeyAndLocale(String scopeId,
String scopeType,
String key,
String locale) |
long |
findTranslationCountByQueryCriteria(TranslationQuery translationQuery) |
List<Translation> |
findTranslationsByQueryCriteria(TranslationQuery translationQuery) |
List<TranslationEntity> |
findTranslationsForScopeIdAndScopeType(String scopeId,
String scopeType) |
getClock, getCommandExecutor, getEngineConfiguration, getEventDispatchercreate, createEntityEvent, delete, delete, delete, findById, fireEntityDeletedEvent, fireEntityInsertedEvent, fireEntityUpdatedEvent, getDataManager, insert, insert, setDataManager, update, updatepublic TranslationEntityManagerImpl(PlatformEngineConfiguration configuration, TranslationDataManager translationDataManager)
public TranslationQuery createTranslationQuery()
createTranslationQuery in interface TranslationEntityManagerpublic TranslationEntity findByScopeIdScopeTypeKeyAndLocale(String scopeId, String scopeType, String key, String locale)
findByScopeIdScopeTypeKeyAndLocale in interface TranslationEntityManagerpublic List<TranslationEntity> findTranslationsForScopeIdAndScopeType(String scopeId, String scopeType)
findTranslationsForScopeIdAndScopeType in interface TranslationEntityManagerpublic List<Translation> findTranslationsByQueryCriteria(TranslationQuery translationQuery)
findTranslationsByQueryCriteria in interface TranslationEntityManagerpublic long findTranslationCountByQueryCriteria(TranslationQuery translationQuery)
findTranslationCountByQueryCriteria in interface TranslationEntityManagerpublic void deleteByScopeIdAndScopeType(String scopeId, String scopeType)
deleteByScopeIdAndScopeType in interface TranslationEntityManagerCopyright © 2019. All rights reserved.