Class DefaultTaskDeleteCancellationEventsOnAsnCancelAction
java.lang.Object
de.hybris.platform.warehousing.taskassignment.actions.AbstractTaskAssignmentActions
de.hybris.platform.warehousing.asn.actions.DefaultTaskDeleteCancellationEventsOnAsnCancelAction
- All Implemented Interfaces:
AutomatedWorkflowTemplateJob
public class DefaultTaskDeleteCancellationEventsOnAsnCancelAction
extends AbstractTaskAssignmentActions
An automated Task to Delete
CancellationEventModel for the StockLevelModel(s) from the cancelled AdvancedShippingNoticeModel-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AsnServiceprotected InventoryEventServiceperform(WorkflowActionModel workflowActionModel) execution method for the automated workflow jobvoidsetAsnService(AsnService asnService) voidsetInventoryEventService(InventoryEventService inventoryEventService) Methods inherited from class de.hybris.platform.warehousing.taskassignment.actions.AbstractTaskAssignmentActions
assignNewPrincipalToAction, getAttachedAsn, getAttachedConsignment, getConsignmentBusinessProcessService, getModelService, getWarehousingConsignmentWorkflowService, getWorkflowActionAndAssignPrincipal, setConsignmentBusinessProcessService, setModelService, setWarehousingConsignmentWorkflowService
-
Constructor Details
-
DefaultTaskDeleteCancellationEventsOnAsnCancelAction
public DefaultTaskDeleteCancellationEventsOnAsnCancelAction()
-
-
Method Details
-
perform
Description copied from interface:AutomatedWorkflowTemplateJobexecution method for the automated workflow job- Parameters:
workflowActionModel- the workflow action that activated this method- Returns:
- the decision that should be activated after this action finishes
-
getAsnService
-
setAsnService
-
getInventoryEventService
-
setInventoryEventService
-