Uses of Interface
de.hybris.platform.searchservices.index.service.SnIndexService
-
-
Uses of SnIndexService in de.hybris.platform.searchservices.index.service.impl
Classes in de.hybris.platform.searchservices.index.service.impl that implement SnIndexService Modifier and Type Class Description classDefaultSnIndexServiceDefault implementation ofSnIndexService. -
Uses of SnIndexService in de.hybris.platform.searchservices.indexer.service.impl
Methods in de.hybris.platform.searchservices.indexer.service.impl that return SnIndexService Modifier and Type Method Description SnIndexServiceDefaultSnIndexerBatchStrategy. getSnIndexService()SnIndexServiceDefaultSnIndexerStrategy. getSnIndexService()Methods in de.hybris.platform.searchservices.indexer.service.impl with parameters of type SnIndexService Modifier and Type Method Description voidDefaultSnIndexerBatchStrategy. setSnIndexService(SnIndexService snIndexService)voidDefaultSnIndexerStrategy. setSnIndexService(SnIndexService snIndexService) -
Uses of SnIndexService in de.hybris.platform.searchservices.search.service.impl
Methods in de.hybris.platform.searchservices.search.service.impl that return SnIndexService Modifier and Type Method Description SnIndexServiceDefaultSnSearchStrategy. getSnIndexService()Methods in de.hybris.platform.searchservices.search.service.impl with parameters of type SnIndexService Modifier and Type Method Description voidDefaultSnSearchStrategy. setSnIndexService(SnIndexService snIndexService) -
Uses of SnIndexService in de.hybris.platform.searchservices.suggest.service.impl
Methods in de.hybris.platform.searchservices.suggest.service.impl that return SnIndexService Modifier and Type Method Description SnIndexServiceDefaultSnSuggestStrategy. getSnIndexService()Methods in de.hybris.platform.searchservices.suggest.service.impl with parameters of type SnIndexService Modifier and Type Method Description voidDefaultSnSuggestStrategy. setSnIndexService(SnIndexService snIndexService)
-