Class CatalogVersionQueryPreprocessor
- java.lang.Object
-
- de.hybris.platform.catalog.search.preprocessor.CatalogVersionQueryPreprocessor
-
- All Implemented Interfaces:
QueryPreprocessor
public class CatalogVersionQueryPreprocessor extends java.lang.Object implements 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 Constructor Description CatalogVersionQueryPreprocessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(FlexibleSearchQuery query)Executes logic which should be executed before executing search query.voidsetCatalogVersionService(CatalogVersionService catalogVersionService)
-
-
-
Method Detail
-
process
public void process(FlexibleSearchQuery query)
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
public void setCatalogVersionService(CatalogVersionService catalogVersionService)
-
-