Class GeneratedReplenishmentProcess

    • Field Detail

      • CARTTOORDERCRONJOB

        public static final java.lang.String CARTTOORDERCRONJOB
        Qualifier of the ReplenishmentProcess.cartToOrderCronJob attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

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

      • GeneratedReplenishmentProcess

        public GeneratedReplenishmentProcess()
    • Method Detail

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