public interface ConsignmentCancellationService
| Modifier and Type | Method and Description |
|---|---|
Map<AbstractOrderEntryModel,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 responseMap<AbstractOrderEntryModel,Long> cancelConsignment(ConsignmentModel consignment, OrderCancelResponse orderCancelResponse)
consignment - the consignment to cancelorderCancelResponse - the order cancel responseCopyright © 2017 SAP SE. All Rights Reserved.