Class GeneratedMiniCartComponent

    • Field Detail

      • TITLE

        public static final java.lang.String TITLE
        Qualifier of the MiniCartComponent.title attribute
        See Also:
        Constant Field Values
      • TOTALDISPLAY

        public static final java.lang.String TOTALDISPLAY
        Qualifier of the MiniCartComponent.totalDisplay attribute
        See Also:
        Constant Field Values
      • SHOWNPRODUCTCOUNT

        public static final java.lang.String SHOWNPRODUCTCOUNT
        Qualifier of the MiniCartComponent.shownProductCount attribute
        See Also:
        Constant Field Values
      • LIGHTBOXBANNERCOMPONENT

        public static final java.lang.String LIGHTBOXBANNERCOMPONENT
        Qualifier of the MiniCartComponent.lightboxBannerComponent 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

      • GeneratedMiniCartComponent

        public GeneratedMiniCartComponent()
    • Method Detail

      • 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 java.lang.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 java.lang.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,
                                         java.lang.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​(java.lang.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 java.lang.String getTitle​(SessionContext ctx)
        Generated method - Getter of the MiniCartComponent.title attribute.
        Returns:
        the title - It is localized title of the component.
      • getTitle

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

        public java.util.Map<Language,​java.lang.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 java.util.Map<Language,​java.lang.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,
                             java.lang.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​(java.lang.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,
                                java.util.Map<Language,​java.lang.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​(java.util.Map<Language,​java.lang.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.