Class OneOrderStartAccountingProcessAction

java.lang.Object
de.hybris.platform.processengine.action.AbstractAction<T>
de.hybris.platform.processengine.action.AbstractProceduralAction<OneOrderDeliveryProviderProcessModel>
de.hybris.platform.oneorderfulfilmentprocess.actions.order.sdn.OneOrderStartAccountingProcessAction
All Implemented Interfaces:
de.hybris.platform.processengine.spring.Action<OneOrderDeliveryProviderProcessModel>

public class OneOrderStartAccountingProcessAction extends de.hybris.platform.processengine.action.AbstractProceduralAction<OneOrderDeliveryProviderProcessModel>
The One Order Start Accounting Process Action
  • 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.processengine.BusinessProcessService
    Gets the businessProcessService
    protected de.hybris.platform.servicelayer.config.ConfigurationService
    Gets the configurationService
    void
    setBusinessProcessService(de.hybris.platform.processengine.BusinessProcessService businessProcessService)
    Sets the businessProcessService
    void
    setConfigurationService(de.hybris.platform.servicelayer.config.ConfigurationService configurationService)
    Sets the configurationService
    protected void
    startOrderSalesInformationNotificationProcess(OrderModel orderModel, String deliveryProviderCode, List<IATAServiceModel> iataServiceModels)
    Starts the Service Status Change Notification Process, only when there are some services that have been added or when the quantity of a service has been increased.

    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

    • OneOrderStartAccountingProcessAction

      public OneOrderStartAccountingProcessAction()
  • Method Details

    • executeAction

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

      protected void startOrderSalesInformationNotificationProcess(OrderModel orderModel, String deliveryProviderCode, List<IATAServiceModel> iataServiceModels)
      Starts the Service Status Change Notification Process, only when there are some services that have been added or when the quantity of a service has been increased.
      Parameters:
      orderModel - the orderModel
      deliveryProviderCode - the deliveryProviderCode
      iataServiceModels - the iataServiceModels
    • getConfigurationService

      protected de.hybris.platform.servicelayer.config.ConfigurationService getConfigurationService()
      Gets the configurationService
      Returns:
      the configurationService
    • setConfigurationService

      public void setConfigurationService(de.hybris.platform.servicelayer.config.ConfigurationService configurationService)
      Sets the configurationService
      Parameters:
      configurationService - the configurationService
    • getBusinessProcessService

      protected de.hybris.platform.processengine.BusinessProcessService getBusinessProcessService()
      Gets the businessProcessService
      Returns:
      the businessProcessService
    • setBusinessProcessService

      public void setBusinessProcessService(de.hybris.platform.processengine.BusinessProcessService businessProcessService)
      Sets the businessProcessService
      Parameters:
      businessProcessService - the businessProcessService