Class DefaultSnIndexerBatchContextFactory
java.lang.Object
de.hybris.platform.searchservices.core.service.impl.DefaultSnContextFactory
de.hybris.platform.searchservices.index.service.impl.DefaultSnIndexContextFactory
de.hybris.platform.searchservices.indexer.service.impl.DefaultSnIndexerContextFactory
de.hybris.platform.searchservices.indexer.service.impl.DefaultSnIndexerBatchContextFactory
- All Implemented Interfaces:
SnContextFactory,SnIndexContextFactory,SnIndexerBatchContextFactory,SnIndexerContextFactory
public class DefaultSnIndexerBatchContextFactory
extends DefaultSnIndexerContextFactory
implements SnIndexerBatchContextFactory
Default implementation for
SnIndexerBatchContextFactory.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateIndexerBatchContext(SnIndexerBatchRequest indexerBatchRequest) Creates a new instance ofSnIndexerBatchContext.protected voidpopulateIndexerBatchContext(DefaultSnIndexerBatchContext context, SnIndexerBatchRequest indexerBatchRequest) Methods inherited from class de.hybris.platform.searchservices.indexer.service.impl.DefaultSnIndexerContextFactory
createIndexerContext, populateIndexerContextMethods inherited from class de.hybris.platform.searchservices.index.service.impl.DefaultSnIndexContextFactory
createIndexContextMethods inherited from class de.hybris.platform.searchservices.core.service.impl.DefaultSnContextFactory
collectQualifiers, createContext, getSnIndexConfigurationService, getSnIndexTypeService, getSnQualifierTypeFactory, populateContext, setSnIndexConfigurationService, setSnIndexTypeService, setSnQualifierTypeFactory
-
Constructor Details
-
DefaultSnIndexerBatchContextFactory
public DefaultSnIndexerBatchContextFactory()
-
-
Method Details
-
createIndexerBatchContext
public SnIndexerBatchContext createIndexerBatchContext(SnIndexerBatchRequest indexerBatchRequest) throws SnIndexerException Description copied from interface:SnIndexerBatchContextFactoryCreates a new instance ofSnIndexerBatchContext.- Specified by:
createIndexerBatchContextin interfaceSnIndexerBatchContextFactory- Parameters:
indexerBatchRequest- - the indexer batch request- Returns:
- the new instance of
SnIndexerBatchContext - Throws:
SnIndexerException- if an error occurs
-
populateIndexerBatchContext
protected void populateIndexerBatchContext(DefaultSnIndexerBatchContext context, SnIndexerBatchRequest indexerBatchRequest)
-