Uses of Interface
de.hybris.platform.solrfacetsearch.daos.SolrIndexedTypeDao
-
Packages that use SolrIndexedTypeDao Package Description com.hybris.merchandising.service.impl de.hybris.platform.adaptivesearchsolr.strategies.impl de.hybris.platform.solrfacetsearch.daos.impl -
-
Uses of SolrIndexedTypeDao in com.hybris.merchandising.service.impl
Methods in com.hybris.merchandising.service.impl that return SolrIndexedTypeDao Modifier and Type Method Description SolrIndexedTypeDaoDefaultMerchIndexingConfigService. getSolrIndexedTypeDao()Methods in com.hybris.merchandising.service.impl with parameters of type SolrIndexedTypeDao Modifier and Type Method Description voidDefaultMerchIndexingConfigService. setSolrIndexedTypeDao(SolrIndexedTypeDao solrIndexedTypeDao) -
Uses of SolrIndexedTypeDao in de.hybris.platform.adaptivesearchsolr.strategies.impl
Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl that return SolrIndexedTypeDao Modifier and Type Method Description SolrIndexedTypeDaoSolrAsSearchProvider. getSolrIndexedTypeDao()Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl with parameters of type SolrIndexedTypeDao Modifier and Type Method Description voidSolrAsSearchProvider. setSolrIndexedTypeDao(SolrIndexedTypeDao solrIndexedTypeDao) -
Uses of SolrIndexedTypeDao in de.hybris.platform.solrfacetsearch.daos.impl
Classes in de.hybris.platform.solrfacetsearch.daos.impl that implement SolrIndexedTypeDao Modifier and Type Class Description classDefaultSolrIndexedTypeDaoDefault implementation ofSolrIndexedTypeDao.
-