| Package | Description |
|---|---|
| de.hybris.platform.inboundservices.model |
Contains generated models for each type of de.hybris.platform.inboundservices.jalo package.
|
| de.hybris.platform.inboundservices.resource | |
| de.hybris.platform.inboundservices.util | |
| de.hybris.platform.odata2services.odata.monitoring | |
| de.hybris.platform.odata2services.odata.monitoring.impl |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<InboundRequestErrorModel> |
InboundRequestModel.getErrors()
Generated method - Getter of the
InboundRequest.errors attribute defined at extension inboundservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
InboundRequestModel.setErrors(java.util.Set<InboundRequestErrorModel> value)
Generated method - Setter of
InboundRequest.errors attribute defined at extension inboundservices. |
| Modifier and Type | Method and Description |
|---|---|
InboundRequestErrorModel |
InboundRequestErrorResource.getInboundRequestErrorModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected InboundRequestErrorModel |
InboundRequestErrorResource.readResource(java.lang.String resourceId)
Gets the
InboundRequestErrorModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<InboundRequestErrorModel> |
InboundRequestErrorsResource.getInboundRequestErrorsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
InboundRequestErrorResource.setInboundRequestErrorModel(InboundRequestErrorModel value)
Convenience method which just delegates to
#setResourceValue(InboundRequestErrorModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
InboundRequestErrorsResource.setInboundRequestErrorsCollection(java.util.Collection<InboundRequestErrorModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<InboundRequestErrorModel> |
InboundRequestPersistenceContext.searchAllInboundRequestErrors() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<InboundRequestErrorModel> |
ResponseChangeSetEntity.getRequestError() |
| Modifier and Type | Method and Description |
|---|---|
ResponseChangeSetEntityBuilder |
ResponseChangeSetEntityBuilder.withRequestError(InboundRequestErrorModel error) |
| Constructor and Description |
|---|
ResponseChangeSetEntity(java.lang.String key,
HttpStatus code,
InboundRequestErrorModel error) |
| Modifier and Type | Method and Description |
|---|---|
protected InboundRequestErrorModel |
DefaultResponseEntityExtractor.parseErrorsFrom(java.lang.String contentType,
int statusCode,
java.lang.String responseBody) |
protected InboundRequestErrorModel |
DefaultResponseEntityExtractor.parseResponseErrors(BatchSingleResponse singleResponse) |
protected InboundRequestErrorModel |
DefaultResponseEntityExtractor.parseResponseErrors(ODataResponse oDataResponse) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultResponseEntityExtractor.setErrorParsers(java.util.List<MonitoredRequestErrorParser<InboundRequestErrorModel>> errorParsers) |
Copyright © 2018 SAP SE. All Rights Reserved.