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 Details

    • DefaultTaskDeleteCancellationEventsOnAsnCancelAction

      public DefaultTaskDeleteCancellationEventsOnAsnCancelAction()
  • Method Details

    • perform

      public WorkflowDecisionModel perform(WorkflowActionModel workflowActionModel)
      Description copied from interface: AutomatedWorkflowTemplateJob
      execution 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

      protected AsnService getAsnService()
    • setAsnService

      public void setAsnService(AsnService asnService)
    • getInventoryEventService

      protected InventoryEventService getInventoryEventService()
    • setInventoryEventService

      public void setInventoryEventService(InventoryEventService inventoryEventService)