Class GeneratedAsSimpleSearchProfile

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

public abstract class GeneratedAsSimpleSearchProfile extends AbstractAsSearchProfile
Generated class for type AsSimpleSearchProfile.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedAsSimpleSearchProfile

      public GeneratedAsSimpleSearchProfile()
  • Method Details

    • getDefaultAttributeModes

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

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

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

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

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

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

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

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

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