Uses of Interface
de.hybris.platform.searchservices.indexer.service.SnIndexerBatchContext
Packages that use SnIndexerBatchContext
Package
Description
-
Uses of SnIndexerBatchContext in com.hybris.merchandising.indexer.listeners
Methods in com.hybris.merchandising.indexer.listeners with parameters of type SnIndexerBatchContextModifier and TypeMethodDescriptionprotected voidDefaultMerchSnIndexerListener.afterBatchInternal(SnIndexerBatchContext indexerBatchContext) voidDefaultMerchSnIndexerListener.afterIndexBatch(SnIndexerBatchContext indexerBatchContext) voidDefaultMerchSnIndexerListener.afterIndexBatchError(SnIndexerBatchContext indexerBatchContext) voidDefaultMerchSnIndexerListener.beforeIndexBatch(SnIndexerBatchContext indexerContext) -
Uses of SnIndexerBatchContext in com.hybris.merchandising.service
Methods in com.hybris.merchandising.service with parameters of type SnIndexerBatchContextModifier and TypeMethodDescriptionMerchCatalogService.getProducts(SnIndexerBatchContext indexerBatchContext, MerchSnConfigModel merchConfig, MerchSnSynchContext merchContext) Method to retrieve all the associated toSnIndexerBatchContext. -
Uses of SnIndexerBatchContext in com.hybris.merchandising.service.impl
Methods in com.hybris.merchandising.service.impl with parameters of type SnIndexerBatchContextModifier and TypeMethodDescriptionDefaultMerchCatalogService.getProducts(SnIndexerBatchContext indexerBatchContext, MerchSnConfigModel merchConfig, MerchSnSynchContext merchContext) -
Uses of SnIndexerBatchContext in de.hybris.platform.searchservices.indexer.service
Methods in de.hybris.platform.searchservices.indexer.service that return SnIndexerBatchContextModifier and TypeMethodDescriptionSnIndexerBatchContextFactory.createIndexerBatchContext(SnIndexerBatchRequest indexerBatchRequest) Creates a new instance ofSnIndexerBatchContext.Methods in de.hybris.platform.searchservices.indexer.service with parameters of type SnIndexerBatchContextModifier and TypeMethodDescriptiondefault voidSnIndexerBatchListener.afterIndexBatch(SnIndexerBatchContext context) Handles a notification that the indexer batch operation has just completed.default voidSnIndexerBatchListener.afterIndexBatchError(SnIndexerBatchContext context) Handles a notification that the indexer batch operation failed (this may also be due to listeners failing).default voidSnIndexerBatchListener.beforeIndexBatch(SnIndexerBatchContext context) Handles a notification that the indexer batch operation is about to begin execution. -
Uses of SnIndexerBatchContext in de.hybris.platform.searchservices.indexer.service.impl
Classes in de.hybris.platform.searchservices.indexer.service.impl that implement SnIndexerBatchContextMethods in de.hybris.platform.searchservices.indexer.service.impl that return SnIndexerBatchContextModifier and TypeMethodDescriptionDefaultSnIndexerBatchContextFactory.createIndexerBatchContext(SnIndexerBatchRequest indexerBatchRequest) Methods in de.hybris.platform.searchservices.indexer.service.impl with parameters of type SnIndexerBatchContextModifier and TypeMethodDescriptionprotected SnIdentityProvider<ItemModel>DefaultSnIndexerBatchStrategy.createIdentityProvider(SnIndexerBatchContext indexerBatchContext) protected SnIndexerBatchResponseAbstractSnIndexerBatchStrategy.createIndexerBatchResponse(SnIndexerBatchContext indexerBatchContext, Integer totalItems, Integer processedItems, SnIndexerOperationStatus status, SnDocumentBatchRequest documentBatchRequest, SnDocumentBatchResponse documentBatchResponse) protected abstract SnIndexerBatchResponseAbstractSnIndexerBatchStrategy.doExecute(SnIndexerBatchContext indexerBatchContext, String indexerBatchId) protected SnIndexerBatchResponseDefaultSnIndexerBatchStrategy.doExecute(SnIndexerBatchContext indexerBatchContext, String indexerBatchId) protected voidAbstractSnIndexerBatchStrategy.executeAfterIndexBatchErrorListeners(SnIndexerBatchContext indexerBatchContext, List<SnIndexerBatchListener> listeners) protected voidAbstractSnIndexerBatchStrategy.executeAfterIndexBatchListeners(SnIndexerBatchContext indexerBatchContext, List<SnIndexerBatchListener> listeners) protected voidAbstractSnIndexerBatchStrategy.executeBeforeIndexBatchListeners(SnIndexerBatchContext indexerBatchContext, List<SnIndexerBatchListener> listeners)