| Modifier and Type | Method and Description |
|---|---|
IntegrationObjectModel |
WriteService.createDefinitions(IntegrationObjectModel ioModel,
java.util.Map<ComposedTypeModel,java.util.List<ListItemDTO>> objectMap)
Iterates through the map containing the IntegrationObjectItemDefinitionModel (as the key) and
the IntegrationObjectItemAttributeDefinitionModels (the list of DTOs)
|
| Modifier and Type | Method and Description |
|---|---|
void |
IntegrationObjectEditorController.setAttributesMap(java.util.Map<ComposedTypeModel,java.util.List<ListItemDTO>> attributesMap) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<ComposedTypeModel,java.util.List<ListItemDTO>> |
EditorUtils.convertIntegrationObjectToDTOMap(ReadService readService,
IntegrationObjectModel integrationObject)
Converts an integration object's contents to a map of lists of DTOs
|
static java.util.Map<ComposedTypeModel,java.util.List<ListItemDTO>> |
EditorTrimmer.trimMap(ReadService rs,
java.util.Map<ComposedTypeModel,java.util.List<ListItemDTO>> fullMap,
Tree composedTypeTree)
Trims the map created during the editing process so that it only contains checked/selected items so that it is
leaner for the persistence process.
|
static java.util.List<ListItemDTO> |
EditorUtils.updateDTOs(java.util.List<ListItemDTO> oldDTOs,
java.util.List<ListItemDTO> newDTOs)
Updates attributes of a list of DTOs by getting the attributes of another list of DTOs
|
| Modifier and Type | Method and Description |
|---|---|
static Listitem |
EditorUtils.createListItem(ListItemDTO dto,
boolean isComplex) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Set<AttributeDescriptorModel> |
EditorUtils.getCollectionAttributes(java.util.List<ListItemDTO> dtoList)
Gets the attribute descriptors of collection attributes from a list of DTOs
|
static java.util.Map<ComposedTypeModel,java.util.List<ListItemDTO>> |
EditorTrimmer.trimMap(ReadService rs,
java.util.Map<ComposedTypeModel,java.util.List<ListItemDTO>> fullMap,
Tree composedTypeTree)
Trims the map created during the editing process so that it only contains checked/selected items so that it is
leaner for the persistence process.
|
static java.util.List<ListItemDTO> |
EditorUtils.updateDTOs(java.util.List<ListItemDTO> oldDTOs,
java.util.List<ListItemDTO> newDTOs)
Updates attributes of a list of DTOs by getting the attributes of another list of DTOs
|
static java.util.List<ListItemDTO> |
EditorUtils.updateDTOs(java.util.List<ListItemDTO> oldDTOs,
java.util.List<ListItemDTO> newDTOs)
Updates attributes of a list of DTOs by getting the attributes of another list of DTOs
|
static java.lang.String |
EditorValidator.validateDefinitions(java.util.Map<ComposedTypeModel,java.util.List<ListItemDTO>> definitionMap)
Validates that each IntegrationObjectItem contains at least one defined attribute.
|
static java.lang.String |
EditorValidator.validateHasKey(java.util.Map<ComposedTypeModel,java.util.List<ListItemDTO>> definitionMap)
Validates that each IntegrationObjectItem contains at least one attribute marked as unique.
|
Copyright © 2018 SAP SE. All Rights Reserved.