Class GeneratedSimpleSuggestionComponent

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

public abstract class GeneratedSimpleSuggestionComponent extends ProductReferencesComponent
Generated class for type SimpleSuggestionComponent.
See Also:
  • Field Details

    • FILTERPURCHASED

      public static final String FILTERPURCHASED
      Qualifier of the SimpleSuggestionComponent.filterPurchased attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedSimpleSuggestionComponent

      public GeneratedSimpleSuggestionComponent()
  • Method Details

    • getDefaultAttributeModes

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

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