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, processParameterHelperFields inherited from interface de.hybris.platform.processengine.spring.Action
ERROR_RETURN_CODE, RETRY_RETURN_CODE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteAction(OrderProcessModel process) protected de.hybris.platform.warehousing.allocation.AllocationServiceprotected de.hybris.platform.processengine.BusinessProcessServiceprotected Localeprotected de.hybris.platform.warehousing.sourcing.SourcingServicevoidsetAllocationService(de.hybris.platform.warehousing.allocation.AllocationService allocationService) voidsetBusinessProcessService(de.hybris.platform.processengine.BusinessProcessService businessProcessService) voidsetSourcingService(de.hybris.platform.warehousing.sourcing.SourcingService sourcingService) Methods inherited from class de.hybris.platform.processengine.action.AbstractProceduralAction
execute, getTransitionsMethods inherited from class de.hybris.platform.processengine.action.AbstractAction
createTransitions, getModelService, getProcessParameterHelper, getProcessParameterValue, refresh, save, setModelService, setOrderStatus, setProcessParameterHelperMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
executeActionin classde.hybris.platform.processengine.action.AbstractProceduralAction<OrderProcessModel>- Throws:
de.hybris.platform.task.RetryLaterExceptionException
-
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)
-