public class SessionInitializationListener extends Object implements FacetSearchListener
| Constructor and Description |
|---|
SessionInitializationListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterSearch(FacetSearchContext facetSearchContext)
Handles a notification that a facet search service has just completed.
|
void |
afterSearchError(FacetSearchContext facetSearchContext)
Handles a notification that a facet search service failed (this may also be due to listeners failing).
|
void |
beforeSearch(FacetSearchContext facetSearchContext)
Handles a notification that a facet search service is about to begin execution.
|
CatalogVersionService |
getCatalogVersionService() |
CommonI18NService |
getCommonI18NService() |
void |
setCatalogVersionService(CatalogVersionService catalogVersionService) |
void |
setCommonI18NService(CommonI18NService commonI18NService) |
public CommonI18NService getCommonI18NService()
public void setCommonI18NService(CommonI18NService commonI18NService)
public CatalogVersionService getCatalogVersionService()
public void setCatalogVersionService(CatalogVersionService catalogVersionService)
public void beforeSearch(FacetSearchContext facetSearchContext) throws FacetSearchException
FacetSearchListenerbeforeSearch in interface FacetSearchListenerfacetSearchContext - - the FacetSearchContextFacetSearchException - if an error occurspublic void afterSearch(FacetSearchContext facetSearchContext) throws FacetSearchException
FacetSearchListenerafterSearch in interface FacetSearchListenerfacetSearchContext - - the FacetSearchContextFacetSearchException - if an error occurspublic void afterSearchError(FacetSearchContext facetSearchContext) throws FacetSearchException
FacetSearchListenerafterSearchError in interface FacetSearchListenerfacetSearchContext - - the FacetSearchContextFacetSearchException - if an error occursCopyright © 2017 SAP SE. All Rights Reserved.