Class SapVerifyConsignmentCompletionAction
java.lang.Object
de.hybris.platform.processengine.action.AbstractAction<T>
de.hybris.platform.sap.ysapomsfulfillment.actions.order.SapOmsAbstractAction<SapConsignmentProcessModel>
de.hybris.platform.sap.ysapomsfulfillment.actions.consignment.SapVerifyConsignmentCompletionAction
- All Implemented Interfaces:
de.hybris.platform.processengine.spring.Action<SapConsignmentProcessModel>
public class SapVerifyConsignmentCompletionAction
extends SapOmsAbstractAction<SapConsignmentProcessModel>
Checks the state of the consignment to perform changes (e.g., setting the
consignment status) according to the consignment's state changes resulted
from the actions performed on it.
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.sap.ysapomsfulfillment.actions.order.SapOmsAbstractAction
SapOmsAbstractAction.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 TypeMethodDescriptionexecute(SapConsignmentProcessModel sapConsignmentProcessModel) protected booleanisConsignmentShipped(ConsignmentModel consignment) Methods inherited from class de.hybris.platform.sap.ysapomsfulfillment.actions.order.SapOmsAbstractAction
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
-
SapVerifyConsignmentCompletionAction
public SapVerifyConsignmentCompletionAction()
-
-
Method Details
-
execute
- Throws:
Exception
-
isConsignmentShipped
-