Class SendOrderPendingApprovalNotification

java.lang.Object
de.hybris.platform.processengine.action.AbstractAction<T>
de.hybris.platform.processengine.action.AbstractProceduralAction<OrderProcessModel>
de.hybris.platform.travelfulfilmentprocess.actions.b2b.SendOrderPendingApprovalNotification
All Implemented Interfaces:
de.hybris.platform.processengine.spring.Action<OrderProcessModel>

public class SendOrderPendingApprovalNotification extends de.hybris.platform.processengine.action.AbstractProceduralAction<OrderProcessModel>
Sends Order Pending Approval Notification event.
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.hybris.platform.processengine.action.AbstractProceduralAction

    de.hybris.platform.processengine.action.AbstractProceduralAction.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
    void
     
    protected de.hybris.platform.servicelayer.event.EventService
    Gets event service.
    void
    setEventService(de.hybris.platform.servicelayer.event.EventService eventService)
    Sets event service.

    Methods inherited from class de.hybris.platform.processengine.action.AbstractProceduralAction

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

    • SendOrderPendingApprovalNotification

      public SendOrderPendingApprovalNotification()
  • Method Details

    • executeAction

      public void executeAction(OrderProcessModel process)
      Specified by:
      executeAction in class de.hybris.platform.processengine.action.AbstractProceduralAction<OrderProcessModel>
    • setEventService

      public void setEventService(de.hybris.platform.servicelayer.event.EventService eventService)
      Sets event service.
      Parameters:
      eventService - the event service
    • getEventService

      protected de.hybris.platform.servicelayer.event.EventService getEventService()
      Gets event service.
      Returns:
      the event service