Class GeneratedAbstractAsConfigurableSearchConfiguration

    • Field Detail

      • FACETSMERGEMODE

        public static final java.lang.String FACETSMERGEMODE
        Qualifier of the AbstractAsConfigurableSearchConfiguration.facetsMergeMode attribute
        See Also:
        Constant Field Values
      • BOOSTITEMSMERGEMODE

        public static final java.lang.String BOOSTITEMSMERGEMODE
        Qualifier of the AbstractAsConfigurableSearchConfiguration.boostItemsMergeMode attribute
        See Also:
        Constant Field Values
      • BOOSTRULESMERGEMODE

        public static final java.lang.String BOOSTRULESMERGEMODE
        Qualifier of the AbstractAsConfigurableSearchConfiguration.boostRulesMergeMode attribute
        See Also:
        Constant Field Values
      • SORTSMERGEMODE

        public static final java.lang.String SORTSMERGEMODE
        Qualifier of the AbstractAsConfigurableSearchConfiguration.sortsMergeMode attribute
        See Also:
        Constant Field Values
      • PROMOTEDFACETS

        public static final java.lang.String PROMOTEDFACETS
        Qualifier of the AbstractAsConfigurableSearchConfiguration.promotedFacets attribute
        See Also:
        Constant Field Values
      • FACETS

        public static final java.lang.String FACETS
        Qualifier of the AbstractAsConfigurableSearchConfiguration.facets attribute
        See Also:
        Constant Field Values
      • EXCLUDEDFACETS

        public static final java.lang.String EXCLUDEDFACETS
        Qualifier of the AbstractAsConfigurableSearchConfiguration.excludedFacets attribute
        See Also:
        Constant Field Values
      • PROMOTEDITEMS

        public static final java.lang.String PROMOTEDITEMS
        Qualifier of the AbstractAsConfigurableSearchConfiguration.promotedItems attribute
        See Also:
        Constant Field Values
      • EXCLUDEDITEMS

        public static final java.lang.String EXCLUDEDITEMS
        Qualifier of the AbstractAsConfigurableSearchConfiguration.excludedItems attribute
        See Also:
        Constant Field Values
      • BOOSTRULES

        public static final java.lang.String BOOSTRULES
        Qualifier of the AbstractAsConfigurableSearchConfiguration.boostRules attribute
        See Also:
        Constant Field Values
      • SORTS

        public static final java.lang.String SORTS
        Qualifier of the AbstractAsConfigurableSearchConfiguration.sorts attribute
        See Also:
        Constant Field Values
      • PROMOTEDSORTS

        public static final java.lang.String PROMOTEDSORTS
        Qualifier of the AbstractAsConfigurableSearchConfiguration.promotedSorts attribute
        See Also:
        Constant Field Values
      • EXCLUDEDSORTS

        public static final java.lang.String EXCLUDEDSORTS
        Qualifier of the AbstractAsConfigurableSearchConfiguration.excludedSorts 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

      • GeneratedAbstractAsConfigurableSearchConfiguration

        public GeneratedAbstractAsConfigurableSearchConfiguration()
    • Method Detail

      • getBoostItemsMergeMode

        public EnumerationValue getBoostItemsMergeMode​(SessionContext ctx)
        Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.boostItemsMergeMode attribute.
        Returns:
        the boostItemsMergeMode
      • getBoostItemsMergeMode

        public EnumerationValue getBoostItemsMergeMode()
        Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.boostItemsMergeMode attribute.
        Returns:
        the boostItemsMergeMode
      • setBoostItemsMergeMode

        public void setBoostItemsMergeMode​(SessionContext ctx,
                                           EnumerationValue value)
        Generated method - Setter of the AbstractAsConfigurableSearchConfiguration.boostItemsMergeMode attribute.
        Parameters:
        value - the boostItemsMergeMode
      • setBoostItemsMergeMode

        public void setBoostItemsMergeMode​(EnumerationValue value)
        Generated method - Setter of the AbstractAsConfigurableSearchConfiguration.boostItemsMergeMode attribute.
        Parameters:
        value - the boostItemsMergeMode
      • getBoostRules

        public java.util.List<AsBoostRule> getBoostRules​(SessionContext ctx)
        Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.boostRules attribute.
        Returns:
        the boostRules
      • getBoostRules

        public java.util.List<AsBoostRule> getBoostRules()
        Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.boostRules attribute.
        Returns:
        the boostRules
      • setBoostRules

        public void setBoostRules​(SessionContext ctx,
                                  java.util.List<AsBoostRule> value)
        Generated method - Setter of the AbstractAsConfigurableSearchConfiguration.boostRules attribute.
        Parameters:
        value - the boostRules
      • setBoostRules

        public void setBoostRules​(java.util.List<AsBoostRule> value)
        Generated method - Setter of the AbstractAsConfigurableSearchConfiguration.boostRules attribute.
        Parameters:
        value - the boostRules
      • addToBoostRules

        public void addToBoostRules​(SessionContext ctx,
                                    AsBoostRule value)
        Generated method - Adds value to boostRules.
        Parameters:
        value - the item to add to boostRules
      • addToBoostRules

        public void addToBoostRules​(AsBoostRule value)
        Generated method - Adds value to boostRules.
        Parameters:
        value - the item to add to boostRules
      • removeFromBoostRules

        public void removeFromBoostRules​(SessionContext ctx,
                                         AsBoostRule value)
        Generated method - Removes value from boostRules.
        Parameters:
        value - the item to remove from boostRules
      • removeFromBoostRules

        public void removeFromBoostRules​(AsBoostRule value)
        Generated method - Removes value from boostRules.
        Parameters:
        value - the item to remove from boostRules
      • getBoostRulesMergeMode

        public EnumerationValue getBoostRulesMergeMode​(SessionContext ctx)
        Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.boostRulesMergeMode attribute.
        Returns:
        the boostRulesMergeMode
      • getBoostRulesMergeMode

        public EnumerationValue getBoostRulesMergeMode()
        Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.boostRulesMergeMode attribute.
        Returns:
        the boostRulesMergeMode
      • setBoostRulesMergeMode

        public void setBoostRulesMergeMode​(SessionContext ctx,
                                           EnumerationValue value)
        Generated method - Setter of the AbstractAsConfigurableSearchConfiguration.boostRulesMergeMode attribute.
        Parameters:
        value - the boostRulesMergeMode
      • setBoostRulesMergeMode

        public void setBoostRulesMergeMode​(EnumerationValue value)
        Generated method - Setter of the AbstractAsConfigurableSearchConfiguration.boostRulesMergeMode attribute.
        Parameters:
        value - the boostRulesMergeMode
      • getExcludedFacets

        public java.util.List<AsExcludedFacet> getExcludedFacets​(SessionContext ctx)
        Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.excludedFacets attribute.
        Returns:
        the excludedFacets
      • getExcludedFacets

        public java.util.List<AsExcludedFacet> getExcludedFacets()
        Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.excludedFacets attribute.
        Returns:
        the excludedFacets
      • setExcludedFacets

        public void setExcludedFacets​(SessionContext ctx,
                                      java.util.List<AsExcludedFacet> value)
        Generated method - Setter of the AbstractAsConfigurableSearchConfiguration.excludedFacets attribute.
        Parameters:
        value - the excludedFacets
      • setExcludedFacets

        public void setExcludedFacets​(java.util.List<AsExcludedFacet> value)
        Generated method - Setter of the AbstractAsConfigurableSearchConfiguration.excludedFacets attribute.
        Parameters:
        value - the excludedFacets
      • addToExcludedFacets

        public void addToExcludedFacets​(SessionContext ctx,
                                        AsExcludedFacet value)
        Generated method - Adds value to excludedFacets.
        Parameters:
        value - the item to add to excludedFacets
      • addToExcludedFacets

        public void addToExcludedFacets​(AsExcludedFacet value)
        Generated method - Adds value to excludedFacets.
        Parameters:
        value - the item to add to excludedFacets
      • removeFromExcludedFacets

        public void removeFromExcludedFacets​(SessionContext ctx,
                                             AsExcludedFacet value)
        Generated method - Removes value from excludedFacets.
        Parameters:
        value - the item to remove from excludedFacets
      • removeFromExcludedFacets

        public void removeFromExcludedFacets​(AsExcludedFacet value)
        Generated method - Removes value from excludedFacets.
        Parameters:
        value - the item to remove from excludedFacets
      • getExcludedItems

        public java.util.List<AsExcludedItem> getExcludedItems​(SessionContext ctx)
        Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.excludedItems attribute.
        Returns:
        the excludedItems
      • getExcludedItems

        public java.util.List<AsExcludedItem> getExcludedItems()
        Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.excludedItems attribute.
        Returns:
        the excludedItems
      • setExcludedItems

        public void setExcludedItems​(SessionContext ctx,
                                     java.util.List<AsExcludedItem> value)
        Generated method - Setter of the AbstractAsConfigurableSearchConfiguration.excludedItems attribute.
        Parameters:
        value - the excludedItems
      • setExcludedItems

        public void setExcludedItems​(java.util.List<AsExcludedItem> value)
        Generated method - Setter of the AbstractAsConfigurableSearchConfiguration.excludedItems attribute.
        Parameters:
        value - the excludedItems
      • addToExcludedItems

        public void addToExcludedItems​(SessionContext ctx,
                                       AsExcludedItem value)
        Generated method - Adds value to excludedItems.
        Parameters:
        value - the item to add to excludedItems
      • addToExcludedItems

        public void addToExcludedItems​(AsExcludedItem value)
        Generated method - Adds value to excludedItems.
        Parameters:
        value - the item to add to excludedItems
      • removeFromExcludedItems

        public void removeFromExcludedItems​(SessionContext ctx,
                                            AsExcludedItem value)
        Generated method - Removes value from excludedItems.
        Parameters:
        value - the item to remove from excludedItems
      • removeFromExcludedItems

        public void removeFromExcludedItems​(AsExcludedItem value)
        Generated method - Removes value from excludedItems.
        Parameters:
        value - the item to remove from excludedItems
      • getExcludedSorts

        public java.util.List<AsExcludedSort> getExcludedSorts​(SessionContext ctx)
        Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.excludedSorts attribute.
        Returns:
        the excludedSorts
      • getExcludedSorts

        public java.util.List<AsExcludedSort> getExcludedSorts()
        Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.excludedSorts attribute.
        Returns:
        the excludedSorts
      • setExcludedSorts

        public void setExcludedSorts​(SessionContext ctx,
                                     java.util.List<AsExcludedSort> value)
        Generated method - Setter of the AbstractAsConfigurableSearchConfiguration.excludedSorts attribute.
        Parameters:
        value - the excludedSorts
      • setExcludedSorts

        public void setExcludedSorts​(java.util.List<AsExcludedSort> value)
        Generated method - Setter of the AbstractAsConfigurableSearchConfiguration.excludedSorts attribute.
        Parameters:
        value - the excludedSorts
      • addToExcludedSorts

        public void addToExcludedSorts​(SessionContext ctx,
                                       AsExcludedSort value)
        Generated method - Adds value to excludedSorts.
        Parameters:
        value - the item to add to excludedSorts
      • addToExcludedSorts

        public void addToExcludedSorts​(AsExcludedSort value)
        Generated method - Adds value to excludedSorts.
        Parameters:
        value - the item to add to excludedSorts
      • removeFromExcludedSorts

        public void removeFromExcludedSorts​(SessionContext ctx,
                                            AsExcludedSort value)
        Generated method - Removes value from excludedSorts.
        Parameters:
        value - the item to remove from excludedSorts
      • removeFromExcludedSorts

        public void removeFromExcludedSorts​(AsExcludedSort value)
        Generated method - Removes value from excludedSorts.
        Parameters:
        value - the item to remove from excludedSorts
      • getFacets

        public java.util.List<AsFacet> getFacets​(SessionContext ctx)
        Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.facets attribute.
        Returns:
        the facets
      • getFacets

        public java.util.List<AsFacet> getFacets()
        Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.facets attribute.
        Returns:
        the facets
      • setFacets

        public void setFacets​(SessionContext ctx,
                              java.util.List<AsFacet> value)
        Generated method - Setter of the AbstractAsConfigurableSearchConfiguration.facets attribute.
        Parameters:
        value - the facets
      • setFacets

        public void setFacets​(java.util.List<AsFacet> value)
        Generated method - Setter of the AbstractAsConfigurableSearchConfiguration.facets attribute.
        Parameters:
        value - the facets
      • addToFacets

        public void addToFacets​(SessionContext ctx,
                                AsFacet value)
        Generated method - Adds value to facets.
        Parameters:
        value - the item to add to facets
      • addToFacets

        public void addToFacets​(AsFacet value)
        Generated method - Adds value to facets.
        Parameters:
        value - the item to add to facets
      • removeFromFacets

        public void removeFromFacets​(SessionContext ctx,
                                     AsFacet value)
        Generated method - Removes value from facets.
        Parameters:
        value - the item to remove from facets
      • removeFromFacets

        public void removeFromFacets​(AsFacet value)
        Generated method - Removes value from facets.
        Parameters:
        value - the item to remove from facets
      • getFacetsMergeMode

        public EnumerationValue getFacetsMergeMode​(SessionContext ctx)
        Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.facetsMergeMode attribute.
        Returns:
        the facetsMergeMode
      • getFacetsMergeMode

        public EnumerationValue getFacetsMergeMode()
        Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.facetsMergeMode attribute.
        Returns:
        the facetsMergeMode
      • setFacetsMergeMode

        public void setFacetsMergeMode​(SessionContext ctx,
                                       EnumerationValue value)
        Generated method - Setter of the AbstractAsConfigurableSearchConfiguration.facetsMergeMode attribute.
        Parameters:
        value - the facetsMergeMode
      • setFacetsMergeMode

        public void setFacetsMergeMode​(EnumerationValue value)
        Generated method - Setter of the AbstractAsConfigurableSearchConfiguration.facetsMergeMode attribute.
        Parameters:
        value - the facetsMergeMode
      • getPromotedFacets

        public java.util.List<AsPromotedFacet> getPromotedFacets​(SessionContext ctx)
        Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.promotedFacets attribute.
        Returns:
        the promotedFacets
      • getPromotedFacets

        public java.util.List<AsPromotedFacet> getPromotedFacets()
        Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.promotedFacets attribute.
        Returns:
        the promotedFacets
      • setPromotedFacets

        public void setPromotedFacets​(SessionContext ctx,
                                      java.util.List<AsPromotedFacet> value)
        Generated method - Setter of the AbstractAsConfigurableSearchConfiguration.promotedFacets attribute.
        Parameters:
        value - the promotedFacets
      • setPromotedFacets

        public void setPromotedFacets​(java.util.List<AsPromotedFacet> value)
        Generated method - Setter of the AbstractAsConfigurableSearchConfiguration.promotedFacets attribute.
        Parameters:
        value - the promotedFacets
      • addToPromotedFacets

        public void addToPromotedFacets​(SessionContext ctx,
                                        AsPromotedFacet value)
        Generated method - Adds value to promotedFacets.
        Parameters:
        value - the item to add to promotedFacets
      • addToPromotedFacets

        public void addToPromotedFacets​(AsPromotedFacet value)
        Generated method - Adds value to promotedFacets.
        Parameters:
        value - the item to add to promotedFacets
      • removeFromPromotedFacets

        public void removeFromPromotedFacets​(SessionContext ctx,
                                             AsPromotedFacet value)
        Generated method - Removes value from promotedFacets.
        Parameters:
        value - the item to remove from promotedFacets
      • removeFromPromotedFacets

        public void removeFromPromotedFacets​(AsPromotedFacet value)
        Generated method - Removes value from promotedFacets.
        Parameters:
        value - the item to remove from promotedFacets
      • getPromotedItems

        public java.util.List<AsPromotedItem> getPromotedItems​(SessionContext ctx)
        Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.promotedItems attribute.
        Returns:
        the promotedItems
      • getPromotedItems

        public java.util.List<AsPromotedItem> getPromotedItems()
        Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.promotedItems attribute.
        Returns:
        the promotedItems
      • setPromotedItems

        public void setPromotedItems​(SessionContext ctx,
                                     java.util.List<AsPromotedItem> value)
        Generated method - Setter of the AbstractAsConfigurableSearchConfiguration.promotedItems attribute.
        Parameters:
        value - the promotedItems
      • setPromotedItems

        public void setPromotedItems​(java.util.List<AsPromotedItem> value)
        Generated method - Setter of the AbstractAsConfigurableSearchConfiguration.promotedItems attribute.
        Parameters:
        value - the promotedItems
      • addToPromotedItems

        public void addToPromotedItems​(SessionContext ctx,
                                       AsPromotedItem value)
        Generated method - Adds value to promotedItems.
        Parameters:
        value - the item to add to promotedItems
      • addToPromotedItems

        public void addToPromotedItems​(AsPromotedItem value)
        Generated method - Adds value to promotedItems.
        Parameters:
        value - the item to add to promotedItems
      • removeFromPromotedItems

        public void removeFromPromotedItems​(SessionContext ctx,
                                            AsPromotedItem value)
        Generated method - Removes value from promotedItems.
        Parameters:
        value - the item to remove from promotedItems
      • removeFromPromotedItems

        public void removeFromPromotedItems​(AsPromotedItem value)
        Generated method - Removes value from promotedItems.
        Parameters:
        value - the item to remove from promotedItems
      • getPromotedSorts

        public java.util.List<AsPromotedSort> getPromotedSorts​(SessionContext ctx)
        Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.promotedSorts attribute.
        Returns:
        the promotedSorts
      • getPromotedSorts

        public java.util.List<AsPromotedSort> getPromotedSorts()
        Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.promotedSorts attribute.
        Returns:
        the promotedSorts
      • setPromotedSorts

        public void setPromotedSorts​(SessionContext ctx,
                                     java.util.List<AsPromotedSort> value)
        Generated method - Setter of the AbstractAsConfigurableSearchConfiguration.promotedSorts attribute.
        Parameters:
        value - the promotedSorts
      • setPromotedSorts

        public void setPromotedSorts​(java.util.List<AsPromotedSort> value)
        Generated method - Setter of the AbstractAsConfigurableSearchConfiguration.promotedSorts attribute.
        Parameters:
        value - the promotedSorts
      • addToPromotedSorts

        public void addToPromotedSorts​(SessionContext ctx,
                                       AsPromotedSort value)
        Generated method - Adds value to promotedSorts.
        Parameters:
        value - the item to add to promotedSorts
      • addToPromotedSorts

        public void addToPromotedSorts​(AsPromotedSort value)
        Generated method - Adds value to promotedSorts.
        Parameters:
        value - the item to add to promotedSorts
      • removeFromPromotedSorts

        public void removeFromPromotedSorts​(SessionContext ctx,
                                            AsPromotedSort value)
        Generated method - Removes value from promotedSorts.
        Parameters:
        value - the item to remove from promotedSorts
      • removeFromPromotedSorts

        public void removeFromPromotedSorts​(AsPromotedSort value)
        Generated method - Removes value from promotedSorts.
        Parameters:
        value - the item to remove from promotedSorts
      • getSorts

        public java.util.List<AsSort> getSorts​(SessionContext ctx)
        Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.sorts attribute.
        Returns:
        the sorts
      • getSorts

        public java.util.List<AsSort> getSorts()
        Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.sorts attribute.
        Returns:
        the sorts
      • setSorts

        public void setSorts​(SessionContext ctx,
                             java.util.List<AsSort> value)
        Generated method - Setter of the AbstractAsConfigurableSearchConfiguration.sorts attribute.
        Parameters:
        value - the sorts
      • setSorts

        public void setSorts​(java.util.List<AsSort> value)
        Generated method - Setter of the AbstractAsConfigurableSearchConfiguration.sorts attribute.
        Parameters:
        value - the sorts
      • addToSorts

        public void addToSorts​(SessionContext ctx,
                               AsSort value)
        Generated method - Adds value to sorts.
        Parameters:
        value - the item to add to sorts
      • addToSorts

        public void addToSorts​(AsSort value)
        Generated method - Adds value to sorts.
        Parameters:
        value - the item to add to sorts
      • removeFromSorts

        public void removeFromSorts​(SessionContext ctx,
                                    AsSort value)
        Generated method - Removes value from sorts.
        Parameters:
        value - the item to remove from sorts
      • removeFromSorts

        public void removeFromSorts​(AsSort value)
        Generated method - Removes value from sorts.
        Parameters:
        value - the item to remove from sorts
      • getSortsMergeMode

        public EnumerationValue getSortsMergeMode​(SessionContext ctx)
        Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.sortsMergeMode attribute.
        Returns:
        the sortsMergeMode
      • getSortsMergeMode

        public EnumerationValue getSortsMergeMode()
        Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.sortsMergeMode attribute.
        Returns:
        the sortsMergeMode
      • setSortsMergeMode

        public void setSortsMergeMode​(SessionContext ctx,
                                      EnumerationValue value)
        Generated method - Setter of the AbstractAsConfigurableSearchConfiguration.sortsMergeMode attribute.
        Parameters:
        value - the sortsMergeMode
      • setSortsMergeMode

        public void setSortsMergeMode​(EnumerationValue value)
        Generated method - Setter of the AbstractAsConfigurableSearchConfiguration.sortsMergeMode attribute.
        Parameters:
        value - the sortsMergeMode