Class GeneratedAbstractAsFacetConfiguration

    • Field Detail

      • INDEXPROPERTY

        public static final java.lang.String INDEXPROPERTY
        Qualifier of the AbstractAsFacetConfiguration.indexProperty attribute
        See Also:
        Constant Field Values
      • FACETTYPE

        public static final java.lang.String FACETTYPE
        Qualifier of the AbstractAsFacetConfiguration.facetType attribute
        See Also:
        Constant Field Values
      • PRIORITY

        public static final java.lang.String PRIORITY
        Qualifier of the AbstractAsFacetConfiguration.priority attribute
        See Also:
        Constant Field Values
      • VALUESSORTPROVIDER

        public static final java.lang.String VALUESSORTPROVIDER
        Qualifier of the AbstractAsFacetConfiguration.valuesSortProvider attribute
        See Also:
        Constant Field Values
      • VALUESDISPLAYNAMEPROVIDER

        public static final java.lang.String VALUESDISPLAYNAMEPROVIDER
        Qualifier of the AbstractAsFacetConfiguration.valuesDisplayNameProvider attribute
        See Also:
        Constant Field Values
      • TOPVALUESPROVIDER

        public static final java.lang.String TOPVALUESPROVIDER
        Qualifier of the AbstractAsFacetConfiguration.topValuesProvider attribute
        See Also:
        Constant Field Values
      • UNIQUEIDX

        public static final java.lang.String UNIQUEIDX
        Qualifier of the AbstractAsFacetConfiguration.uniqueIdx attribute
        See Also:
        Constant Field Values
      • PROMOTEDVALUES

        public static final java.lang.String PROMOTEDVALUES
        Qualifier of the AbstractAsFacetConfiguration.promotedValues attribute
        See Also:
        Constant Field Values
      • EXCLUDEDVALUES

        public static final java.lang.String EXCLUDEDVALUES
        Qualifier of the AbstractAsFacetConfiguration.excludedValues 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

      • GeneratedAbstractAsFacetConfiguration

        public GeneratedAbstractAsFacetConfiguration()
    • Method Detail

      • getExcludedValues

        public java.util.List<AsExcludedFacetValue> getExcludedValues​(SessionContext ctx)
        Generated method - Getter of the AbstractAsFacetConfiguration.excludedValues attribute.
        Returns:
        the excludedValues
      • getExcludedValues

        public java.util.List<AsExcludedFacetValue> getExcludedValues()
        Generated method - Getter of the AbstractAsFacetConfiguration.excludedValues attribute.
        Returns:
        the excludedValues
      • setExcludedValues

        public void setExcludedValues​(SessionContext ctx,
                                      java.util.List<AsExcludedFacetValue> value)
        Generated method - Setter of the AbstractAsFacetConfiguration.excludedValues attribute.
        Parameters:
        value - the excludedValues
      • setExcludedValues

        public void setExcludedValues​(java.util.List<AsExcludedFacetValue> value)
        Generated method - Setter of the AbstractAsFacetConfiguration.excludedValues attribute.
        Parameters:
        value - the excludedValues
      • addToExcludedValues

        public void addToExcludedValues​(SessionContext ctx,
                                        AsExcludedFacetValue value)
        Generated method - Adds value to excludedValues.
        Parameters:
        value - the item to add to excludedValues
      • addToExcludedValues

        public void addToExcludedValues​(AsExcludedFacetValue value)
        Generated method - Adds value to excludedValues.
        Parameters:
        value - the item to add to excludedValues
      • removeFromExcludedValues

        public void removeFromExcludedValues​(SessionContext ctx,
                                             AsExcludedFacetValue value)
        Generated method - Removes value from excludedValues.
        Parameters:
        value - the item to remove from excludedValues
      • removeFromExcludedValues

        public void removeFromExcludedValues​(AsExcludedFacetValue value)
        Generated method - Removes value from excludedValues.
        Parameters:
        value - the item to remove from excludedValues
      • getFacetType

        public EnumerationValue getFacetType​(SessionContext ctx)
        Generated method - Getter of the AbstractAsFacetConfiguration.facetType attribute.
        Returns:
        the facetType
      • getFacetType

        public EnumerationValue getFacetType()
        Generated method - Getter of the AbstractAsFacetConfiguration.facetType attribute.
        Returns:
        the facetType
      • setFacetType

        public void setFacetType​(SessionContext ctx,
                                 EnumerationValue value)
        Generated method - Setter of the AbstractAsFacetConfiguration.facetType attribute.
        Parameters:
        value - the facetType
      • setFacetType

        public void setFacetType​(EnumerationValue value)
        Generated method - Setter of the AbstractAsFacetConfiguration.facetType attribute.
        Parameters:
        value - the facetType
      • getIndexProperty

        public java.lang.String getIndexProperty​(SessionContext ctx)
        Generated method - Getter of the AbstractAsFacetConfiguration.indexProperty attribute.
        Returns:
        the indexProperty
      • getIndexProperty

        public java.lang.String getIndexProperty()
        Generated method - Getter of the AbstractAsFacetConfiguration.indexProperty attribute.
        Returns:
        the indexProperty
      • setIndexProperty

        protected void setIndexProperty​(SessionContext ctx,
                                        java.lang.String value)
        Generated method - Setter of the AbstractAsFacetConfiguration.indexProperty attribute.
        Parameters:
        value - the indexProperty
      • setIndexProperty

        protected void setIndexProperty​(java.lang.String value)
        Generated method - Setter of the AbstractAsFacetConfiguration.indexProperty attribute.
        Parameters:
        value - the indexProperty
      • getPriority

        public java.lang.Integer getPriority​(SessionContext ctx)
        Generated method - Getter of the AbstractAsFacetConfiguration.priority attribute.
        Returns:
        the priority
      • getPriority

        public java.lang.Integer getPriority()
        Generated method - Getter of the AbstractAsFacetConfiguration.priority attribute.
        Returns:
        the priority
      • getPriorityAsPrimitive

        public int getPriorityAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the AbstractAsFacetConfiguration.priority attribute.
        Returns:
        the priority
      • getPriorityAsPrimitive

        public int getPriorityAsPrimitive()
        Generated method - Getter of the AbstractAsFacetConfiguration.priority attribute.
        Returns:
        the priority
      • setPriority

        public void setPriority​(SessionContext ctx,
                                java.lang.Integer value)
        Generated method - Setter of the AbstractAsFacetConfiguration.priority attribute.
        Parameters:
        value - the priority
      • setPriority

        public void setPriority​(java.lang.Integer value)
        Generated method - Setter of the AbstractAsFacetConfiguration.priority attribute.
        Parameters:
        value - the priority
      • setPriority

        public void setPriority​(SessionContext ctx,
                                int value)
        Generated method - Setter of the AbstractAsFacetConfiguration.priority attribute.
        Parameters:
        value - the priority
      • setPriority

        public void setPriority​(int value)
        Generated method - Setter of the AbstractAsFacetConfiguration.priority attribute.
        Parameters:
        value - the priority
      • getPromotedValues

        public java.util.List<AsPromotedFacetValue> getPromotedValues​(SessionContext ctx)
        Generated method - Getter of the AbstractAsFacetConfiguration.promotedValues attribute.
        Returns:
        the promotedValues
      • getPromotedValues

        public java.util.List<AsPromotedFacetValue> getPromotedValues()
        Generated method - Getter of the AbstractAsFacetConfiguration.promotedValues attribute.
        Returns:
        the promotedValues
      • setPromotedValues

        public void setPromotedValues​(SessionContext ctx,
                                      java.util.List<AsPromotedFacetValue> value)
        Generated method - Setter of the AbstractAsFacetConfiguration.promotedValues attribute.
        Parameters:
        value - the promotedValues
      • setPromotedValues

        public void setPromotedValues​(java.util.List<AsPromotedFacetValue> value)
        Generated method - Setter of the AbstractAsFacetConfiguration.promotedValues attribute.
        Parameters:
        value - the promotedValues
      • addToPromotedValues

        public void addToPromotedValues​(SessionContext ctx,
                                        AsPromotedFacetValue value)
        Generated method - Adds value to promotedValues.
        Parameters:
        value - the item to add to promotedValues
      • addToPromotedValues

        public void addToPromotedValues​(AsPromotedFacetValue value)
        Generated method - Adds value to promotedValues.
        Parameters:
        value - the item to add to promotedValues
      • removeFromPromotedValues

        public void removeFromPromotedValues​(SessionContext ctx,
                                             AsPromotedFacetValue value)
        Generated method - Removes value from promotedValues.
        Parameters:
        value - the item to remove from promotedValues
      • removeFromPromotedValues

        public void removeFromPromotedValues​(AsPromotedFacetValue value)
        Generated method - Removes value from promotedValues.
        Parameters:
        value - the item to remove from promotedValues
      • getTopValuesProvider

        public java.lang.String getTopValuesProvider​(SessionContext ctx)
        Generated method - Getter of the AbstractAsFacetConfiguration.topValuesProvider attribute.
        Returns:
        the topValuesProvider
      • getTopValuesProvider

        public java.lang.String getTopValuesProvider()
        Generated method - Getter of the AbstractAsFacetConfiguration.topValuesProvider attribute.
        Returns:
        the topValuesProvider
      • setTopValuesProvider

        public void setTopValuesProvider​(SessionContext ctx,
                                         java.lang.String value)
        Generated method - Setter of the AbstractAsFacetConfiguration.topValuesProvider attribute.
        Parameters:
        value - the topValuesProvider
      • setTopValuesProvider

        public void setTopValuesProvider​(java.lang.String value)
        Generated method - Setter of the AbstractAsFacetConfiguration.topValuesProvider attribute.
        Parameters:
        value - the topValuesProvider
      • getUniqueIdx

        public java.lang.String getUniqueIdx​(SessionContext ctx)
        Generated method - Getter of the AbstractAsFacetConfiguration.uniqueIdx attribute.
        Returns:
        the uniqueIdx
      • getUniqueIdx

        public java.lang.String getUniqueIdx()
        Generated method - Getter of the AbstractAsFacetConfiguration.uniqueIdx attribute.
        Returns:
        the uniqueIdx
      • setUniqueIdx

        public void setUniqueIdx​(SessionContext ctx,
                                 java.lang.String value)
        Generated method - Setter of the AbstractAsFacetConfiguration.uniqueIdx attribute.
        Parameters:
        value - the uniqueIdx
      • setUniqueIdx

        public void setUniqueIdx​(java.lang.String value)
        Generated method - Setter of the AbstractAsFacetConfiguration.uniqueIdx attribute.
        Parameters:
        value - the uniqueIdx
      • getValuesDisplayNameProvider

        public java.lang.String getValuesDisplayNameProvider​(SessionContext ctx)
        Generated method - Getter of the AbstractAsFacetConfiguration.valuesDisplayNameProvider attribute.
        Returns:
        the valuesDisplayNameProvider
      • getValuesDisplayNameProvider

        public java.lang.String getValuesDisplayNameProvider()
        Generated method - Getter of the AbstractAsFacetConfiguration.valuesDisplayNameProvider attribute.
        Returns:
        the valuesDisplayNameProvider
      • setValuesDisplayNameProvider

        public void setValuesDisplayNameProvider​(SessionContext ctx,
                                                 java.lang.String value)
        Generated method - Setter of the AbstractAsFacetConfiguration.valuesDisplayNameProvider attribute.
        Parameters:
        value - the valuesDisplayNameProvider
      • setValuesDisplayNameProvider

        public void setValuesDisplayNameProvider​(java.lang.String value)
        Generated method - Setter of the AbstractAsFacetConfiguration.valuesDisplayNameProvider attribute.
        Parameters:
        value - the valuesDisplayNameProvider
      • getValuesSortProvider

        public java.lang.String getValuesSortProvider​(SessionContext ctx)
        Generated method - Getter of the AbstractAsFacetConfiguration.valuesSortProvider attribute.
        Returns:
        the valuesSortProvider
      • getValuesSortProvider

        public java.lang.String getValuesSortProvider()
        Generated method - Getter of the AbstractAsFacetConfiguration.valuesSortProvider attribute.
        Returns:
        the valuesSortProvider
      • setValuesSortProvider

        public void setValuesSortProvider​(SessionContext ctx,
                                          java.lang.String value)
        Generated method - Setter of the AbstractAsFacetConfiguration.valuesSortProvider attribute.
        Parameters:
        value - the valuesSortProvider
      • setValuesSortProvider

        public void setValuesSortProvider​(java.lang.String value)
        Generated method - Setter of the AbstractAsFacetConfiguration.valuesSortProvider attribute.
        Parameters:
        value - the valuesSortProvider