Class GeneratedYAcceleratorFulfilmentProcessManager

    • Field Detail

      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedYAcceleratorFulfilmentProcessManager

        public GeneratedYAcceleratorFulfilmentProcessManager()
    • Method Detail

      • isDone

        public java.lang.Boolean isDone​(SessionContext ctx,
                                        ConsignmentProcess item)
        Generated method - Getter of the ConsignmentProcess.done attribute.
        Returns:
        the done - Mark process as done
      • isDone

        public java.lang.Boolean isDone​(ConsignmentProcess item)
        Generated method - Getter of the ConsignmentProcess.done attribute.
        Returns:
        the done - Mark process as done
      • isDoneAsPrimitive

        public boolean isDoneAsPrimitive​(SessionContext ctx,
                                         ConsignmentProcess item)
        Generated method - Getter of the ConsignmentProcess.done attribute.
        Returns:
        the done - Mark process as done
      • isDoneAsPrimitive

        public boolean isDoneAsPrimitive​(ConsignmentProcess item)
        Generated method - Getter of the ConsignmentProcess.done attribute.
        Returns:
        the done - Mark process as done
      • setDone

        public void setDone​(SessionContext ctx,
                            ConsignmentProcess item,
                            java.lang.Boolean value)
        Generated method - Setter of the ConsignmentProcess.done attribute.
        Parameters:
        value - the done - Mark process as done
      • setDone

        public void setDone​(ConsignmentProcess item,
                            java.lang.Boolean value)
        Generated method - Setter of the ConsignmentProcess.done attribute.
        Parameters:
        value - the done - Mark process as done
      • setDone

        public void setDone​(SessionContext ctx,
                            ConsignmentProcess item,
                            boolean value)
        Generated method - Setter of the ConsignmentProcess.done attribute.
        Parameters:
        value - the done - Mark process as done
      • setDone

        public void setDone​(ConsignmentProcess item,
                            boolean value)
        Generated method - Setter of the ConsignmentProcess.done attribute.
        Parameters:
        value - the done - Mark process as done
      • getName

        public java.lang.String getName()
        Specified by:
        getName in class Extension
      • isWaitingForConsignment

        public java.lang.Boolean isWaitingForConsignment​(SessionContext ctx,
                                                         ConsignmentProcess item)
        Generated method - Getter of the ConsignmentProcess.waitingForConsignment attribute.
        Returns:
        the waitingForConsignment - Mark that process is waiting for consignment
      • isWaitingForConsignment

        public java.lang.Boolean isWaitingForConsignment​(ConsignmentProcess item)
        Generated method - Getter of the ConsignmentProcess.waitingForConsignment attribute.
        Returns:
        the waitingForConsignment - Mark that process is waiting for consignment
      • isWaitingForConsignmentAsPrimitive

        public boolean isWaitingForConsignmentAsPrimitive​(SessionContext ctx,
                                                          ConsignmentProcess item)
        Generated method - Getter of the ConsignmentProcess.waitingForConsignment attribute.
        Returns:
        the waitingForConsignment - Mark that process is waiting for consignment
      • isWaitingForConsignmentAsPrimitive

        public boolean isWaitingForConsignmentAsPrimitive​(ConsignmentProcess item)
        Generated method - Getter of the ConsignmentProcess.waitingForConsignment attribute.
        Returns:
        the waitingForConsignment - Mark that process is waiting for consignment
      • setWaitingForConsignment

        public void setWaitingForConsignment​(SessionContext ctx,
                                             ConsignmentProcess item,
                                             java.lang.Boolean value)
        Generated method - Setter of the ConsignmentProcess.waitingForConsignment attribute.
        Parameters:
        value - the waitingForConsignment - Mark that process is waiting for consignment
      • setWaitingForConsignment

        public void setWaitingForConsignment​(ConsignmentProcess item,
                                             java.lang.Boolean value)
        Generated method - Setter of the ConsignmentProcess.waitingForConsignment attribute.
        Parameters:
        value - the waitingForConsignment - Mark that process is waiting for consignment
      • setWaitingForConsignment

        public void setWaitingForConsignment​(SessionContext ctx,
                                             ConsignmentProcess item,
                                             boolean value)
        Generated method - Setter of the ConsignmentProcess.waitingForConsignment attribute.
        Parameters:
        value - the waitingForConsignment - Mark that process is waiting for consignment
      • setWaitingForConsignment

        public void setWaitingForConsignment​(ConsignmentProcess item,
                                             boolean value)
        Generated method - Setter of the ConsignmentProcess.waitingForConsignment attribute.
        Parameters:
        value - the waitingForConsignment - Mark that process is waiting for consignment
      • getWarehouseConsignmentState

        public EnumerationValue getWarehouseConsignmentState​(SessionContext ctx,
                                                             ConsignmentProcess item)
        Generated method - Getter of the ConsignmentProcess.warehouseConsignmentState attribute.
        Returns:
        the warehouseConsignmentState - State of warehouse process.
      • getWarehouseConsignmentState

        public EnumerationValue getWarehouseConsignmentState​(ConsignmentProcess item)
        Generated method - Getter of the ConsignmentProcess.warehouseConsignmentState attribute.
        Returns:
        the warehouseConsignmentState - State of warehouse process.
      • setWarehouseConsignmentState

        public void setWarehouseConsignmentState​(SessionContext ctx,
                                                 ConsignmentProcess item,
                                                 EnumerationValue value)
        Generated method - Setter of the ConsignmentProcess.warehouseConsignmentState attribute.
        Parameters:
        value - the warehouseConsignmentState - State of warehouse process.
      • setWarehouseConsignmentState

        public void setWarehouseConsignmentState​(ConsignmentProcess item,
                                                 EnumerationValue value)
        Generated method - Setter of the ConsignmentProcess.warehouseConsignmentState attribute.
        Parameters:
        value - the warehouseConsignmentState - State of warehouse process.