Class GeneratedAsCategoryAwareSearchProfile

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

public abstract class GeneratedAsCategoryAwareSearchProfile extends AbstractAsSearchProfile
Generated class for type AsCategoryAwareSearchProfile.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedAsCategoryAwareSearchProfile

      public GeneratedAsCategoryAwareSearchProfile()
  • Method Details

    • getDefaultAttributeModes

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

      public List<AsCategoryAwareSearchConfiguration> getSearchConfigurations(SessionContext ctx)
      Generated method - Getter of the AsCategoryAwareSearchProfile.searchConfigurations attribute.
      Returns:
      the searchConfigurations
    • getSearchConfigurations

      public List<AsCategoryAwareSearchConfiguration> getSearchConfigurations()
      Generated method - Getter of the AsCategoryAwareSearchProfile.searchConfigurations attribute.
      Returns:
      the searchConfigurations
    • setSearchConfigurations

      public void setSearchConfigurations(SessionContext ctx, List<AsCategoryAwareSearchConfiguration> value)
      Generated method - Setter of the AsCategoryAwareSearchProfile.searchConfigurations attribute.
      Parameters:
      value - the searchConfigurations
    • setSearchConfigurations

      public void setSearchConfigurations(List<AsCategoryAwareSearchConfiguration> value)
      Generated method - Setter of the AsCategoryAwareSearchProfile.searchConfigurations attribute.
      Parameters:
      value - the searchConfigurations
    • addToSearchConfigurations

      public void addToSearchConfigurations(SessionContext ctx, AsCategoryAwareSearchConfiguration value)
      Generated method - Adds value to searchConfigurations.
      Parameters:
      value - the item to add to searchConfigurations
    • addToSearchConfigurations

      public void addToSearchConfigurations(AsCategoryAwareSearchConfiguration value)
      Generated method - Adds value to searchConfigurations.
      Parameters:
      value - the item to add to searchConfigurations
    • removeFromSearchConfigurations

      public void removeFromSearchConfigurations(SessionContext ctx, AsCategoryAwareSearchConfiguration value)
      Generated method - Removes value from searchConfigurations.
      Parameters:
      value - the item to remove from searchConfigurations
    • removeFromSearchConfigurations

      public void removeFromSearchConfigurations(AsCategoryAwareSearchConfiguration value)
      Generated method - Removes value from searchConfigurations.
      Parameters:
      value - the item to remove from searchConfigurations