Class SolrSearchClassificationSystemVersionConditionAdapter


  • @Deprecated(since="2105",
                forRemoval=true)
    public class SolrSearchClassificationSystemVersionConditionAdapter
    extends SearchConditionAdapter
    Deprecated, for removal: This API element is subject to removal in a future version.
    ( use FullTextSearchClassificationSystemVersionConditionAdapter instead )
    SearchConditionAdapter responsible for handling node representing classification catalog version. The handler gets classification system version's pk and add it as a condition to AdvancedSearchData.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      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 setClassificationSystemVersionPropertyName​(java.lang.String classificationSystemVersionPropertyName)
      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.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SolrSearchClassificationSystemVersionConditionAdapter

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

      • 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
      • setClassificationSystemVersionPropertyName

        public void setClassificationSystemVersionPropertyName​(java.lang.String classificationSystemVersionPropertyName)
        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.