Class BackofficeSnIndexerListener
java.lang.Object
com.hybris.backoffice.searchservices.indexer.listeners.BackofficeSnIndexerListener
- All Implemented Interfaces:
SnIndexerListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterIndex(SnIndexerContext context) Handles a notification that the indexer operation has just completed.voidafterIndexError(SnIndexerContext context) Handles a notification that the indexer operation failed (this may also be due to listeners failing).voidbeforeIndex(SnIndexerContext context) Handles a notification that the indexer operation is about to begin execution.voidsetBackofficeFacetSearchConfigService(BackofficeFacetSearchConfigService<Object, Object, SnIndexTypeModel, Object> backofficeFacetSearchConfigService) voidsetModelService(ModelService modelService)
-
Constructor Details
-
BackofficeSnIndexerListener
public BackofficeSnIndexerListener()
-
-
Method Details
-
beforeIndex
Description copied from interface:SnIndexerListenerHandles a notification that the indexer operation is about to begin execution.- Specified by:
beforeIndexin interfaceSnIndexerListener- Parameters:
context- - the indexer context
-
afterIndex
Description copied from interface:SnIndexerListenerHandles a notification that the indexer operation has just completed.- Specified by:
afterIndexin interfaceSnIndexerListener- Parameters:
context- - the indexer context
-
afterIndexError
Description copied from interface:SnIndexerListenerHandles a notification that the indexer operation failed (this may also be due to listeners failing).- Specified by:
afterIndexErrorin interfaceSnIndexerListener- Parameters:
context- - the indexer context
-
setBackofficeFacetSearchConfigService
public void setBackofficeFacetSearchConfigService(BackofficeFacetSearchConfigService<Object, Object, SnIndexTypeModel, Object> backofficeFacetSearchConfigService) -
setModelService
-