Class CatalogVersionQueryPreprocessor
java.lang.Object
de.hybris.platform.catalog.search.preprocessor.CatalogVersionQueryPreprocessor
- All Implemented Interfaces:
QueryPreprocessor
Catalog Version query preprocessor used for Flexible Search Service to add logic before executing query which puts
possible catalog versions in the session.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(FlexibleSearchQuery query) Executes logic which should be executed before executing search query.voidsetCatalogVersionService(CatalogVersionService catalogVersionService)
-
Constructor Details
-
CatalogVersionQueryPreprocessor
public CatalogVersionQueryPreprocessor()
-
-
Method Details
-
process
Executes logic which should be executed before executing search query.- Specified by:
processin interfaceQueryPreprocessor- Parameters:
query- object containing all needed informations to execute search
-
setCatalogVersionService
-