Class SapCpiOmmOrderOutboundCancellationAction
- java.lang.Object
-
- de.hybris.platform.sap.orderexchange.taskrunners.SendOrderCancelRequestAsCSVTaskRunner
-
- de.hybris.platform.sap.sapcpiorderexchange.actions.SapCpiOmmOrderOutboundCancellationAction
-
- All Implemented Interfaces:
TaskRunner<TaskModel>
- Direct Known Subclasses:
SapCpiOmsOrderOutboundCancellationAction
public class SapCpiOmmOrderOutboundCancellationAction extends SendOrderCancelRequestAsCSVTaskRunner
-
-
Constructor Summary
Constructors Constructor Description SapCpiOmmOrderOutboundCancellationAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SapCpiOrderOutboundConversionServicegetSapCpiOrderOutboundConversionService()protected SapCpiOutboundServicegetSapCpiOutboundService()protected voidhandleOrderCancellationFailure(OrderCancelRecordEntryModel orderCancelRecordEntry)voidrun(TaskService paramTaskService, TaskModel taskModel)voidsetSapCpiOrderOutboundConversionService(SapCpiOrderOutboundConversionService sapCpiOrderOutboundConversionService)voidsetSapCpiOutboundService(SapCpiOutboundService sapCpiOutboundService)-
Methods inherited from class de.hybris.platform.sap.orderexchange.taskrunners.SendOrderCancelRequestAsCSVTaskRunner
getMaxRetries, getModelService, getOrderCancelRequestCSVHelper, getRetryDelay, handleError, setMaxRetries, setModelService, setOrderCancelRequestCSVHelper, setRetryDelay
-
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.task.TaskRunner
initLoggingCtx, isLoggingSupported, stopLoggingCtx
-
-
-
-
Method Detail
-
run
public void run(TaskService paramTaskService, TaskModel taskModel) throws RetryLaterException
- Specified by:
runin interfaceTaskRunner<TaskModel>- Overrides:
runin classSendOrderCancelRequestAsCSVTaskRunner- Throws:
RetryLaterException
-
handleOrderCancellationFailure
protected void handleOrderCancellationFailure(OrderCancelRecordEntryModel orderCancelRecordEntry)
-
getSapCpiOutboundService
protected SapCpiOutboundService getSapCpiOutboundService()
-
setSapCpiOutboundService
public void setSapCpiOutboundService(SapCpiOutboundService sapCpiOutboundService)
-
getSapCpiOrderOutboundConversionService
protected SapCpiOrderOutboundConversionService getSapCpiOrderOutboundConversionService()
-
setSapCpiOrderOutboundConversionService
public void setSapCpiOrderOutboundConversionService(SapCpiOrderOutboundConversionService sapCpiOrderOutboundConversionService)
-
-