Uses of Class
de.hybris.platform.searchservices.document.data.SnDocumentBatchOperationRequest
-
-
Uses of SnDocumentBatchOperationRequest in de.hybris.platform.searchprovidercssearchservices.spi.service.impl
Methods in de.hybris.platform.searchprovidercssearchservices.spi.service.impl with parameters of type SnDocumentBatchOperationRequest Modifier and Type Method Description protected DocumentBatchOperationRequestDTOCSSearchSnSearchProvider. convertDocumenBatchOperationRequest(SnDocumentBatchOperationRequest source) -
Uses of SnDocumentBatchOperationRequest in de.hybris.platform.searchservices.document.data
Methods in de.hybris.platform.searchservices.document.data that return types with arguments of type SnDocumentBatchOperationRequest Modifier and Type Method Description java.util.List<SnDocumentBatchOperationRequest>SnDocumentBatchRequest. getRequests()Method parameters in de.hybris.platform.searchservices.document.data with type arguments of type SnDocumentBatchOperationRequest Modifier and Type Method Description voidSnDocumentBatchRequest. setRequests(java.util.List<SnDocumentBatchOperationRequest> requests) -
Uses of SnDocumentBatchOperationRequest in de.hybris.platform.searchservices.indexer.service.impl
Method parameters in de.hybris.platform.searchservices.indexer.service.impl with type arguments of type SnDocumentBatchOperationRequest Modifier and Type Method Description protected voidDefaultSnIndexerBatchStrategy. addDeleteDocumentBatchOperationRequests(SnIndexerContext indexerContext, java.util.List<SnDocumentBatchOperationRequest> documentBatchOperationRequests, java.util.List<PK> pks, SnIdentityProvider identityProvider)protected voidDefaultSnIndexerBatchStrategy. addIndexDocumentBatchOperationRequests(SnIndexerContext indexerContext, java.util.List<SnDocumentBatchOperationRequest> documentBatchOperationRequests, java.util.List<PK> pks, SnIdentityProvider identityProvider, SnDocumentOperationType operationType)
-