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
public class DefaultSnIndexerContext extends DefaultSnIndexContext implements SnIndexerContext
Default implementation forSnIndexerContext.
-
-
Constructor Summary
Constructors Constructor Description DefaultSnIndexerContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<SnIndexerItemSourceOperation>getIndexerItemSourceOperations()Returns the indexer item source operations.java.lang.StringgetIndexerOperationId()Returns the indexer operation id.SnIndexerOperationTypegetIndexerOperationType()Returns the indexer operation type.SnIndexerRequestgetIndexerRequest()Returns the indexer request.SnIndexerResponsegetIndexerResponse()Returns the indexer response.voidsetIndexerItemSourceOperations(java.util.List<SnIndexerItemSourceOperation> indexerItemSourceOperations)voidsetIndexerOperationId(java.lang.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, setIndexId
-
Methods inherited from class de.hybris.platform.searchservices.core.service.impl.DefaultSnContext
addException, getAttributes, getExceptions, getIndexConfiguration, getIndexType, getQualifiers, setIndexConfiguration, setIndexType, setQualifiers
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.searchservices.core.service.SnContext
addException, getAttributes, getExceptions, getIndexConfiguration, getIndexType, getQualifiers
-
Methods inherited from interface de.hybris.platform.searchservices.index.service.SnIndexContext
getIndexId, setIndexId
-
-
-
-
Method Detail
-
getIndexerRequest
public SnIndexerRequest getIndexerRequest()
Description copied from interface:SnIndexerContextReturns the indexer request.- Specified by:
getIndexerRequestin interfaceSnIndexerContext- Returns:
- the indexer request
-
setIndexerRequest
public void setIndexerRequest(SnIndexerRequest indexerRequest)
-
getIndexerResponse
public SnIndexerResponse getIndexerResponse()
Description copied from interface:SnIndexerContextReturns the indexer response.- Specified by:
getIndexerResponsein interfaceSnIndexerContext- Returns:
- the indexer response
-
setIndexerResponse
public void setIndexerResponse(SnIndexerResponse indexerResponse)
Description copied from interface:SnIndexerContextSets the indexer response.- Specified by:
setIndexerResponsein interfaceSnIndexerContext- Parameters:
indexerResponse- - the indexer response
-
getIndexerOperationType
public SnIndexerOperationType getIndexerOperationType()
Description copied from interface:SnIndexerContextReturns the indexer operation type.- Specified by:
getIndexerOperationTypein interfaceSnIndexerContext- Returns:
- the indexer operation type
-
getIndexerItemSourceOperations
public java.util.List<SnIndexerItemSourceOperation> 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(java.util.List<SnIndexerItemSourceOperation> indexerItemSourceOperations)
-
getIndexerOperationId
public java.lang.String getIndexerOperationId()
Description copied from interface:SnIndexerContextReturns the indexer operation id.- Specified by:
getIndexerOperationIdin interfaceSnIndexerContext- Returns:
- the indexer operation id
-
setIndexerOperationId
public void setIndexerOperationId(java.lang.String indexerOperationId)
Description copied from interface:SnIndexerContextSets the indexer operation id.- Specified by:
setIndexerOperationIdin interfaceSnIndexerContext- Parameters:
indexerOperationId- - the indexer operation id
-
-