| Modifier and Type | Method and Description |
|---|---|
void |
WriteService.setReadService(ReadService readService) |
| 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.Set<AttributeDescriptorModel> |
EditorUtils.filterAttributesForAttributesMap(ReadService readService,
ComposedTypeModel parentType)
Filters a set of attribute descriptors for types that are not on the blacklist
|
static java.util.Set<AttributeDescriptorModel> |
EditorUtils.filterAttributesForTree(ReadService readService,
ComposedTypeModel parentType)
Filters a set of attribute descriptors for Composed and Enumeration types that are not on the blacklist
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateIntegrationObjectModalController.setReadService(ReadService readService) |
Copyright © 2018 SAP SE. All Rights Reserved.