Class SolrSearchFilterValidationStrategy

java.lang.Object
com.hybris.backoffice.solrsearch.core.search.SolrSearchFilterValidationStrategy
All Implemented Interfaces:
com.hybris.backoffice.widgets.fulltextsearch.SearchFilterValidationStrategy

@Deprecated(since="2105", forRemoval=true) public class SolrSearchFilterValidationStrategy extends Object implements com.hybris.backoffice.widgets.fulltextsearch.SearchFilterValidationStrategy
Deprecated, for removal: This API element is subject to removal in a future version.
( use BackofficeSearchFilterValidationStrategy instead)
Implementation of SearchFilterValidationStrategy using Solr engine.
  • 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
    boolean
    canHandle(String searchStrategy)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected com.hybris.backoffice.widgets.fulltextsearch.FullTextSearchStrategy
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected com.hybris.cockpitng.dataaccess.facades.type.TypeFacade
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    isValid(String typeCode, String name, Object value)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    isValid(String typeCode, String name, Object value, com.hybris.cockpitng.search.data.ValueComparisonOperator operator)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setSolrSearchStrategy(com.hybris.backoffice.widgets.fulltextsearch.FullTextSearchStrategy solrSearchStrategy)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setTypeFacade(com.hybris.cockpitng.dataaccess.facades.type.TypeFacade typeFacade)
    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 Details

    • SolrSearchFilterValidationStrategy

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

    • isValid

      public boolean isValid(String typeCode, String name, Object value, com.hybris.cockpitng.search.data.ValueComparisonOperator operator)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      isValid in interface com.hybris.backoffice.widgets.fulltextsearch.SearchFilterValidationStrategy
    • isLocalizedProperty

      protected boolean isLocalizedProperty(String typeCode, String name)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • isValid

      public boolean isValid(String typeCode, String name, Object value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      isValid in interface com.hybris.backoffice.widgets.fulltextsearch.SearchFilterValidationStrategy
    • canHandle

      public boolean canHandle(String searchStrategy)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      canHandle in interface com.hybris.backoffice.widgets.fulltextsearch.SearchFilterValidationStrategy
    • getSolrSearchStrategy

      protected com.hybris.backoffice.widgets.fulltextsearch.FullTextSearchStrategy getSolrSearchStrategy()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setSolrSearchStrategy

      public void setSolrSearchStrategy(com.hybris.backoffice.widgets.fulltextsearch.FullTextSearchStrategy solrSearchStrategy)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getTypeFacade

      protected com.hybris.cockpitng.dataaccess.facades.type.TypeFacade getTypeFacade()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setTypeFacade

      public void setTypeFacade(com.hybris.cockpitng.dataaccess.facades.type.TypeFacade typeFacade)
      Deprecated, for removal: This API element is subject to removal in a future version.