Uses of Class
de.hybris.platform.searchservices.document.data.SnDocumentBatchResponse
Packages that use SnDocumentBatchResponse
Package
Description
-
Uses of SnDocumentBatchResponse in de.hybris.platform.searchprovidercssearchservices.spi.service.impl
Methods in de.hybris.platform.searchprovidercssearchservices.spi.service.impl that return SnDocumentBatchResponseModifier and TypeMethodDescriptionprotected SnDocumentBatchResponseCSSearchSnSearchProvider.convertDocumenBatchResponse(DocumentBatchResponseDTO source) CSSearchSnSearchProvider.executeDocumentBatch(SnContext context, String indexId, SnDocumentBatchRequest documentBatchRequest, String indexerOperationId) -
Uses of SnDocumentBatchResponse in de.hybris.platform.searchservices.indexer.service
Methods in de.hybris.platform.searchservices.indexer.service that return SnDocumentBatchResponseModifier and TypeMethodDescriptionSnIndexerBatchResponse.getDocumentBatchResponse()Returns the document batch response. -
Uses of SnDocumentBatchResponse in de.hybris.platform.searchservices.indexer.service.impl
Methods in de.hybris.platform.searchservices.indexer.service.impl that return SnDocumentBatchResponseMethods in de.hybris.platform.searchservices.indexer.service.impl with parameters of type SnDocumentBatchResponseModifier and TypeMethodDescriptionprotected SnIndexerBatchResponseAbstractSnIndexerBatchStrategy.createIndexerBatchResponse(SnIndexerBatchContext indexerBatchContext, Integer totalItems, Integer processedItems, SnIndexerOperationStatus status, SnDocumentBatchRequest documentBatchRequest, SnDocumentBatchResponse documentBatchResponse) voidDefaultSnIndexerBatchResponse.setDocumentBatchResponse(SnDocumentBatchResponse documentBatchResponse) -
Uses of SnDocumentBatchResponse in de.hybris.platform.searchservices.spi.service
Methods in de.hybris.platform.searchservices.spi.service that return SnDocumentBatchResponseModifier and TypeMethodDescriptionSnSearchProvider.executeDocumentBatch(SnContext context, String indexId, SnDocumentBatchRequest documentBatchRequest, String indexerOperationId) Executes a document batch.