Uses of Class
de.hybris.platform.searchprovidercssearchservices.indexer.data.IndexerOperationDTO
-
Packages that use IndexerOperationDTO Package Description de.hybris.platform.searchprovidercssearchservices.spi.service de.hybris.platform.searchprovidercssearchservices.spi.service.impl -
-
Uses of IndexerOperationDTO in de.hybris.platform.searchprovidercssearchservices.spi.service
Methods in de.hybris.platform.searchprovidercssearchservices.spi.service that return types with arguments of type IndexerOperationDTO Modifier and Type Method Description rx.Observable<com.hybris.charon.RawResponse<IndexerOperationDTO>>CSSearchClient. createIndexerOperation(IndexerOperationDTO indexerOperation)rx.Observable<com.hybris.charon.RawResponse<IndexerOperationDTO>>CSSearchClient. patchIndexerOperation(java.lang.String indexerOperationId, java.util.Map<java.lang.String,java.lang.Object> mergePatch)Methods in de.hybris.platform.searchprovidercssearchservices.spi.service with parameters of type IndexerOperationDTO Modifier and Type Method Description rx.Observable<com.hybris.charon.RawResponse<IndexerOperationDTO>>CSSearchClient. createIndexerOperation(IndexerOperationDTO indexerOperation) -
Uses of IndexerOperationDTO in de.hybris.platform.searchprovidercssearchservices.spi.service.impl
Methods in de.hybris.platform.searchprovidercssearchservices.spi.service.impl with parameters of type IndexerOperationDTO Modifier and Type Method Description protected SnIndexerOperationCSSearchSnSearchProvider. convertIndexerOperation(IndexerOperationDTO source)
-