| Package | Description |
|---|---|
| de.hybris.platform.integrationbackoffice.services | |
| de.hybris.platform.integrationbackoffice.widgets.editor | |
| de.hybris.platform.integrationbackoffice.widgets.editor.utility | |
| de.hybris.platform.integrationbackoffice.widgets.modals | |
| de.hybris.platform.integrationservices | |
| de.hybris.platform.integrationservices.model |
Contains generated models for each type of de.hybris.platform.integrationservices.jalo package.
|
| de.hybris.platform.integrationservices.resource | |
| de.hybris.platform.integrationservices.service | |
| de.hybris.platform.integrationservices.service.impl | |
| de.hybris.platform.integrationservices.util |
| Modifier and Type | Method and Description |
|---|---|
IntegrationObjectModel |
WriteService.clearIntegrationObject(IntegrationObjectModel integrationObjectModel)
Clears the old definition of the IntehrationObjectModel.
|
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)
|
IntegrationObjectModel |
WriteService.createIntegrationObject(java.lang.String name,
IntegrationType type)
Creates a base Integration Object.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IntegrationObjectModel> |
ReadService.getIntegrationObjectModels()
Retrieves all IntegrationObjectModels
|
| Modifier and Type | Method and Description |
|---|---|
IntegrationObjectModel |
WriteService.clearIntegrationObject(IntegrationObjectModel integrationObjectModel)
Clears the old definition of the IntehrationObjectModel.
|
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)
|
void |
WriteService.deleteIntegrationObject(IntegrationObjectModel integrationObject)
Delete an integration object from the type system
|
java.io.InputStream |
ReadService.getEDMX(IntegrationObjectModel integrationObject)
Get an EDMX representation of a given integration object
|
void |
WriteService.persistDefinitons(IntegrationObjectModel ioModel)
Saves the IntegrationObjectModel to the model service
|
| Modifier and Type | Method and Description |
|---|---|
void |
IntegrationObjectEditorController.loadIntegrationObject(IntegrationObjectModel integrationObject) |
void |
IntegrationObjectButtonPanelController.loadIntegrationObject(IntegrationObjectModel integrationObjectModel) |
| 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 IntegrationObjectItemModel |
EditorUtils.getRootIntegrationObjectItem(IntegrationObjectModel integrationObject)
Determine the root ComposedType from a IntegrationObject's IntegrationObjectItems.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IntegrationObjectMetadataViewerController.loadMetadata(IntegrationObjectModel integrationObjectModel) |
| Modifier and Type | Method and Description |
|---|---|
IntegrationObjectModel |
IntegrationObjectBuilder.build()
Each time build() is called, a new instance of the the
IntegrationObjectModel is returned
with the same properties that were set. |
| Modifier and Type | Method and Description |
|---|---|
IntegrationObjectModel |
IntegrationObjectItemModel.getIntegrationObject()
Generated method - Getter of the
IntegrationObjectItem.integrationObject attribute defined at extension integrationservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
IntegrationObjectItemModel.setIntegrationObject(IntegrationObjectModel value)
Generated method - Setter of
IntegrationObjectItem.integrationObject attribute defined at extension integrationservices. |
| Constructor and Description |
|---|
IntegrationObjectItemModel(java.lang.String _code,
IntegrationObjectModel _integrationObject,
ComposedTypeModel _type)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
IntegrationObjectItemModel(java.lang.String _code,
IntegrationObjectModel _integrationObject,
ItemModel _owner,
ComposedTypeModel _type)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
IntegrationObjectModel |
IntegrationObjectResource.getIntegrationObjectModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected IntegrationObjectModel |
IntegrationObjectResource.readResource(java.lang.String resourceId)
Gets the
IntegrationObjectModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<IntegrationObjectModel> |
IntegrationObjectsResource.getIntegrationObjectsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
IntegrationObjectResource.setIntegrationObjectModel(IntegrationObjectModel value)
Convenience method which just delegates to
#setResourceValue(IntegrationObjectModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
IntegrationObjectsResource.setIntegrationObjectsCollection(java.util.Collection<IntegrationObjectModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
IntegrationObjectModel |
IntegrationObjectService.findIntegrationObject(java.lang.String integrationObjectCode)
Find an integration object with the given code.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<IntegrationObjectModel> |
IntegrationObjectService.findAllIntegrationObjects(java.lang.String itemTypeCode)
Find all IntegrationObjectModel associated with IntegrationObjectItemModel,
which associates with the given itemTypeCode.
|
| Modifier and Type | Method and Description |
|---|---|
IntegrationObjectModel |
DefaultIntegrationObjectService.findIntegrationObject(java.lang.String integrationObjectCode) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<IntegrationObjectModel> |
DefaultIntegrationObjectService.findAllIntegrationObjects(java.lang.String itemTypeCode) |
| Modifier and Type | Method and Description |
|---|---|
IntegrationObjectModel |
IntegrationObjectItemsContext.getIntegrationObject()
Get the
IntegrationObjectModel associated to the given IntegrationObjectItemModels |
IntegrationObjectModel[] |
IntegrationObjectsContext.givenExist(IntegrationObjectBuilder... specs)
Persists the integration object specifications in the context storage.
|
IntegrationObjectModel |
IntegrationObjectsContext.givenExists(IntegrationObjectBuilder spec)
Persists the integration object specifications in the context storage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IntegrationObjectsContext.givenExist(IntegrationObjectModel... models)
Persists the integration object models in the context storage.
|
Copyright © 2018 SAP SE. All Rights Reserved.