Uses of Class
de.hybris.platform.searchservices.document.data.SnDocumentBatchOperationRequest
Packages that use SnDocumentBatchOperationRequest
Package
Description
-
Uses of SnDocumentBatchOperationRequest in de.hybris.platform.searchprovidercssearchservices.spi.service.impl
Methods in de.hybris.platform.searchprovidercssearchservices.spi.service.impl with parameters of type SnDocumentBatchOperationRequestModifier and TypeMethodDescriptionprotected 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 SnDocumentBatchOperationRequestMethod parameters in de.hybris.platform.searchservices.document.data with type arguments of type SnDocumentBatchOperationRequestModifier and TypeMethodDescriptionvoidSnDocumentBatchRequest.setRequests(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 SnDocumentBatchOperationRequestModifier and TypeMethodDescriptionprotected voidDefaultSnIndexerBatchStrategy.addDeleteDocumentBatchOperationRequests(SnIndexerContext indexerContext, List<SnDocumentBatchOperationRequest> documentBatchOperationRequests, List<PK> pks, SnIdentityProvider<ItemModel> identityProvider) protected voidDefaultSnIndexerBatchStrategy.addIndexDocumentBatchOperationRequests(SnIndexerContext indexerContext, List<SnDocumentBatchOperationRequest> documentBatchOperationRequests, List<PK> pks, SnIdentityProvider<ItemModel> identityProvider, SnIndexerItemSourceOperation indexeritemSourceOperation)