Class SapOmsConsignmentCancellationService
- java.lang.Object
-
- de.hybris.platform.warehousing.cancellation.impl.DefaultConsignmentCancellationService
-
- de.hybris.platform.sap.saporderexchangeoms.cancellation.SapOmsConsignmentCancellationService
-
- All Implemented Interfaces:
SapConsignmentCancellationService,ConsignmentCancellationService
public class SapOmsConsignmentCancellationService extends DefaultConsignmentCancellationService implements SapConsignmentCancellationService
Concrete implementation to provide business logic forSapConsignmentCancellationService
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.warehousing.cancellation.impl.DefaultConsignmentCancellationService
CANCEL_CONSIGNMENT_CHOICE, COMMENT_SUBJECT, CONSIGNMENT_ACTION_EVENT_NAME
-
-
Constructor Summary
Constructors Constructor Description SapOmsConsignmentCancellationService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocessSapConsignmentCancellation(OrderCancelResponse orderCancelResponse)processSapConsignmentCancellation-
Methods inherited from class de.hybris.platform.warehousing.cancellation.impl.DefaultConsignmentCancellationService
cancelConsignment, createCancellationEventForInternalWarehouse, getAlreadyCancelledQty, getConsignmentBusinessProcessService, getConsignmentEntryCommentService, getGuidKeyGenerator, getInventoryEventService, getModelService, getNonCancellableConsignmentStatus, getWarehousingConsignmentWorkflowService, moveProcessAndTerminateWorkflow, processConsignmentCancellation, setConsignmentBusinessProcessService, setConsignmentEntryCommentService, setGuidKeyGenerator, setInventoryEventService, setModelService, setNonCancellableConsignmentStatus, setWarehousingConsignmentWorkflowService
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.warehousing.cancellation.ConsignmentCancellationService
cancelConsignment, processConsignmentCancellation
-
-
-
-
Method Detail
-
processSapConsignmentCancellation
public void processSapConsignmentCancellation(OrderCancelResponse orderCancelResponse)
Description copied from interface:SapConsignmentCancellationServiceprocessSapConsignmentCancellation- Specified by:
processSapConsignmentCancellationin interfaceSapConsignmentCancellationService- Parameters:
orderCancelResponse- Order cancel response
-
-