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>

public class NDCTravelCheckOrderAction extends TravelCheckOrderAction
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, processParameterHelper

    Fields inherited from interface de.hybris.platform.processengine.spring.Action

    ERROR_RETURN_CODE, RETRY_RETURN_CODE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
    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, setTravelCheckOrderService

    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
  • Constructor Details

    • NDCTravelCheckOrderAction

      public NDCTravelCheckOrderAction()
  • Method Details

    • isPaymentRequired

      protected boolean isPaymentRequired(OrderModel order)
      If the order is placed from the ndc side, skip this check, since the payment is not mandatory in the orderCreateRQ.
      Overrides:
      isPaymentRequired in class TravelCheckOrderAction
      Parameters:
      order - the order
      Returns:
      false if is an ndc order, otherwise return super method.