Modifier and Type | Field and Description |
---|---|
protected List<Translation> |
MasterDataInstanceEntityImpl.queryTranslations |
Modifier and Type | Method and Description |
---|---|
List<Translation> |
MasterDataInstanceEntityImpl.getQueryTranslations()
Getter used by MyBatis when querying master data instances with translations included.
|
Modifier and Type | Method and Description |
---|---|
void |
MasterDataInstanceEntityImpl.setQueryTranslations(List<Translation> queryVariables)
Setter used by MyBatis when querying master data instances with translations.
|
Modifier and Type | Method and Description |
---|---|
Translation |
TranslationService.save(String scopeId,
String scopeType,
String key,
String locale,
String value)
Create or update a translation for the given scoped object.
|
Translation |
TranslationService.updateValue(String translationId,
String value)
Update the translation with the given value
|
Modifier and Type | Method and Description |
---|---|
List<Translation> |
TranslationService.findByScopeIdAndScopeType(String scopeId,
String scopeType)
Find all translations for the given scope id and scope type.
|
Modifier and Type | Method and Description |
---|---|
Translation |
SaveTranslationCmd.execute(CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
List<Translation> |
FindTranslationsByScopeIdAndScopeTypeCmd.execute(CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
void |
IndexingManagerHelperImpl.addTranslationFields(Translation translation,
String scopeId,
String scopeType,
String scopeHierarchyType,
com.fasterxml.jackson.databind.node.ArrayNode translationsArrayNode) |
Modifier and Type | Interface and Description |
---|---|
interface |
TranslationEntity |
Modifier and Type | Class and Description |
---|---|
class |
TranslationEntityImpl |
Modifier and Type | Method and Description |
---|---|
List<Translation> |
TranslationEntityManagerImpl.findTranslationsByQueryCriteria(TranslationQuery translationQuery) |
List<Translation> |
TranslationEntityManager.findTranslationsByQueryCriteria(TranslationQuery translationQuery) |
Modifier and Type | Method and Description |
---|---|
List<Translation> |
TranslationDataManager.findTranslationsByQueryCriteria(TranslationQueryImpl translationQuery) |
Modifier and Type | Method and Description |
---|---|
List<Translation> |
MybatisTranslationDataManager.findTranslationsByQueryCriteria(TranslationQueryImpl translationQuery) |
Modifier and Type | Method and Description |
---|---|
Translation |
TranslationServiceImpl.save(String scopeId,
String scopeType,
String key,
String locale,
String value) |
Translation |
TranslationServiceImpl.updateValue(String translationId,
String value) |
Modifier and Type | Method and Description |
---|---|
List<Translation> |
TranslationQueryImpl.executeList(CommandContext commandContext) |
List<Translation> |
TranslationServiceImpl.findByScopeIdAndScopeType(String scopeId,
String scopeType) |
Modifier and Type | Method and Description |
---|---|
void |
TranslationChangeManager.recordTranslationCreated(Translation translation) |
void |
TranslationChangeManager.recordTranslationUpdate(Translation translation) |
Modifier and Type | Method and Description |
---|---|
protected void |
AsyncIndexingTranslationChangeManager.handleCaseForTranslation(String caseInstanceId,
String scopeHierarchyType,
Translation translation,
boolean processEntityLinks,
Function<com.fasterxml.jackson.databind.node.ObjectNode,com.fasterxml.jackson.databind.node.ArrayNode> arrayNodeCreator) |
protected void |
AsyncIndexingTranslationChangeManager.handleDataForTranslation(String scopeId,
String scopeType,
String scopeHierarchyType,
Translation translation,
boolean processEntityLinks,
Function<com.fasterxml.jackson.databind.node.ObjectNode,com.fasterxml.jackson.databind.node.ArrayNode> arrayNodeCreator) |
protected void |
AsyncIndexingTranslationChangeManager.handleEntityLinks(String scopeId,
String scopeType,
Translation translation,
Function<com.fasterxml.jackson.databind.node.ObjectNode,com.fasterxml.jackson.databind.node.ArrayNode> arrayNodeCreator) |
protected void |
AsyncIndexingTranslationChangeManager.handleHistoricEntityLinks(String scopeId,
String scopeType,
Translation translation,
Function<com.fasterxml.jackson.databind.node.ObjectNode,com.fasterxml.jackson.databind.node.ArrayNode> arrayNodeCreator) |
protected void |
AsyncIndexingTranslationChangeManager.handleProcessForTranslation(String processInstanceId,
String scopeHierarchyType,
Translation translation,
boolean processEntityLinks,
Function<com.fasterxml.jackson.databind.node.ObjectNode,com.fasterxml.jackson.databind.node.ArrayNode> arrayNodeCreator) |
protected void |
AsyncIndexingTranslationChangeManager.handleTaskForTranslation(String taskId,
String scopeHierarchyType,
Translation translation,
Function<com.fasterxml.jackson.databind.node.ObjectNode,com.fasterxml.jackson.databind.node.ArrayNode> arrayNodeCreator) |
void |
AsyncIndexingTranslationChangeManager.recordTranslationCreated(Translation translation) |
void |
AsyncIndexingTranslationChangeManager.recordTranslationUpdate(Translation translation) |
protected com.fasterxml.jackson.databind.node.ArrayNode |
AsyncIndexingTranslationChangeManager.translationsUpdateArrayNode(Translation translation,
com.fasterxml.jackson.databind.node.ObjectNode data) |
Modifier and Type | Method and Description |
---|---|
ScopedTranslationRepresentation |
PlatformTranslationService.asScopedRepresentation(Translation translation) |
Modifier and Type | Method and Description |
---|---|
List<ScopedTranslationRepresentation> |
PlatformTranslationService.asScopedRepresentationList(List<Translation> translations) |
Map<String,Map<String,String>> |
PlatformTranslationService.convertToTranslationsMap(Collection<Translation> translations) |