Uses of Class
de.hybris.platform.searchprovidercssearchservices.admin.data.IndexDTO
-
Packages that use IndexDTO Package Description de.hybris.platform.searchprovidercssearchservices.spi.service -
-
Uses of IndexDTO in de.hybris.platform.searchprovidercssearchservices.spi.service
Methods in de.hybris.platform.searchprovidercssearchservices.spi.service that return types with arguments of type IndexDTO Modifier and Type Method Description rx.Observable<com.hybris.charon.RawResponse<IndexDTO>>CSSearchClient. createIndex(IndexDTO index)rx.Observable<com.hybris.charon.RawResponse<IndexDTO>>CSSearchClient. getIndex(java.lang.String indexId)Methods in de.hybris.platform.searchprovidercssearchservices.spi.service with parameters of type IndexDTO Modifier and Type Method Description rx.Observable<com.hybris.charon.RawResponse<IndexDTO>>CSSearchClient. createIndex(IndexDTO index)
-