Class SapSetConfirmationStatusAction
- java.lang.Object
-
- de.hybris.platform.processengine.action.AbstractAction<T>
-
- com.sap.hybris.ysaprcomsfulfillment.actions.order.SapOmsAbstractAction<OrderProcessModel>
-
- com.sap.hybris.ysaprcomsfulfillment.actions.order.SapSetConfirmationStatusAction
-
- All Implemented Interfaces:
Action<OrderProcessModel>
public class SapSetConfirmationStatusAction extends SapOmsAbstractAction<OrderProcessModel>
Class for setting the Hybris order status after receiving an order confirmation from the SAP ERP backend .
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.sap.hybris.ysaprcomsfulfillment.actions.order.SapOmsAbstractAction
SapOmsAbstractAction.Transition
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.processengine.action.AbstractAction
modelService, processParameterHelper
-
Fields inherited from interface de.hybris.platform.processengine.spring.Action
ERROR_RETURN_CODE, RETRY_RETURN_CODE
-
-
Constructor Summary
Constructors Constructor Description SapSetConfirmationStatusAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
execute(OrderProcessModel process)
Executes thisAction
's business logic working on the givenBusinessProcessModel
.-
Methods inherited from class com.sap.hybris.ysaprcomsfulfillment.actions.order.SapOmsAbstractAction
getTransitions
-
Methods inherited from class de.hybris.platform.processengine.action.AbstractAction
createTransitions, getModelService, getProcessParameterHelper, getProcessParameterValue, refresh, save, setModelService, setOrderStatus, setProcessParameterHelper
-
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.processengine.spring.Action
getCurrentActionDefinitionContext
-
-
-
-
Method Detail
-
execute
public final java.lang.String execute(OrderProcessModel process) throws java.lang.Exception
Description copied from interface:Action
Executes thisAction
's business logic working on the givenBusinessProcessModel
.- Parameters:
process
- The process context to work on.- Returns:
- the return code as stated in the process definition. This code is used by the process engine to determine the next actions.
- Throws:
java.lang.Exception
-
-