Uses of Class
de.hybris.platform.solrfacetsearch.model.config.SolrValueRangeModel
-
Packages that use SolrValueRangeModel Package Description de.hybris.platform.solrfacetsearch.converters.populator de.hybris.platform.solrfacetsearch.model.config Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo.config package. -
-
Uses of SolrValueRangeModel in de.hybris.platform.solrfacetsearch.converters.populator
Methods in de.hybris.platform.solrfacetsearch.converters.populator with parameters of type SolrValueRangeModel Modifier and Type Method Description voidDefaultValueRangePopulator. populate(SolrValueRangeModel source, ValueRange target)Method parameters in de.hybris.platform.solrfacetsearch.converters.populator with type arguments of type SolrValueRangeModel Modifier and Type Method Description voidDefaultValueRangeSetPopulator. setValueRangeConverter(Converter<SolrValueRangeModel,ValueRange> valueRangeConverter) -
Uses of SolrValueRangeModel in de.hybris.platform.solrfacetsearch.model.config
Methods in de.hybris.platform.solrfacetsearch.model.config that return types with arguments of type SolrValueRangeModel Modifier and Type Method Description java.util.List<SolrValueRangeModel>SolrValueRangeSetModel. getSolrValueRanges()Generated method - Getter of theSolrValueRangeSet.solrValueRangesattribute defined at extensionsolrfacetsearch.Method parameters in de.hybris.platform.solrfacetsearch.model.config with type arguments of type SolrValueRangeModel Modifier and Type Method Description voidSolrValueRangeSetModel. setSolrValueRanges(java.util.List<SolrValueRangeModel> value)Generated method - Setter ofSolrValueRangeSet.solrValueRangesattribute defined at extensionsolrfacetsearch.
-