Class GeneratedMiniCartComponent

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

public abstract class GeneratedMiniCartComponent extends SimpleCMSComponent
Generated class for type MiniCartComponent.
See Also:
  • Field Details

    • TITLE

      public static final String TITLE
      Qualifier of the MiniCartComponent.title attribute
      See Also:
    • TOTALDISPLAY

      public static final String TOTALDISPLAY
      Qualifier of the MiniCartComponent.totalDisplay attribute
      See Also:
    • SHOWNPRODUCTCOUNT

      public static final String SHOWNPRODUCTCOUNT
      Qualifier of the MiniCartComponent.shownProductCount attribute
      See Also:
    • LIGHTBOXBANNERCOMPONENT

      public static final String LIGHTBOXBANNERCOMPONENT
      Qualifier of the MiniCartComponent.lightboxBannerComponent attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedMiniCartComponent

      public GeneratedMiniCartComponent()
  • Method Details

    • getDefaultAttributeModes

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

      public SimpleBannerComponent getLightboxBannerComponent(SessionContext ctx)
      Generated method - Getter of the MiniCartComponent.lightboxBannerComponent attribute.
      Returns:
      the lightboxBannerComponent - It is a banner component that can be displayed in the mini cart.
    • getLightboxBannerComponent

      public SimpleBannerComponent getLightboxBannerComponent()
      Generated method - Getter of the MiniCartComponent.lightboxBannerComponent attribute.
      Returns:
      the lightboxBannerComponent - It is a banner component that can be displayed in the mini cart.
    • setLightboxBannerComponent

      public void setLightboxBannerComponent(SessionContext ctx, SimpleBannerComponent value)
      Generated method - Setter of the MiniCartComponent.lightboxBannerComponent attribute.
      Parameters:
      value - the lightboxBannerComponent - It is a banner component that can be displayed in the mini cart.
    • setLightboxBannerComponent

      public void setLightboxBannerComponent(SimpleBannerComponent value)
      Generated method - Setter of the MiniCartComponent.lightboxBannerComponent attribute.
      Parameters:
      value - the lightboxBannerComponent - It is a banner component that can be displayed in the mini cart.
    • getShownProductCount

      public Integer getShownProductCount(SessionContext ctx)
      Generated method - Getter of the MiniCartComponent.shownProductCount attribute.
      Returns:
      the shownProductCount - It controls the maximum number of products to display in the component.
    • getShownProductCount

      public Integer getShownProductCount()
      Generated method - Getter of the MiniCartComponent.shownProductCount attribute.
      Returns:
      the shownProductCount - It controls the maximum number of products to display in the component.
    • getShownProductCountAsPrimitive

      public int getShownProductCountAsPrimitive(SessionContext ctx)
      Generated method - Getter of the MiniCartComponent.shownProductCount attribute.
      Returns:
      the shownProductCount - It controls the maximum number of products to display in the component.
    • getShownProductCountAsPrimitive

      public int getShownProductCountAsPrimitive()
      Generated method - Getter of the MiniCartComponent.shownProductCount attribute.
      Returns:
      the shownProductCount - It controls the maximum number of products to display in the component.
    • setShownProductCount

      public void setShownProductCount(SessionContext ctx, Integer value)
      Generated method - Setter of the MiniCartComponent.shownProductCount attribute.
      Parameters:
      value - the shownProductCount - It controls the maximum number of products to display in the component.
    • setShownProductCount

      public void setShownProductCount(Integer value)
      Generated method - Setter of the MiniCartComponent.shownProductCount attribute.
      Parameters:
      value - the shownProductCount - It controls the maximum number of products to display in the component.
    • setShownProductCount

      public void setShownProductCount(SessionContext ctx, int value)
      Generated method - Setter of the MiniCartComponent.shownProductCount attribute.
      Parameters:
      value - the shownProductCount - It controls the maximum number of products to display in the component.
    • setShownProductCount

      public void setShownProductCount(int value)
      Generated method - Setter of the MiniCartComponent.shownProductCount attribute.
      Parameters:
      value - the shownProductCount - It controls the maximum number of products to display in the component.
    • getTitle

      public String getTitle(SessionContext ctx)
      Generated method - Getter of the MiniCartComponent.title attribute.
      Returns:
      the title - It is localized title of the component.
    • getTitle

      public String getTitle()
      Generated method - Getter of the MiniCartComponent.title attribute.
      Returns:
      the title - It is localized title of the component.
    • getAllTitle

      public Map<Language,String> getAllTitle(SessionContext ctx)
      Generated method - Getter of the MiniCartComponent.title attribute.
      Returns:
      the localized title - It is localized title of the component.
    • getAllTitle

      public Map<Language,String> getAllTitle()
      Generated method - Getter of the MiniCartComponent.title attribute.
      Returns:
      the localized title - It is localized title of the component.
    • setTitle

      public void setTitle(SessionContext ctx, String value)
      Generated method - Setter of the MiniCartComponent.title attribute.
      Parameters:
      value - the title - It is localized title of the component.
    • setTitle

      public void setTitle(String value)
      Generated method - Setter of the MiniCartComponent.title attribute.
      Parameters:
      value - the title - It is localized title of the component.
    • setAllTitle

      public void setAllTitle(SessionContext ctx, Map<Language,String> value)
      Generated method - Setter of the MiniCartComponent.title attribute.
      Parameters:
      value - the title - It is localized title of the component.
    • setAllTitle

      public void setAllTitle(Map<Language,String> value)
      Generated method - Setter of the MiniCartComponent.title attribute.
      Parameters:
      value - the title - It is localized title of the component.
    • getTotalDisplay

      public EnumerationValue getTotalDisplay(SessionContext ctx)
      Generated method - Getter of the MiniCartComponent.totalDisplay attribute.
      Returns:
      the totalDisplay - This attribute determines the type of displayed total cart value.
    • getTotalDisplay

      public EnumerationValue getTotalDisplay()
      Generated method - Getter of the MiniCartComponent.totalDisplay attribute.
      Returns:
      the totalDisplay - This attribute determines the type of displayed total cart value.
    • setTotalDisplay

      public void setTotalDisplay(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the MiniCartComponent.totalDisplay attribute.
      Parameters:
      value - the totalDisplay - This attribute determines the type of displayed total cart value.
    • setTotalDisplay

      public void setTotalDisplay(EnumerationValue value)
      Generated method - Setter of the MiniCartComponent.totalDisplay attribute.
      Parameters:
      value - the totalDisplay - This attribute determines the type of displayed total cart value.