Class DefaultSnIndexerContext
java.lang.Object
de.hybris.platform.searchservices.core.service.impl.DefaultSnContext
de.hybris.platform.searchservices.index.service.impl.DefaultSnIndexContext
de.hybris.platform.searchservices.indexer.service.impl.DefaultSnIndexerContext
- All Implemented Interfaces:
SnContext,SnIndexContext,SnIndexerContext
- Direct Known Subclasses:
DefaultSnIndexerBatchContext
Default implementation for
SnIndexerContext.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the indexer item source operations.Returns the indexer operation id.Returns the indexer operation type.Returns the indexer request.Returns the indexer response.voidsetIndexerItemSourceOperations(List<SnIndexerItemSourceOperation> indexerItemSourceOperations) voidsetIndexerOperationId(String indexerOperationId) Sets the indexer operation id.voidsetIndexerRequest(SnIndexerRequest indexerRequest) voidsetIndexerResponse(SnIndexerResponse indexerResponse) Sets the indexer response.Methods inherited from class de.hybris.platform.searchservices.index.service.impl.DefaultSnIndexContext
getIndexId, setIndexIdMethods inherited from class de.hybris.platform.searchservices.core.service.impl.DefaultSnContext
addException, getAttributes, getExceptions, getIndexConfiguration, getIndexType, getQualifiers, setIndexConfiguration, setIndexType, setQualifiersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.searchservices.core.service.SnContext
addException, getAttributes, getExceptions, getIndexConfiguration, getIndexType, getQualifiersMethods inherited from interface de.hybris.platform.searchservices.index.service.SnIndexContext
getIndexId, setIndexId
-
Constructor Details
-
DefaultSnIndexerContext
public DefaultSnIndexerContext()
-
-
Method Details
-
getIndexerRequest
Description copied from interface:SnIndexerContextReturns the indexer request.- Specified by:
getIndexerRequestin interfaceSnIndexerContext- Returns:
- the indexer request
-
setIndexerRequest
-
getIndexerResponse
Description copied from interface:SnIndexerContextReturns the indexer response.- Specified by:
getIndexerResponsein interfaceSnIndexerContext- Returns:
- the indexer response
-
setIndexerResponse
Description copied from interface:SnIndexerContextSets the indexer response.- Specified by:
setIndexerResponsein interfaceSnIndexerContext- Parameters:
indexerResponse- - the indexer response
-
getIndexerOperationType
Description copied from interface:SnIndexerContextReturns the indexer operation type.- Specified by:
getIndexerOperationTypein interfaceSnIndexerContext- Returns:
- the indexer operation type
-
getIndexerItemSourceOperations
Description copied from interface:SnIndexerContextReturns the indexer item source operations.- Specified by:
getIndexerItemSourceOperationsin interfaceSnIndexerContext- Returns:
- the indexer item source operations
-
setIndexerItemSourceOperations
public void setIndexerItemSourceOperations(List<SnIndexerItemSourceOperation> indexerItemSourceOperations) -
getIndexerOperationId
Description copied from interface:SnIndexerContextReturns the indexer operation id.- Specified by:
getIndexerOperationIdin interfaceSnIndexerContext- Returns:
- the indexer operation id
-
setIndexerOperationId
Description copied from interface:SnIndexerContextSets the indexer operation id.- Specified by:
setIndexerOperationIdin interfaceSnIndexerContext- Parameters:
indexerOperationId- - the indexer operation id
-