Class DisableCachingQueryPreprocessor
- java.lang.Object
-
- de.hybris.platform.servicelayer.search.preprocessor.impl.DisableCachingQueryPreprocessor
-
- All Implemented Interfaces:
QueryPreprocessor
public class DisableCachingQueryPreprocessor extends java.lang.Object implements QueryPreprocessor
Preprocessor which will look for possible flag for enabling or disabling caching of current query.
-
-
Constructor Summary
Constructors Constructor Description DisableCachingQueryPreprocessor()
-
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.voidsetSessionService(SessionService sessionService)
-
-
-
Method Detail
-
process
public void process(FlexibleSearchQuery query)
Description copied from interface:QueryPreprocessorExecutes logic which should be executed before executing search query.- Specified by:
processin interfaceQueryPreprocessor- Parameters:
query- object containing all needed informations to execute search
-
setSessionService
public void setSessionService(SessionService sessionService)
-
-