Class SapSourceOrderAction

java.lang.Object
de.hybris.platform.processengine.action.AbstractAction<T>
de.hybris.platform.processengine.action.AbstractProceduralAction<OrderProcessModel>
com.sap.hybris.ysaprcomsfulfillment.actions.order.SapSourceOrderAction
All Implemented Interfaces:
de.hybris.platform.processengine.spring.Action<OrderProcessModel>

public class SapSourceOrderAction extends de.hybris.platform.processengine.action.AbstractProceduralAction<OrderProcessModel>
Action node responsible for sourcing the order and allocating the consignments. After the consignments are created, the consignment sub-process is started for every consignment.
  • 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.warehousing.allocation.AllocationService
     
    protected de.hybris.platform.processengine.BusinessProcessService
     
    protected Locale
     
    protected de.hybris.platform.warehousing.sourcing.SourcingService
     
    void
    setAllocationService(de.hybris.platform.warehousing.allocation.AllocationService allocationService)
     
    void
    setBusinessProcessService(de.hybris.platform.processengine.BusinessProcessService businessProcessService)
     
    void
    setSourcingService(de.hybris.platform.warehousing.sourcing.SourcingService sourcingService)
     

    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

    • SapSourceOrderAction

      public SapSourceOrderAction()
  • Method Details

    • executeAction

      public void executeAction(OrderProcessModel process) throws de.hybris.platform.task.RetryLaterException, Exception
      Specified by:
      executeAction in class de.hybris.platform.processengine.action.AbstractProceduralAction<OrderProcessModel>
      Throws:
      de.hybris.platform.task.RetryLaterException
      Exception
    • getSessionLocale

      protected Locale getSessionLocale()
    • getSourcingService

      protected de.hybris.platform.warehousing.sourcing.SourcingService getSourcingService()
    • setSourcingService

      public void setSourcingService(de.hybris.platform.warehousing.sourcing.SourcingService sourcingService)
    • getAllocationService

      protected de.hybris.platform.warehousing.allocation.AllocationService getAllocationService()
    • setAllocationService

      public void setAllocationService(de.hybris.platform.warehousing.allocation.AllocationService allocationService)
    • getBusinessProcessService

      protected de.hybris.platform.processengine.BusinessProcessService getBusinessProcessService()
    • setBusinessProcessService

      public void setBusinessProcessService(de.hybris.platform.processengine.BusinessProcessService businessProcessService)