Class SapOmsWarehouseResponseExecutor
- java.lang.Object
-
- de.hybris.platform.ordercancel.impl.executors.WarehouseResponseExecutor
-
- de.hybris.platform.sap.saporderexchangeoms.cancellation.SapOmsWarehouseResponseExecutor
-
- All Implemented Interfaces:
NotificationServiceAdapterDependent,PaymentServiceAdapterDependent,OrderCancelResponseExecutor
public class SapOmsWarehouseResponseExecutor extends WarehouseResponseExecutor
-
-
Constructor Summary
Constructors Constructor Description SapOmsWarehouseResponseExecutor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ConsignmentCancellationServicegetConsignmentCancellationService()protected OmsOrderCancelServicegetOmsOrderCancelService()protected SapConsignmentCancellationServicegetSapConsignmentCancellationService()voidprocessCancelResponse(OrderCancelResponse orderCancelResponse, OrderCancelRecordEntryModel cancelRequestRecordEntry)voidsetConsignmentCancellationService(ConsignmentCancellationService consignmentCancellationService)voidsetOmsOrderCancelService(OmsOrderCancelService omsOrderCancelService)voidsetSapConsignmentCancellationService(SapConsignmentCancellationService sapConsignmentCancellationService)-
Methods inherited from class de.hybris.platform.ordercancel.impl.executors.WarehouseResponseExecutor
finalizeCancelProcessing, getCompleteCancelStatusChangeStrategy, getModelService, getNotificationServiceAdapter, getOrderCancelRecordsHandler, getPartialCancelStatusChangeStrategy, getPaymentServiceAdapter, getWarehouseDenialStatusChangeStrategy, getWarehouseErrorStatusChangeStrategy, modifyOrderAccordingToRequest, realizeCancelAfterWarehouseResponse, setCompleteCancelStatusChangeStrategy, setModelService, setNotificationServiceAdapter, setOrderCancelRecordsHandler, setPartialCancelStatusChangeStrategy, setPaymentServiceAdapter, setWarehouseDenialStatusChangeStrategy, setWarehouseErrorStatusChangeStrategy
-
-
-
-
Method Detail
-
processCancelResponse
public void processCancelResponse(OrderCancelResponse orderCancelResponse, OrderCancelRecordEntryModel cancelRequestRecordEntry) throws OrderCancelException
- Specified by:
processCancelResponsein interfaceOrderCancelResponseExecutor- Overrides:
processCancelResponsein classWarehouseResponseExecutor- Throws:
OrderCancelException
-
getSapConsignmentCancellationService
protected SapConsignmentCancellationService getSapConsignmentCancellationService()
-
setSapConsignmentCancellationService
public void setSapConsignmentCancellationService(SapConsignmentCancellationService sapConsignmentCancellationService)
-
getOmsOrderCancelService
protected OmsOrderCancelService getOmsOrderCancelService()
-
setOmsOrderCancelService
public void setOmsOrderCancelService(OmsOrderCancelService omsOrderCancelService)
-
getConsignmentCancellationService
protected ConsignmentCancellationService getConsignmentCancellationService()
-
setConsignmentCancellationService
public void setConsignmentCancellationService(ConsignmentCancellationService consignmentCancellationService)
-
-