Class GeneratedAbstractAsConfigurableSearchConfiguration

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

public abstract class GeneratedAbstractAsConfigurableSearchConfiguration extends AbstractAsSearchConfiguration
See Also:
  • Field Details

    • FACETSMERGEMODE

      public static final String FACETSMERGEMODE
      Qualifier of the AbstractAsConfigurableSearchConfiguration.facetsMergeMode attribute
      See Also:
    • BOOSTITEMSMERGEMODE

      public static final String BOOSTITEMSMERGEMODE
      Qualifier of the AbstractAsConfigurableSearchConfiguration.boostItemsMergeMode attribute
      See Also:
    • BOOSTRULESMERGEMODE

      public static final String BOOSTRULESMERGEMODE
      Qualifier of the AbstractAsConfigurableSearchConfiguration.boostRulesMergeMode attribute
      See Also:
    • SORTSMERGEMODE

      public static final String SORTSMERGEMODE
      Qualifier of the AbstractAsConfigurableSearchConfiguration.sortsMergeMode attribute
      See Also:
    • GROUPMERGEMODE

      public static final String GROUPMERGEMODE
      Qualifier of the AbstractAsConfigurableSearchConfiguration.groupMergeMode attribute
      See Also:
    • GROUPEXPRESSION

      public static final String GROUPEXPRESSION
      Qualifier of the AbstractAsConfigurableSearchConfiguration.groupExpression attribute
      See Also:
    • GROUPLIMIT

      public static final String GROUPLIMIT
      Qualifier of the AbstractAsConfigurableSearchConfiguration.groupLimit attribute
      See Also:
    • PROMOTEDFACETS

      public static final String PROMOTEDFACETS
      Qualifier of the AbstractAsConfigurableSearchConfiguration.promotedFacets attribute
      See Also:
    • FACETS

      public static final String FACETS
      Qualifier of the AbstractAsConfigurableSearchConfiguration.facets attribute
      See Also:
    • EXCLUDEDFACETS

      public static final String EXCLUDEDFACETS
      Qualifier of the AbstractAsConfigurableSearchConfiguration.excludedFacets attribute
      See Also:
    • PROMOTEDITEMS

      public static final String PROMOTEDITEMS
      Qualifier of the AbstractAsConfigurableSearchConfiguration.promotedItems attribute
      See Also:
    • EXCLUDEDITEMS

      public static final String EXCLUDEDITEMS
      Qualifier of the AbstractAsConfigurableSearchConfiguration.excludedItems attribute
      See Also:
    • BOOSTRULES

      public static final String BOOSTRULES
      Qualifier of the AbstractAsConfigurableSearchConfiguration.boostRules attribute
      See Also:
    • SORTS

      public static final String SORTS
      Qualifier of the AbstractAsConfigurableSearchConfiguration.sorts attribute
      See Also:
    • PROMOTEDSORTS

      public static final String PROMOTEDSORTS
      Qualifier of the AbstractAsConfigurableSearchConfiguration.promotedSorts attribute
      See Also:
    • EXCLUDEDSORTS

      public static final String EXCLUDEDSORTS
      Qualifier of the AbstractAsConfigurableSearchConfiguration.excludedSorts attribute
      See Also:
    • PROMOTEDFACETSHANDLER

      protected static final OneToManyHandler<AsPromotedFacet> PROMOTEDFACETSHANDLER
      OneToManyHandler for handling 1:n PROMOTEDFACETS's relation attributes from 'many' side.
    • FACETSHANDLER

      protected static final OneToManyHandler<AsFacet> FACETSHANDLER
      OneToManyHandler for handling 1:n FACETS's relation attributes from 'many' side.
    • EXCLUDEDFACETSHANDLER

      protected static final OneToManyHandler<AsExcludedFacet> EXCLUDEDFACETSHANDLER
      OneToManyHandler for handling 1:n EXCLUDEDFACETS's relation attributes from 'many' side.
    • PROMOTEDITEMSHANDLER

      protected static final OneToManyHandler<AsPromotedItem> PROMOTEDITEMSHANDLER
      OneToManyHandler for handling 1:n PROMOTEDITEMS's relation attributes from 'many' side.
    • EXCLUDEDITEMSHANDLER

      protected static final OneToManyHandler<AsExcludedItem> EXCLUDEDITEMSHANDLER
      OneToManyHandler for handling 1:n EXCLUDEDITEMS's relation attributes from 'many' side.
    • BOOSTRULESHANDLER

      protected static final OneToManyHandler<AsBoostRule> BOOSTRULESHANDLER
      OneToManyHandler for handling 1:n BOOSTRULES's relation attributes from 'many' side.
    • SORTSHANDLER

      protected static final OneToManyHandler<AsSort> SORTSHANDLER
      OneToManyHandler for handling 1:n SORTS's relation attributes from 'many' side.
    • PROMOTEDSORTSHANDLER

      protected static final OneToManyHandler<AsPromotedSort> PROMOTEDSORTSHANDLER
      OneToManyHandler for handling 1:n PROMOTEDSORTS's relation attributes from 'many' side.
    • EXCLUDEDSORTSHANDLER

      protected static final OneToManyHandler<AsExcludedSort> EXCLUDEDSORTSHANDLER
      OneToManyHandler for handling 1:n EXCLUDEDSORTS's relation attributes from 'many' side.
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedAbstractAsConfigurableSearchConfiguration

      public GeneratedAbstractAsConfigurableSearchConfiguration()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedAbstractAsSearchConfiguration
    • 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 List<AsBoostRule> getBoostRules(SessionContext ctx)
      Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.boostRules attribute.
      Returns:
      the boostRules
    • getBoostRules

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

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

      public void setBoostRules(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 List<AsExcludedFacet> getExcludedFacets(SessionContext ctx)
      Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.excludedFacets attribute.
      Returns:
      the excludedFacets
    • getExcludedFacets

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

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

      public void setExcludedFacets(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 List<AsExcludedItem> getExcludedItems(SessionContext ctx)
      Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.excludedItems attribute.
      Returns:
      the excludedItems
    • getExcludedItems

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

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

      public void setExcludedItems(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 List<AsExcludedSort> getExcludedSorts(SessionContext ctx)
      Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.excludedSorts attribute.
      Returns:
      the excludedSorts
    • getExcludedSorts

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

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

      public void setExcludedSorts(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 List<AsFacet> getFacets(SessionContext ctx)
      Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.facets attribute.
      Returns:
      the facets
    • getFacets

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

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

      public void setFacets(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
    • getGroupExpression

      public String getGroupExpression(SessionContext ctx)
      Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.groupExpression attribute.
      Returns:
      the groupExpression
    • getGroupExpression

      public String getGroupExpression()
      Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.groupExpression attribute.
      Returns:
      the groupExpression
    • setGroupExpression

      public void setGroupExpression(SessionContext ctx, String value)
      Generated method - Setter of the AbstractAsConfigurableSearchConfiguration.groupExpression attribute.
      Parameters:
      value - the groupExpression
    • setGroupExpression

      public void setGroupExpression(String value)
      Generated method - Setter of the AbstractAsConfigurableSearchConfiguration.groupExpression attribute.
      Parameters:
      value - the groupExpression
    • getGroupLimit

      public Integer getGroupLimit(SessionContext ctx)
      Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.groupLimit attribute.
      Returns:
      the groupLimit
    • getGroupLimit

      public Integer getGroupLimit()
      Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.groupLimit attribute.
      Returns:
      the groupLimit
    • getGroupLimitAsPrimitive

      public int getGroupLimitAsPrimitive(SessionContext ctx)
      Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.groupLimit attribute.
      Returns:
      the groupLimit
    • getGroupLimitAsPrimitive

      public int getGroupLimitAsPrimitive()
      Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.groupLimit attribute.
      Returns:
      the groupLimit
    • setGroupLimit

      public void setGroupLimit(SessionContext ctx, Integer value)
      Generated method - Setter of the AbstractAsConfigurableSearchConfiguration.groupLimit attribute.
      Parameters:
      value - the groupLimit
    • setGroupLimit

      public void setGroupLimit(Integer value)
      Generated method - Setter of the AbstractAsConfigurableSearchConfiguration.groupLimit attribute.
      Parameters:
      value - the groupLimit
    • setGroupLimit

      public void setGroupLimit(SessionContext ctx, int value)
      Generated method - Setter of the AbstractAsConfigurableSearchConfiguration.groupLimit attribute.
      Parameters:
      value - the groupLimit
    • setGroupLimit

      public void setGroupLimit(int value)
      Generated method - Setter of the AbstractAsConfigurableSearchConfiguration.groupLimit attribute.
      Parameters:
      value - the groupLimit
    • getGroupMergeMode

      public EnumerationValue getGroupMergeMode(SessionContext ctx)
      Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.groupMergeMode attribute.
      Returns:
      the groupMergeMode
    • getGroupMergeMode

      public EnumerationValue getGroupMergeMode()
      Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.groupMergeMode attribute.
      Returns:
      the groupMergeMode
    • setGroupMergeMode

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

      public void setGroupMergeMode(EnumerationValue value)
      Generated method - Setter of the AbstractAsConfigurableSearchConfiguration.groupMergeMode attribute.
      Parameters:
      value - the groupMergeMode
    • getPromotedFacets

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

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

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

      public void setPromotedFacets(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 List<AsPromotedItem> getPromotedItems(SessionContext ctx)
      Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.promotedItems attribute.
      Returns:
      the promotedItems
    • getPromotedItems

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

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

      public void setPromotedItems(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 List<AsPromotedSort> getPromotedSorts(SessionContext ctx)
      Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.promotedSorts attribute.
      Returns:
      the promotedSorts
    • getPromotedSorts

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

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

      public void setPromotedSorts(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 List<AsSort> getSorts(SessionContext ctx)
      Generated method - Getter of the AbstractAsConfigurableSearchConfiguration.sorts attribute.
      Returns:
      the sorts
    • getSorts

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

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

      public void setSorts(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