Uses of Interface
de.hybris.platform.servicelayer.search.preprocessor.QueryPreprocessor
Packages that use QueryPreprocessor
Package
Description
-
Uses of QueryPreprocessor in de.hybris.platform.catalog.search.preprocessor
Classes in de.hybris.platform.catalog.search.preprocessor that implement QueryPreprocessorModifier and TypeClassDescriptionclassCatalog Version query preprocessor used for Flexible Search Service to add logic before executing query which puts possible catalog versions in the session. -
Uses of QueryPreprocessor in de.hybris.platform.search.restriction.preprocessor
Classes in de.hybris.platform.search.restriction.preprocessor that implement QueryPreprocessorModifier and TypeClassDescriptionclassSearch Restrictions query preprocessor used for Flexible Search Service to add logic before executing query which puts possible session search restrictions in the session and possible disable or enable search restrictions flag. -
Uses of QueryPreprocessor in de.hybris.platform.servicelayer.i18n.query.preprocessor
Classes in de.hybris.platform.servicelayer.i18n.query.preprocessor that implement QueryPreprocessorModifier and TypeClassDescriptionclassLocale query preprocessor used for Flexible Search Service to add logic before executing query which sets current locale taken fromFlexibleSearchQueryobject. -
Uses of QueryPreprocessor in de.hybris.platform.servicelayer.search.internal.preprocessor.impl
Method parameters in de.hybris.platform.servicelayer.search.internal.preprocessor.impl with type arguments of type QueryPreprocessorModifier and TypeMethodDescriptionvoidDefaultQueryPreprocessorRegistry.setQueryPreprocessors(Map<String, QueryPreprocessor> queryPreprocessors) -
Uses of QueryPreprocessor in de.hybris.platform.servicelayer.search.preprocessor.impl
Classes in de.hybris.platform.servicelayer.search.preprocessor.impl that implement QueryPreprocessorModifier and TypeClassDescriptionclassPreprocessor which will look for possible flag for enabling or disabling caching of current query.classPreprocessor which will look for possible flag for enabling or disabling in local session specific DB limit support. -
Uses of QueryPreprocessor in de.hybris.platform.servicelayer.user.search.preprocessor
Classes in de.hybris.platform.servicelayer.user.search.preprocessor that implement QueryPreprocessorModifier and TypeClassDescriptionclassUser Version query preprocessor used for Flexible Search Service to add logic before executing query which puts user in the session taken fromFlexibleSearchQueryobject.