Class TravelSendOrderPlacedNotificationAction

java.lang.Object
de.hybris.platform.processengine.action.AbstractAction<OrderProcessModel>
de.hybris.platform.travelfulfilmentprocess.actions.order.TravelSendOrderPlacedNotificationAction
All Implemented Interfaces:
de.hybris.platform.processengine.spring.Action<OrderProcessModel>

@Deprecated public class TravelSendOrderPlacedNotificationAction extends de.hybris.platform.processengine.action.AbstractAction<OrderProcessModel>
Deprecated.
Deprecated since version 3.0. Use TravelSendOrderPlacedNotificationProceduralAction.
Sends a notification about placing order and returns the decision based on whether it is amendment journey or not
  • Constructor Details

    • TravelSendOrderPlacedNotificationAction

      public TravelSendOrderPlacedNotificationAction()
      Deprecated.
  • Method Details

    • execute

      public String execute(OrderProcessModel process) throws de.hybris.platform.task.RetryLaterException, Exception
      Deprecated.
      Throws:
      de.hybris.platform.task.RetryLaterException
      Exception
    • executeAction

      Deprecated.
    • isPaymentRequired

      protected boolean isPaymentRequired(OrderModel order)
      Deprecated.
    • getTransitions

      public Set<String> getTransitions()
      Deprecated.
    • getEventService

      protected de.hybris.platform.servicelayer.event.EventService getEventService()
      Deprecated.
    • setEventService

      public void setEventService(de.hybris.platform.servicelayer.event.EventService eventService)
      Deprecated.