Class DefaultSnIndexerBatchResponse
java.lang.Object
de.hybris.platform.searchservices.core.service.impl.AbstractSnResponse
de.hybris.platform.searchservices.indexer.service.impl.DefaultSnIndexerResponse
de.hybris.platform.searchservices.indexer.service.impl.DefaultSnIndexerBatchResponse
- All Implemented Interfaces:
SnResponse,SnIndexerBatchResponse,SnIndexerResponse
public class DefaultSnIndexerBatchResponse
extends DefaultSnIndexerResponse
implements SnIndexerBatchResponse
Default implementation for
SnIndexerBatchResponse.-
Constructor Summary
ConstructorsConstructorDescriptionDefaultSnIndexerBatchResponse(SnIndexConfiguration indexConfiguration, SnIndexType indexType) -
Method Summary
Modifier and TypeMethodDescriptionReturns the document batch request.Returns the document batch response.voidsetDocumentBatchRequest(SnDocumentBatchRequest documentBatchRequest) voidsetDocumentBatchResponse(SnDocumentBatchResponse documentBatchResponse) Methods inherited from class de.hybris.platform.searchservices.indexer.service.impl.DefaultSnIndexerResponse
getProcessedItems, getStatus, getTotalItems, setProcessedItems, setStatus, setTotalItemsMethods inherited from class de.hybris.platform.searchservices.core.service.impl.AbstractSnResponse
getIndexConfiguration, getIndexTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.searchservices.indexer.service.SnIndexerResponse
getProcessedItems, getStatus, getTotalItemsMethods inherited from interface de.hybris.platform.searchservices.core.service.SnResponse
getIndexConfiguration, getIndexType
-
Constructor Details
-
DefaultSnIndexerBatchResponse
public DefaultSnIndexerBatchResponse(SnIndexConfiguration indexConfiguration, SnIndexType indexType)
-
-
Method Details
-
getDocumentBatchRequest
Description copied from interface:SnIndexerBatchResponseReturns the document batch request.- Specified by:
getDocumentBatchRequestin interfaceSnIndexerBatchResponse- Returns:
- the the document batch request
-
setDocumentBatchRequest
-
getDocumentBatchResponse
Description copied from interface:SnIndexerBatchResponseReturns the document batch response.- Specified by:
getDocumentBatchResponsein interfaceSnIndexerBatchResponse- Returns:
- the the document batch response
-
setDocumentBatchResponse
-