Uses of Interface
de.hybris.platform.searchservices.indexer.service.SnIndexerStrategy
-
-
Uses of SnIndexerStrategy in com.hybris.backoffice.searchservices.indexer.impl
Classes in com.hybris.backoffice.searchservices.indexer.impl that implement SnIndexerStrategy Modifier and Type Class Description classBackofficeSnIndexerStrategy -
Uses of SnIndexerStrategy in de.hybris.platform.searchservices.indexer.service
Methods in de.hybris.platform.searchservices.indexer.service that return SnIndexerStrategy Modifier and Type Method Description SnIndexerStrategySnIndexerStrategyFactory. getIndexerStrategy(SnIndexerRequest indexerRequest)Returns an instance ofSnIndexerStrategy. -
Uses of SnIndexerStrategy in de.hybris.platform.searchservices.indexer.service.impl
Classes in de.hybris.platform.searchservices.indexer.service.impl that implement SnIndexerStrategy Modifier and Type Class Description classAbstractSnIndexerStrategyBase class forSnIndexerStrategyimplementations.classDefaultSnIndexerStrategyDefault implementation forSnIndexerStrategy.Methods in de.hybris.platform.searchservices.indexer.service.impl that return SnIndexerStrategy Modifier and Type Method Description SnIndexerStrategyDefaultSnIndexerStrategyFactory. getDefaultIndexerStrategy()SnIndexerStrategyDefaultSnIndexerStrategyFactory. getIndexerStrategy(SnIndexerRequest indexerRequest)Methods in de.hybris.platform.searchservices.indexer.service.impl with parameters of type SnIndexerStrategy Modifier and Type Method Description voidDefaultSnIndexerStrategyFactory. setDefaultIndexerStrategy(SnIndexerStrategy defaultIndexerStrategy)
-