Interface SapConsignmentCancellationService
-
- All Superinterfaces:
ConsignmentCancellationService
- All Known Implementing Classes:
SapOmsConsignmentCancellationService
public interface SapConsignmentCancellationService extends ConsignmentCancellationService
Interface to provide Integration processing for consignment cancellation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocessSapConsignmentCancellation(OrderCancelResponse orderCancelResponse)processSapConsignmentCancellation-
Methods inherited from interface de.hybris.platform.warehousing.cancellation.ConsignmentCancellationService
cancelConsignment, processConsignmentCancellation
-
-
-
-
Method Detail
-
processSapConsignmentCancellation
void processSapConsignmentCancellation(OrderCancelResponse orderCancelResponse)
processSapConsignmentCancellation- Parameters:
orderCancelResponse- Order cancel response
-
-