| Package | Description |
|---|---|
| de.hybris.platform.inboundservices.jalo |
| Modifier and Type | Field and Description |
|---|---|
protected static OneToManyHandler<InboundRequestError> |
GeneratedInboundRequest.ERRORSHANDLER
OneToManyHandler for handling 1:n ERRORS's relation attributes from 'many' side. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<InboundRequestError> |
GeneratedInboundRequest.getErrors()
Generated method - Getter of the
InboundRequest.errors attribute. |
java.util.Set<InboundRequestError> |
GeneratedInboundRequest.getErrors(SessionContext ctx)
Generated method - Getter of the
InboundRequest.errors attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedInboundRequest.addToErrors(InboundRequestError value)
Generated method - Adds
value to errors. |
void |
GeneratedInboundRequest.addToErrors(SessionContext ctx,
InboundRequestError value)
Generated method - Adds
value to errors. |
void |
GeneratedInboundRequest.removeFromErrors(InboundRequestError value)
Generated method - Removes
value from errors. |
void |
GeneratedInboundRequest.removeFromErrors(SessionContext ctx,
InboundRequestError value)
Generated method - Removes
value from errors. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedInboundRequest.setErrors(SessionContext ctx,
java.util.Set<InboundRequestError> value)
Generated method - Setter of the
InboundRequest.errors attribute. |
void |
GeneratedInboundRequest.setErrors(java.util.Set<InboundRequestError> value)
Generated method - Setter of the
InboundRequest.errors attribute. |
Copyright © 2018 SAP SE. All Rights Reserved.