Modifier and Type | Method and Description |
---|---|
TranslationEntity |
UpdateTranslationValueCmd.execute(CommandContext commandContext) |
Modifier and Type | Class and Description |
---|---|
class |
TranslationEntityImpl |
Modifier and Type | Method and Description |
---|---|
TranslationEntity |
TranslationEntityManagerImpl.findByScopeIdScopeTypeKeyAndLocale(String scopeId,
String scopeType,
String key,
String locale) |
TranslationEntity |
TranslationEntityManager.findByScopeIdScopeTypeKeyAndLocale(String scopeId,
String scopeType,
String key,
String locale) |
Modifier and Type | Method and Description |
---|---|
List<TranslationEntity> |
TranslationEntityManagerImpl.findTranslationsForScopeIdAndScopeType(String scopeId,
String scopeType) |
List<TranslationEntity> |
TranslationEntityManager.findTranslationsForScopeIdAndScopeType(String scopeId,
String scopeType) |
Modifier and Type | Method and Description |
---|---|
TranslationEntity |
TranslationDataManager.findByScopeIdScopeTypeKeyAndLocale(String scopeId,
String scopeType,
String key,
String locale) |
Modifier and Type | Method and Description |
---|---|
List<TranslationEntity> |
TranslationDataManager.findTranslationsForScopeIdAndScopeType(String scopeId,
String scopeType) |
Modifier and Type | Field and Description |
---|---|
protected SingleCachedEntityMatcher<TranslationEntity> |
MybatisTranslationDataManager.translationByScopeKeyAndLocaleMatcher |
protected CachedEntityMatcher<TranslationEntity> |
MybatisTranslationDataManager.translationByScopeMatcher |
Modifier and Type | Method and Description |
---|---|
TranslationEntity |
MybatisTranslationDataManager.create() |
TranslationEntity |
MybatisTranslationDataManager.findByScopeIdScopeTypeKeyAndLocale(String scopeId,
String scopeType,
String key,
String locale) |
Modifier and Type | Method and Description |
---|---|
List<TranslationEntity> |
MybatisTranslationDataManager.findTranslationsForScopeIdAndScopeType(String scopeId,
String scopeType) |
Class<? extends TranslationEntity> |
MybatisTranslationDataManager.getManagedEntityClass() |