Class SolrSearchUncategorizedConditionAdapter

java.lang.Object
com.hybris.backoffice.widgets.searchadapters.conditions.SearchConditionAdapter
com.hybris.backoffice.solrsearch.adapters.conditions.product.SolrSearchUncategorizedConditionAdapter

@Deprecated(since="2105", forRemoval=true) public class SolrSearchUncategorizedConditionAdapter extends SearchConditionAdapter
Deprecated, for removal: This API element is subject to removal in a future version.
( use FullTextSearchUncategorizedConditionAdapter instead)
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addSearchCondition(com.hybris.backoffice.widgets.advancedsearch.impl.AdvancedSearchData searchData, com.hybris.backoffice.navigation.NavigationNode node)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Adds condition to existing set of conditions.
    boolean
    canHandle(com.hybris.backoffice.navigation.NavigationNode node)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Indicated whether handler is able to handle given navigationNode.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setOperator(com.hybris.cockpitng.search.data.ValueComparisonOperator operator)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setUncategorizedPropertyName(String uncategorizedPropertyName)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class com.hybris.backoffice.widgets.searchadapters.conditions.SearchConditionAdapter

    createSearchConditions

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • PARENT_NODE_ID

      public static final String PARENT_NODE_ID
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
  • Constructor Details

    • SolrSearchUncategorizedConditionAdapter

      public SolrSearchUncategorizedConditionAdapter()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • canHandle

      public boolean canHandle(com.hybris.backoffice.navigation.NavigationNode node)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from class: SearchConditionAdapter
      Indicated whether handler is able to handle given navigationNode.
      Specified by:
      canHandle in class SearchConditionAdapter
      Parameters:
      node - NavigationNode
      Returns:
      boolean
    • addSearchCondition

      public void addSearchCondition(com.hybris.backoffice.widgets.advancedsearch.impl.AdvancedSearchData searchData, com.hybris.backoffice.navigation.NavigationNode node)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from class: SearchConditionAdapter
      Adds condition to existing set of conditions.
      Specified by:
      addSearchCondition in class SearchConditionAdapter
      Parameters:
      searchData - AdvancedSearchData existing set of conditions
      node - NavigationNode navigation node to handle
    • setConditionsAdapters

      public void setConditionsAdapters(List<SearchConditionAdapter> conditionsAdapters)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setUncategorizedPropertyName

      public void setUncategorizedPropertyName(String uncategorizedPropertyName)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setOperator

      public void setOperator(com.hybris.cockpitng.search.data.ValueComparisonOperator operator)
      Deprecated, for removal: This API element is subject to removal in a future version.