Class CatalogVersionFilterSnSearchListener
java.lang.Object
de.hybris.platform.searchservices.search.service.impl.CatalogVersionFilterSnSearchListener
- All Implemented Interfaces:
SnSearchListener
Implementation of
SnSearchListener that uses the session catalog versions for filtering.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterSearch(SnSearchContext context) Handles a notification that the search operation has just completed.voidafterSearchError(SnSearchContext context) Handles a notification that the search operation failed (this may also be due to listeners failing).voidbeforeSearch(SnSearchContext context) Handles a notification that the search operation is about to begin execution.voidsetCatalogTypeService(CatalogTypeService catalogTypeService) voidsetCatalogVersionService(CatalogVersionService catalogVersionService)
-
Field Details
-
SEPARATOR
- See Also:
-
-
Constructor Details
-
CatalogVersionFilterSnSearchListener
public CatalogVersionFilterSnSearchListener()
-
-
Method Details
-
beforeSearch
Description copied from interface:SnSearchListenerHandles a notification that the search operation is about to begin execution.- Specified by:
beforeSearchin interfaceSnSearchListener- Parameters:
context- - the search context- Throws:
SnSearchException- if an error occurs
-
afterSearch
Description copied from interface:SnSearchListenerHandles a notification that the search operation has just completed.- Specified by:
afterSearchin interfaceSnSearchListener- Parameters:
context- - the search context- Throws:
SnSearchException- if an error occurs
-
afterSearchError
Description copied from interface:SnSearchListenerHandles a notification that the search operation failed (this may also be due to listeners failing).- Specified by:
afterSearchErrorin interfaceSnSearchListener- Parameters:
context- - the search context- Throws:
SnSearchException- if an error occurs
-
getCatalogTypeService
-
setCatalogTypeService
-
getCatalogVersionService
-
setCatalogVersionService
-