Class DefaultTaskReallocateConsignmentsOnAsnCancelAction

    • Field Detail

      • CONSIGNMENT_ACTION_EVENT_NAME

        protected static final java.lang.String CONSIGNMENT_ACTION_EVENT_NAME
        Deprecated, for removal: This API element is subject to removal in a future version.
        See Also:
        Constant Field Values
      • REALLOCATE_CONSIGNMENT_CHOICE

        protected static final java.lang.String REALLOCATE_CONSIGNMENT_CHOICE
        Deprecated, for removal: This API element is subject to removal in a future version.
        See Also:
        Constant Field Values
      • DECLINE_ENTRIES

        protected static final java.lang.String DECLINE_ENTRIES
        Deprecated, for removal: This API element is subject to removal in a future version.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DefaultTaskReallocateConsignmentsOnAsnCancelAction

        public DefaultTaskReallocateConsignmentsOnAsnCancelAction()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • perform

        public WorkflowDecisionModel perform​(WorkflowActionModel workflowActionModel)
        Deprecated, for removal: This API element is subject to removal in a future version.
        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
      • populateConsignmentEntries

        protected void populateConsignmentEntries​(ConsignmentModel consignment,
                                                  java.util.List<DeclineEntry> declineEntries)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Populates the consignment entries of a given ConsignmentModel
        Parameters:
        consignment - the ConsignmentModel for which entries needs to be populated
        declineEntries - the list of DeclineEntry which contains the informations to populate
      • buildDeclineParam

        protected void buildDeclineParam​(ConsignmentProcessModel processModel,
                                         java.util.List<DeclineEntry> entriesToReallocate)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Build and save the context parameter for decline entries and set it into the given process
        Parameters:
        processModel - ConsignmentProcessModel the process model for which the context parameters has to be register
        entriesToReallocate - the DeclineEntry(s) to be reallocated
      • getAsnService

        protected AsnService getAsnService()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setAsnService

        public void setAsnService​(AsnService asnService)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getInventoryEventService

        protected InventoryEventService getInventoryEventService()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setInventoryEventService

        public void setInventoryEventService​(InventoryEventService inventoryEventService)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getReallocableConsignmentStatusList

        protected java.util.List<ConsignmentStatus> getReallocableConsignmentStatusList()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setReallocableConsignmentStatusList

        public void setReallocableConsignmentStatusList​(java.util.List<ConsignmentStatus> reallocableConsignmentStatusList)
        Deprecated, for removal: This API element is subject to removal in a future version.