Class SapCpiOmmOrderOutboundAction
java.lang.Object
de.hybris.platform.processengine.action.AbstractAction<T>
de.hybris.platform.processengine.action.AbstractProceduralAction<OrderProcessModel>
de.hybris.platform.sap.orderexchange.actions.SapSendOrderToDataHubAction
de.hybris.platform.sap.sapcpiorderexchange.actions.SapCpiOmmOrderOutboundAction
- All Implemented Interfaces:
de.hybris.platform.processengine.spring.Action<OrderProcessModel>
- Direct Known Subclasses:
SapCpiOmmOrderOutboundTestAction
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.processengine.action.AbstractProceduralAction
de.hybris.platform.processengine.action.AbstractProceduralAction.Transition -
Field Summary
Fields inherited from class de.hybris.platform.processengine.action.AbstractAction
modelService, processParameterHelperFields inherited from interface de.hybris.platform.processengine.spring.Action
ERROR_RETURN_CODE, RETRY_RETURN_CODE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteAction(OrderProcessModel process) protected SapCpiOrderOutboundConversionServiceprotected SapCpiOutboundServicevoidsetSapCpiOrderOutboundConversionService(SapCpiOrderOutboundConversionService sapCpiOrderOutboundConversionService) voidsetSapCpiOutboundService(SapCpiOutboundService sapCpiOutboundService) Methods inherited from class de.hybris.platform.sap.orderexchange.actions.SapSendOrderToDataHubAction
getBusinessProcessService, getMaxRetries, getRetryDelay, getSendOrderToDataHubHelper, handleRetry, resetEndMessage, setBusinessProcessService, setMaxRetries, setOrderStatus, setRetryDelay, setSendOrderToDataHubHelperMethods inherited from class de.hybris.platform.processengine.action.AbstractProceduralAction
execute, getTransitionsMethods inherited from class de.hybris.platform.processengine.action.AbstractAction
createTransitions, getModelService, getProcessParameterHelper, getProcessParameterValue, refresh, save, setModelService, setOrderStatus, setProcessParameterHelperMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.processengine.spring.Action
getCurrentActionDefinitionContext
-
Constructor Details
-
SapCpiOmmOrderOutboundAction
public SapCpiOmmOrderOutboundAction()
-
-
Method Details
-
executeAction
public void executeAction(OrderProcessModel process) throws de.hybris.platform.task.RetryLaterException - Overrides:
executeActionin classSapSendOrderToDataHubAction- Throws:
de.hybris.platform.task.RetryLaterException
-
getSapCpiOutboundService
-
setSapCpiOutboundService
-
getSapCpiOrderOutboundConversionService
-
setSapCpiOrderOutboundConversionService
public void setSapCpiOrderOutboundConversionService(SapCpiOrderOutboundConversionService sapCpiOrderOutboundConversionService)
-