Class GeneratedAbstractSnSearchProviderConfiguration

    • Field Detail

      • ID

        public static final java.lang.String ID
        Qualifier of the AbstractSnSearchProviderConfiguration.id attribute
        See Also:
        Constant Field Values
      • NAME

        public static final java.lang.String NAME
        Qualifier of the AbstractSnSearchProviderConfiguration.name attribute
        See Also:
        Constant Field Values
      • LISTENERS

        public static final java.lang.String LISTENERS
        Qualifier of the AbstractSnSearchProviderConfiguration.listeners attribute
        See Also:
        Constant Field Values
      • INDEXCONFIGURATIONS

        public static final java.lang.String INDEXCONFIGURATIONS
        Qualifier of the AbstractSnSearchProviderConfiguration.indexConfigurations 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

      • GeneratedAbstractSnSearchProviderConfiguration

        public GeneratedAbstractSnSearchProviderConfiguration()
    • Method Detail

      • getId

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

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

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

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

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

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

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

        public void setIndexConfigurations​(java.util.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 java.util.List<java.lang.String> getListeners​(SessionContext ctx)
        Generated method - Getter of the AbstractSnSearchProviderConfiguration.listeners attribute.
        Returns:
        the listeners
      • getListeners

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

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

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

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

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

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

        public void setName​(java.lang.String value)
        Generated method - Setter of the AbstractSnSearchProviderConfiguration.name attribute.
        Parameters:
        value - the name