Class GeneratedSelectivecartservicesManager

java.lang.Object
de.hybris.platform.jalo.Manager
de.hybris.platform.jalo.extension.Extension
de.hybris.platform.selectivecartservices.jalo.GeneratedSelectivecartservicesManager
All Implemented Interfaces:
ItemLifecycleListener, Serializable
Direct Known Subclasses:
SelectivecartservicesManager

public abstract class GeneratedSelectivecartservicesManager extends Extension
Generated class for type SelectivecartservicesManager.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedSelectivecartservicesManager

      public GeneratedSelectivecartservicesManager()
  • Method Details

    • getDefaultAttributeModes

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

      public 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 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, 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, Date value)
      Generated method - Setter of the Wishlist2Entry.addToCartTime attribute.
      Parameters:
      value - the addToCartTime - The time when item is added to cart.
    • getAddToCartTime

      public 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 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, 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, Date value)
      Generated method - Setter of the AbstractOrderEntry.addToCartTime attribute.
      Parameters:
      value - the addToCartTime - The time when item is added to cart.
    • getName

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

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