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:
Action<OrderProcessModel>
public class SapSourceOrderAction extends 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
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 SapSourceOrderAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
executeAction(OrderProcessModel process)
Executes thisAction
's business logic working on the givenBusinessProcessModel
.protected AllocationService
getAllocationService()
protected BusinessProcessService
getBusinessProcessService()
protected java.util.Locale
getSessionLocale()
protected SourcingService
getSourcingService()
void
setAllocationService(AllocationService allocationService)
void
setBusinessProcessService(BusinessProcessService businessProcessService)
void
setSourcingService(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
-
-
-
-
Method Detail
-
executeAction
public void executeAction(OrderProcessModel process) throws RetryLaterException, java.lang.Exception
Description copied from class:AbstractProceduralAction
Executes thisAction
's business logic working on the givenBusinessProcessModel
.- Specified by:
executeAction
in classAbstractProceduralAction<OrderProcessModel>
- Parameters:
process
- The process context to work on.- Throws:
RetryLaterException
java.lang.Exception
-
getSessionLocale
protected java.util.Locale getSessionLocale()
-
getSourcingService
protected SourcingService getSourcingService()
-
setSourcingService
public void setSourcingService(SourcingService sourcingService)
-
getAllocationService
protected AllocationService getAllocationService()
-
setAllocationService
public void setAllocationService(AllocationService allocationService)
-
getBusinessProcessService
protected BusinessProcessService getBusinessProcessService()
-
setBusinessProcessService
public void setBusinessProcessService(BusinessProcessService businessProcessService)
-
-