public interface ConsignmentCancellationService
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<AbstractOrderEntryModel,java.lang.Long> |
cancelConsignment(ConsignmentModel consignment,
OrderCancelResponse orderCancelResponse)
Cancel a consignment.
|
void |
processConsignmentCancellation(OrderCancelResponse orderCancelResponse)
Cancel consignments linked to an
OrderCancelResponse. |
void processConsignmentCancellation(OrderCancelResponse orderCancelResponse)
OrderCancelResponse. It creates cancellation events accordingly and will
trigger another sourcing if necessary
It cancels all the consignments for the given productorderCancelResponse - the order cancel responsejava.util.Map<AbstractOrderEntryModel,java.lang.Long> cancelConsignment(ConsignmentModel consignment, OrderCancelResponse orderCancelResponse)
consignment - the consignment to cancelorderCancelResponse - the order cancel responseCopyright © 2018 SAP SE. All Rights Reserved.