Class GeneratedYAcceleratorFulfilmentProcessManager

java.lang.Object
de.hybris.platform.jalo.Manager
de.hybris.platform.jalo.extension.Extension
de.hybris.platform.yacceleratorfulfilmentprocess.jalo.GeneratedYAcceleratorFulfilmentProcessManager
All Implemented Interfaces:
ItemLifecycleListener, Serializable
Direct Known Subclasses:
YAcceleratorFulfilmentProcessManager

public abstract class GeneratedYAcceleratorFulfilmentProcessManager extends Extension
Generated class for type YAcceleratorFulfilmentProcessManager.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedYAcceleratorFulfilmentProcessManager

      public GeneratedYAcceleratorFulfilmentProcessManager()
  • Method Details

    • getDefaultAttributeModes

      public Map<String,Item.AttributeMode> getDefaultAttributeModes(Class<? extends Item> itemClass)
      Overrides:
      getDefaultAttributeModes in class Extension
    • isDone

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

      public 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, 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
    • 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 String getName()
      Specified by:
      getName in class Extension
    • isWaitingForConsignment

      public 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 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, 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
    • 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.