Uses of Class
de.hybris.platform.solrfacetsearch.model.reporting.SolrQueryAggregatedStatsModel
Packages that use SolrQueryAggregatedStatsModel
Package
Description
-
Uses of SolrQueryAggregatedStatsModel in de.hybris.platform.solrfacetsearch.reporting.data.converters
Methods in de.hybris.platform.solrfacetsearch.reporting.data.converters that return SolrQueryAggregatedStatsModelModifier and TypeMethodDescriptionAggregatedStatisticsConverter.convert(AggregatedSearchQueryInfo result) AggregatedStatisticsConverter.convert(AggregatedSearchQueryInfo source, SolrQueryAggregatedStatsModel prototype) Methods in de.hybris.platform.solrfacetsearch.reporting.data.converters with parameters of type SolrQueryAggregatedStatsModelModifier and TypeMethodDescriptionAggregatedStatisticsConverter.convert(AggregatedSearchQueryInfo source, SolrQueryAggregatedStatsModel prototype) -
Uses of SolrQueryAggregatedStatsModel in de.hybris.platform.solrfacetsearch.reporting.impl
Methods in de.hybris.platform.solrfacetsearch.reporting.impl that return types with arguments of type SolrQueryAggregatedStatsModelModifier and TypeMethodDescriptionprotected List<SolrQueryAggregatedStatsModel>DefaultAggregatedQueryStatsService.convertPojosToModels(List<AggregatedSearchQueryInfo> allStatistics) Method parameters in de.hybris.platform.solrfacetsearch.reporting.impl with type arguments of type SolrQueryAggregatedStatsModelModifier and TypeMethodDescriptionvoidDefaultAggregatedQueryStatsService.setConverter(Converter<AggregatedSearchQueryInfo, SolrQueryAggregatedStatsModel> converter)