Class GeneratedAbstractSnSearchProviderConfiguration

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

public abstract class GeneratedAbstractSnSearchProviderConfiguration extends GenericItem
Generated class for type AbstractSnSearchProviderConfiguration.
See Also:
  • Field Details

    • ID

      public static final String ID
      Qualifier of the AbstractSnSearchProviderConfiguration.id attribute
      See Also:
    • NAME

      public static final String NAME
      Qualifier of the AbstractSnSearchProviderConfiguration.name attribute
      See Also:
    • LISTENERS

      public static final String LISTENERS
      Qualifier of the AbstractSnSearchProviderConfiguration.listeners attribute
      See Also:
    • INDEXCONFIGURATIONS

      public static final String INDEXCONFIGURATIONS
      Qualifier of the AbstractSnSearchProviderConfiguration.indexConfigurations attribute
      See Also:
    • INDEXCONFIGURATIONSHANDLER

      protected static final OneToManyHandler<SnIndexConfiguration> INDEXCONFIGURATIONSHANDLER
      OneToManyHandler for handling 1:n INDEXCONFIGURATIONS's relation attributes from 'many' side.
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedAbstractSnSearchProviderConfiguration

      public GeneratedAbstractSnSearchProviderConfiguration()
  • Method Details

    • getDefaultAttributeModes

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

      public String getId(SessionContext ctx)
      Generated method - Getter of the AbstractSnSearchProviderConfiguration.id attribute.
      Returns:
      the id
    • getId

      public String getId()
      Generated method - Getter of the AbstractSnSearchProviderConfiguration.id attribute.
      Returns:
      the id
    • setId

      public void setId(SessionContext ctx, String value)
      Generated method - Setter of the AbstractSnSearchProviderConfiguration.id attribute.
      Parameters:
      value - the id
    • setId

      public void setId(String value)
      Generated method - Setter of the AbstractSnSearchProviderConfiguration.id attribute.
      Parameters:
      value - the id
    • getIndexConfigurations

      public List<SnIndexConfiguration> getIndexConfigurations(SessionContext ctx)
      Generated method - Getter of the AbstractSnSearchProviderConfiguration.indexConfigurations attribute.
      Returns:
      the indexConfigurations
    • getIndexConfigurations

      public List<SnIndexConfiguration> getIndexConfigurations()
      Generated method - Getter of the AbstractSnSearchProviderConfiguration.indexConfigurations attribute.
      Returns:
      the indexConfigurations
    • setIndexConfigurations

      public void setIndexConfigurations(SessionContext ctx, List<SnIndexConfiguration> value)
      Generated method - Setter of the AbstractSnSearchProviderConfiguration.indexConfigurations attribute.
      Parameters:
      value - the indexConfigurations
    • setIndexConfigurations

      public void setIndexConfigurations(List<SnIndexConfiguration> value)
      Generated method - Setter of the AbstractSnSearchProviderConfiguration.indexConfigurations attribute.
      Parameters:
      value - the indexConfigurations
    • addToIndexConfigurations

      public void addToIndexConfigurations(SessionContext ctx, SnIndexConfiguration value)
      Generated method - Adds value to indexConfigurations.
      Parameters:
      value - the item to add to indexConfigurations
    • addToIndexConfigurations

      public void addToIndexConfigurations(SnIndexConfiguration value)
      Generated method - Adds value to indexConfigurations.
      Parameters:
      value - the item to add to indexConfigurations
    • removeFromIndexConfigurations

      public void removeFromIndexConfigurations(SessionContext ctx, SnIndexConfiguration value)
      Generated method - Removes value from indexConfigurations.
      Parameters:
      value - the item to remove from indexConfigurations
    • removeFromIndexConfigurations

      public void removeFromIndexConfigurations(SnIndexConfiguration value)
      Generated method - Removes value from indexConfigurations.
      Parameters:
      value - the item to remove from indexConfigurations
    • getListeners

      public List<String> getListeners(SessionContext ctx)
      Generated method - Getter of the AbstractSnSearchProviderConfiguration.listeners attribute.
      Returns:
      the listeners
    • getListeners

      public List<String> getListeners()
      Generated method - Getter of the AbstractSnSearchProviderConfiguration.listeners attribute.
      Returns:
      the listeners
    • setListeners

      public void setListeners(SessionContext ctx, List<String> value)
      Generated method - Setter of the AbstractSnSearchProviderConfiguration.listeners attribute.
      Parameters:
      value - the listeners
    • setListeners

      public void setListeners(List<String> value)
      Generated method - Setter of the AbstractSnSearchProviderConfiguration.listeners attribute.
      Parameters:
      value - the listeners
    • getName

      public String getName(SessionContext ctx)
      Generated method - Getter of the AbstractSnSearchProviderConfiguration.name attribute.
      Returns:
      the name
    • getName

      public String getName()
      Generated method - Getter of the AbstractSnSearchProviderConfiguration.name attribute.
      Returns:
      the name
    • getAllName

      public Map<Language,String> getAllName(SessionContext ctx)
      Generated method - Getter of the AbstractSnSearchProviderConfiguration.name attribute.
      Returns:
      the localized name
    • getAllName

      public Map<Language,String> getAllName()
      Generated method - Getter of the AbstractSnSearchProviderConfiguration.name attribute.
      Returns:
      the localized name
    • setName

      public void setName(SessionContext ctx, String value)
      Generated method - Setter of the AbstractSnSearchProviderConfiguration.name attribute.
      Parameters:
      value - the name
    • setName

      public void setName(String value)
      Generated method - Setter of the AbstractSnSearchProviderConfiguration.name attribute.
      Parameters:
      value - the name
    • setAllName

      public void setAllName(SessionContext ctx, Map<Language,String> value)
      Generated method - Setter of the AbstractSnSearchProviderConfiguration.name attribute.
      Parameters:
      value - the name
    • setAllName

      public void setAllName(Map<Language,String> value)
      Generated method - Setter of the AbstractSnSearchProviderConfiguration.name attribute.
      Parameters:
      value - the name