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
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated, for removal: This API element is subject to removal in a future version.protected com.hybris.backoffice.widgets.fulltextsearch.FullTextSearchStrategyDeprecated, for removal: This API element is subject to removal in a future version.protected com.hybris.cockpitng.dataaccess.facades.type.TypeFacadeDeprecated, for removal: This API element is subject to removal in a future version.protected booleanisLocalizedProperty(String typeCode, String name) Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanisValid(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.voidsetSolrSearchStrategy(com.hybris.backoffice.widgets.fulltextsearch.FullTextSearchStrategy solrSearchStrategy) Deprecated, for removal: This API element is subject to removal in a future version.voidsetTypeFacade(com.hybris.cockpitng.dataaccess.facades.type.TypeFacade typeFacade) Deprecated, for removal: This API element is subject to removal in a future version.
-
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:
isValidin interfacecom.hybris.backoffice.widgets.fulltextsearch.SearchFilterValidationStrategy
-
isLocalizedProperty
Deprecated, for removal: This API element is subject to removal in a future version. -
isValid
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isValidin interfacecom.hybris.backoffice.widgets.fulltextsearch.SearchFilterValidationStrategy
-
canHandle
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
canHandlein interfacecom.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.
-