Class DefaultTaskDeleteStockLevelsOnAsnCancelAction
- java.lang.Object
-
- de.hybris.platform.warehousing.taskassignment.actions.AbstractTaskAssignmentActions
-
- de.hybris.platform.warehousing.asn.actions.DefaultTaskDeleteStockLevelsOnAsnCancelAction
-
- All Implemented Interfaces:
AutomatedWorkflowTemplateJob
public class DefaultTaskDeleteStockLevelsOnAsnCancelAction extends AbstractTaskAssignmentActions
An automated Task to DeleteStockLevelModelfrom the cancelledAdvancedShippingNoticeModel
-
-
Constructor Summary
Constructors Constructor Description DefaultTaskDeleteStockLevelsOnAsnCancelAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AsnServicegetAsnService()WorkflowDecisionModelperform(WorkflowActionModel workflowActionModel)execution method for the automated workflow jobvoidsetAsnService(AsnService asnService)-
Methods inherited from class de.hybris.platform.warehousing.taskassignment.actions.AbstractTaskAssignmentActions
assignNewPrincipalToAction, getAttachedAsn, getAttachedConsignment, getConsignmentBusinessProcessService, getModelService, getWarehousingConsignmentWorkflowService, getWorkflowActionAndAssignPrincipal, setConsignmentBusinessProcessService, setModelService, setWarehousingConsignmentWorkflowService
-
-
-
-
Method Detail
-
perform
public WorkflowDecisionModel perform(WorkflowActionModel workflowActionModel)
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
protected AsnService getAsnService()
-
setAsnService
public void setAsnService(AsnService asnService)
-
-