Class GeneratedSimpleSuggestionComponent

    • Field Detail

      • FILTERPURCHASED

        public static final java.lang.String FILTERPURCHASED
        Qualifier of the SimpleSuggestionComponent.filterPurchased 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

      • GeneratedSimpleSuggestionComponent

        public GeneratedSimpleSuggestionComponent()
    • Method Detail

      • isFilterPurchased

        public java.lang.Boolean isFilterPurchased​(SessionContext ctx)
        Generated method - Getter of the SimpleSuggestionComponent.filterPurchased attribute.
        Returns:
        the filterPurchased - Determines if only purchased products are displayed in the component.
      • isFilterPurchased

        public java.lang.Boolean isFilterPurchased()
        Generated method - Getter of the SimpleSuggestionComponent.filterPurchased attribute.
        Returns:
        the filterPurchased - Determines if only purchased products are displayed in the component.
      • isFilterPurchasedAsPrimitive

        public boolean isFilterPurchasedAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SimpleSuggestionComponent.filterPurchased attribute.
        Returns:
        the filterPurchased - Determines if only purchased products are displayed in the component.
      • isFilterPurchasedAsPrimitive

        public boolean isFilterPurchasedAsPrimitive()
        Generated method - Getter of the SimpleSuggestionComponent.filterPurchased attribute.
        Returns:
        the filterPurchased - Determines if only purchased products are displayed in the component.
      • setFilterPurchased

        public void setFilterPurchased​(SessionContext ctx,
                                       java.lang.Boolean value)
        Generated method - Setter of the SimpleSuggestionComponent.filterPurchased attribute.
        Parameters:
        value - the filterPurchased - Determines if only purchased products are displayed in the component.
      • setFilterPurchased

        public void setFilterPurchased​(java.lang.Boolean value)
        Generated method - Setter of the SimpleSuggestionComponent.filterPurchased attribute.
        Parameters:
        value - the filterPurchased - Determines if only purchased products are displayed in the component.
      • setFilterPurchased

        public void setFilterPurchased​(SessionContext ctx,
                                       boolean value)
        Generated method - Setter of the SimpleSuggestionComponent.filterPurchased attribute.
        Parameters:
        value - the filterPurchased - Determines if only purchased products are displayed in the component.
      • setFilterPurchased

        public void setFilterPurchased​(boolean value)
        Generated method - Setter of the SimpleSuggestionComponent.filterPurchased attribute.
        Parameters:
        value - the filterPurchased - Determines if only purchased products are displayed in the component.