Class UserQueryPreprocessor
java.lang.Object
de.hybris.platform.servicelayer.user.search.preprocessor.UserQueryPreprocessor
- All Implemented Interfaces:
QueryPreprocessor
User Version query preprocessor used for Flexible Search Service to add logic before executing query which puts user
in the session taken from
FlexibleSearchQuery object.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(FlexibleSearchQuery query) Executes logic which should be executed before executing search query.voidsetUserService(UserService userService)
-
Constructor Details
-
UserQueryPreprocessor
public UserQueryPreprocessor()
-
-
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
-
setUserService
-