Class GeneratedReplenishmentProcess

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
ReplenishmentProcess

public abstract class GeneratedReplenishmentProcess extends StoreFrontCustomerProcess
Generated class for type ReplenishmentProcess.
See Also:
  • Field Details

    • CARTTOORDERCRONJOB

      public static final String CARTTOORDERCRONJOB
      Qualifier of the ReplenishmentProcess.cartToOrderCronJob attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedReplenishmentProcess

      public GeneratedReplenishmentProcess()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedStoreFrontCustomerProcess
    • getCartToOrderCronJob

      public CartToOrderCronJob getCartToOrderCronJob(SessionContext ctx)
      Generated method - Getter of the ReplenishmentProcess.cartToOrderCronJob attribute.
      Returns:
      the cartToOrderCronJob - Attribute contains cronjob that knows how to create an order from cart.
    • getCartToOrderCronJob

      public CartToOrderCronJob getCartToOrderCronJob()
      Generated method - Getter of the ReplenishmentProcess.cartToOrderCronJob attribute.
      Returns:
      the cartToOrderCronJob - Attribute contains cronjob that knows how to create an order from cart.
    • setCartToOrderCronJob

      public void setCartToOrderCronJob(SessionContext ctx, CartToOrderCronJob value)
      Generated method - Setter of the ReplenishmentProcess.cartToOrderCronJob attribute.
      Parameters:
      value - the cartToOrderCronJob - Attribute contains cronjob that knows how to create an order from cart.
    • setCartToOrderCronJob

      public void setCartToOrderCronJob(CartToOrderCronJob value)
      Generated method - Setter of the ReplenishmentProcess.cartToOrderCronJob attribute.
      Parameters:
      value - the cartToOrderCronJob - Attribute contains cronjob that knows how to create an order from cart.