Class GeneratedSelectivecartservicesManager

    • 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

      • GeneratedSelectivecartservicesManager

        public GeneratedSelectivecartservicesManager()
    • Method Detail

      • getAddToCartTime

        public java.util.Date getAddToCartTime​(SessionContext ctx,
                                               Wishlist2Entry item)
        Generated method - Getter of the Wishlist2Entry.addToCartTime attribute.
        Returns:
        the addToCartTime - The time when item is added to cart.
      • getAddToCartTime

        public java.util.Date getAddToCartTime​(Wishlist2Entry item)
        Generated method - Getter of the Wishlist2Entry.addToCartTime attribute.
        Returns:
        the addToCartTime - The time when item is added to cart.
      • setAddToCartTime

        public void setAddToCartTime​(SessionContext ctx,
                                     Wishlist2Entry item,
                                     java.util.Date value)
        Generated method - Setter of the Wishlist2Entry.addToCartTime attribute.
        Parameters:
        value - the addToCartTime - The time when item is added to cart.
      • setAddToCartTime

        public void setAddToCartTime​(Wishlist2Entry item,
                                     java.util.Date value)
        Generated method - Setter of the Wishlist2Entry.addToCartTime attribute.
        Parameters:
        value - the addToCartTime - The time when item is added to cart.
      • getAddToCartTime

        public java.util.Date getAddToCartTime​(SessionContext ctx,
                                               AbstractOrderEntry item)
        Generated method - Getter of the AbstractOrderEntry.addToCartTime attribute.
        Returns:
        the addToCartTime - The time when item is added to cart.
      • getAddToCartTime

        public java.util.Date getAddToCartTime​(AbstractOrderEntry item)
        Generated method - Getter of the AbstractOrderEntry.addToCartTime attribute.
        Returns:
        the addToCartTime - The time when item is added to cart.
      • setAddToCartTime

        public void setAddToCartTime​(SessionContext ctx,
                                     AbstractOrderEntry item,
                                     java.util.Date value)
        Generated method - Setter of the AbstractOrderEntry.addToCartTime attribute.
        Parameters:
        value - the addToCartTime - The time when item is added to cart.
      • setAddToCartTime

        public void setAddToCartTime​(AbstractOrderEntry item,
                                     java.util.Date value)
        Generated method - Setter of the AbstractOrderEntry.addToCartTime attribute.
        Parameters:
        value - the addToCartTime - The time when item is added to cart.
      • getName

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

        public java.lang.Integer getQuantity​(SessionContext ctx,
                                             Wishlist2Entry item)
        Generated method - Getter of the Wishlist2Entry.quantity attribute.
        Returns:
        the quantity - Attribute that represents total number saved for this product
      • getQuantity

        public java.lang.Integer getQuantity​(Wishlist2Entry item)
        Generated method - Getter of the Wishlist2Entry.quantity attribute.
        Returns:
        the quantity - Attribute that represents total number saved for this product
      • getQuantityAsPrimitive

        public int getQuantityAsPrimitive​(SessionContext ctx,
                                          Wishlist2Entry item)
        Generated method - Getter of the Wishlist2Entry.quantity attribute.
        Returns:
        the quantity - Attribute that represents total number saved for this product
      • getQuantityAsPrimitive

        public int getQuantityAsPrimitive​(Wishlist2Entry item)
        Generated method - Getter of the Wishlist2Entry.quantity attribute.
        Returns:
        the quantity - Attribute that represents total number saved for this product
      • setQuantity

        public void setQuantity​(SessionContext ctx,
                                Wishlist2Entry item,
                                java.lang.Integer value)
        Generated method - Setter of the Wishlist2Entry.quantity attribute.
        Parameters:
        value - the quantity - Attribute that represents total number saved for this product
      • setQuantity

        public void setQuantity​(Wishlist2Entry item,
                                java.lang.Integer value)
        Generated method - Setter of the Wishlist2Entry.quantity attribute.
        Parameters:
        value - the quantity - Attribute that represents total number saved for this product
      • setQuantity

        public void setQuantity​(SessionContext ctx,
                                Wishlist2Entry item,
                                int value)
        Generated method - Setter of the Wishlist2Entry.quantity attribute.
        Parameters:
        value - the quantity - Attribute that represents total number saved for this product
      • setQuantity

        public void setQuantity​(Wishlist2Entry item,
                                int value)
        Generated method - Setter of the Wishlist2Entry.quantity attribute.
        Parameters:
        value - the quantity - Attribute that represents total number saved for this product
      • isVisible

        public java.lang.Boolean isVisible​(SessionContext ctx,
                                           Cart item)
        Generated method - Getter of the Cart.visible attribute.
        Returns:
        the visible - set the status of the cart visible
      • isVisible

        public java.lang.Boolean isVisible​(Cart item)
        Generated method - Getter of the Cart.visible attribute.
        Returns:
        the visible - set the status of the cart visible
      • isVisibleAsPrimitive

        public boolean isVisibleAsPrimitive​(SessionContext ctx,
                                            Cart item)
        Generated method - Getter of the Cart.visible attribute.
        Returns:
        the visible - set the status of the cart visible
      • isVisibleAsPrimitive

        public boolean isVisibleAsPrimitive​(Cart item)
        Generated method - Getter of the Cart.visible attribute.
        Returns:
        the visible - set the status of the cart visible
      • setVisible

        public void setVisible​(SessionContext ctx,
                               Cart item,
                               java.lang.Boolean value)
        Generated method - Setter of the Cart.visible attribute.
        Parameters:
        value - the visible - set the status of the cart visible
      • setVisible

        public void setVisible​(Cart item,
                               java.lang.Boolean value)
        Generated method - Setter of the Cart.visible attribute.
        Parameters:
        value - the visible - set the status of the cart visible
      • setVisible

        public void setVisible​(SessionContext ctx,
                               Cart item,
                               boolean value)
        Generated method - Setter of the Cart.visible attribute.
        Parameters:
        value - the visible - set the status of the cart visible
      • setVisible

        public void setVisible​(Cart item,
                               boolean value)
        Generated method - Setter of the Cart.visible attribute.
        Parameters:
        value - the visible - set the status of the cart visible