Class NDCTravelCheckOrderAction
java.lang.Object
de.hybris.platform.processengine.action.AbstractAction<OrderProcessModel>
de.hybris.platform.travelfulfilmentprocess.actions.order.TravelCheckOrderAction
de.hybris.platform.ndc182fulfilmentprocess.actions.NDCTravelCheckOrderAction
- All Implemented Interfaces:
de.hybris.platform.processengine.spring.Action<OrderProcessModel>
The ndc 18.2 extension of
TravelCheckOrderAction class.-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.travelfulfilmentprocess.actions.order.TravelCheckOrderAction
TravelCheckOrderAction.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 TypeMethodDescriptionprotected booleanisPaymentRequired(OrderModel order) If the order is placed from the ndc side, skip this check, since the payment is not mandatory in the orderCreateRQ.Methods inherited from class de.hybris.platform.travelfulfilmentprocess.actions.order.TravelCheckOrderAction
execute, executeAction, getTransitions, getTravelCheckOrderService, setTravelCheckOrderServiceMethods 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
-
NDCTravelCheckOrderAction
public NDCTravelCheckOrderAction()
-
-
Method Details
-
isPaymentRequired
If the order is placed from the ndc side, skip this check, since the payment is not mandatory in the orderCreateRQ.- Overrides:
isPaymentRequiredin classTravelCheckOrderAction- Parameters:
order- the order- Returns:
- false if is an ndc order, otherwise return super method.
-