| Package | Description |
|---|---|
| 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 | |
| de.hybris.platform.odata2services.odata.monitoring | |
| de.hybris.platform.odata2services.odata.monitoring.impl |
| Modifier and Type | Method and Description |
|---|---|
IntegrationApiMediaModel |
InboundRequestModel.getPayload()
Generated method - Getter of the
InboundRequest.payload attribute defined at extension integrationservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
InboundRequestModel.setPayload(IntegrationApiMediaModel value)
Generated method - Setter of
InboundRequest.payload attribute defined at extension integrationservices. |
| Modifier and Type | Method and Description |
|---|---|
IntegrationApiMediaModel |
IntegrationApiMediaResource.getIntegrationApiMediaModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected IntegrationApiMediaModel |
IntegrationApiMediaResource.readResource(java.lang.String resourceId)
Gets the
IntegrationApiMediaModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<IntegrationApiMediaModel> |
IntegrationApiMediasResource.getIntegrationApiMediasCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
IntegrationApiMediaResource.setIntegrationApiMediaModel(IntegrationApiMediaModel value)
Convenience method which just delegates to
#setResourceValue(IntegrationApiMediaModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
IntegrationApiMediasResource.setIntegrationApiMediasCollection(java.util.Collection<IntegrationApiMediaModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IntegrationApiMediaModel> |
MediaPersistenceService.persistMedias(java.util.List<java.io.InputStream> payloads)
Persists the payloads.
|
| Modifier and Type | Method and Description |
|---|---|
protected IntegrationApiMediaModel |
DefaultMediaPersistenceService.createMediaModel(java.lang.String mediaName) |
protected IntegrationApiMediaModel |
DefaultMediaPersistenceService.persistMedia(java.io.InputStream payload) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IntegrationApiMediaModel> |
DefaultMediaPersistenceService.persistMedias(java.util.List<java.io.InputStream> payloads) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IntegrationApiMediaModel> |
RequestPersistenceContext.getAllMedia() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
RequestPersistenceContext.getMediaContentAsString(IntegrationApiMediaModel model) |
| Modifier and Type | Method and Description |
|---|---|
void |
InboundRequestService.register(java.util.List<RequestBatchEntity> requests,
java.util.List<ResponseChangeSetEntity> responses,
java.util.List<IntegrationApiMediaModel> medias)
Collects entities contained in the incoming request and the corresponding response, turns them into
InboundRequest
and persists them. |
| Modifier and Type | Method and Description |
|---|---|
protected IntegrationApiMediaModel |
DefaultInboundRequestService.InboundRequestPartsCoordinator.getMedia() |
| Modifier and Type | Method and Description |
|---|---|
protected InboundRequestModel |
DefaultInboundRequestService.createInboundRequest(RequestBatchEntity batch,
ResponseChangeSetEntity changeSet,
IntegrationApiMediaModel payload) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultInboundRequestService.register(java.util.List<RequestBatchEntity> requests,
java.util.List<ResponseChangeSetEntity> responses,
java.util.List<IntegrationApiMediaModel> medias) |
| Constructor and Description |
|---|
InboundRequestPartsCoordinator(java.util.Collection<RequestBatchEntity> requests,
java.util.Collection<ResponseChangeSetEntity> responses,
java.util.Collection<IntegrationApiMediaModel> medias)
Instantiates this coordinator.
|
Copyright © 2018 SAP SE. All Rights Reserved.