Class AbstractConsignmentAction
java.lang.Object
de.hybris.platform.processengine.action.AbstractAction<T>
de.hybris.platform.processengine.action.AbstractProceduralAction<ConsignmentProcessModel>
de.hybris.platform.yacceleratorordermanagement.actions.consignment.AbstractConsignmentAction
- All Implemented Interfaces:
Action<ConsignmentProcessModel>
- Direct Known Subclasses:
ConfirmPickupConsignmentAction,ConfirmShipConsignmentAction
public abstract class AbstractConsignmentAction
extends AbstractProceduralAction<ConsignmentProcessModel>
Common functionality extracted for actions that are dealing with consignment workflow
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.processengine.action.AbstractProceduralAction
AbstractProceduralAction.Transition -
Field Summary
FieldsFields 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 TypeMethodDescriptionprotected ConsignmentProcessingEventgetEvent(ConsignmentProcessModel process) Retrieves aConsignmentProcessingEventout of the consignment process modelprotected EventServiceprotected WarehousingConsignmentWorkflowServicevoidsetEventService(EventService eventService) voidsetWarehousingConsignmentWorkflowService(WarehousingConsignmentWorkflowService warehousingConsignmentWorkflowService) Methods inherited from class de.hybris.platform.processengine.action.AbstractProceduralAction
execute, executeAction, 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
-
Field Details
-
LOG
protected static final org.slf4j.Logger LOG
-
-
Constructor Details
-
AbstractConsignmentAction
public AbstractConsignmentAction()
-
-
Method Details
-
getEvent
Retrieves aConsignmentProcessingEventout of the consignment process model- Parameters:
process- theConsignmentProcessModel- Returns:
- the newly retrieved
ConsignmentProcessingEvent
-
getEventService
-
setEventService
-
getWarehousingConsignmentWorkflowService
-
setWarehousingConsignmentWorkflowService
public void setWarehousingConsignmentWorkflowService(WarehousingConsignmentWorkflowService warehousingConsignmentWorkflowService)
-