Uses of Class
de.hybris.platform.solrfacetsearch.config.ValueRangeSet
-
Packages that use ValueRangeSet Package Description de.hybris.platform.solrfacetsearch.config de.hybris.platform.solrfacetsearch.config.impl de.hybris.platform.solrfacetsearch.converters.populator -
-
Uses of ValueRangeSet in de.hybris.platform.solrfacetsearch.config
Methods in de.hybris.platform.solrfacetsearch.config that return ValueRangeSet Modifier and Type Method Description static ValueRangeSetValueRangeSets. createValueRangeSet(java.lang.String qualifier, java.util.List<ValueRange> valueRanges)Methods in de.hybris.platform.solrfacetsearch.config that return types with arguments of type ValueRangeSet Modifier and Type Method Description java.util.Map<java.lang.String,ValueRangeSet>IndexedProperty. getValueRangeSets()Method parameters in de.hybris.platform.solrfacetsearch.config with type arguments of type ValueRangeSet Modifier and Type Method Description voidIndexedProperty. setValueRangeSets(java.util.Map<java.lang.String,ValueRangeSet> valueRangeSets) -
Uses of ValueRangeSet in de.hybris.platform.solrfacetsearch.config.impl
Method parameters in de.hybris.platform.solrfacetsearch.config.impl with type arguments of type ValueRangeSet Modifier and Type Method Description protected IndexedPropertyMockFacetSearchConfigService. createIndexProperty(java.lang.String propertyName, java.lang.String type, boolean facet, java.util.List<ValueRangeSet> valueRangeSets, boolean localized, FieldValueProvider fieldValueProvider) -
Uses of ValueRangeSet in de.hybris.platform.solrfacetsearch.converters.populator
Methods in de.hybris.platform.solrfacetsearch.converters.populator that return types with arguments of type ValueRangeSet Modifier and Type Method Description protected java.util.Map<java.lang.String,ValueRangeSet>DefaultIndexedPropertyPopulator. convertRangeSet(SolrIndexedPropertyModel source)Methods in de.hybris.platform.solrfacetsearch.converters.populator with parameters of type ValueRangeSet Modifier and Type Method Description voidDefaultValueRangeSetPopulator. populate(SolrValueRangeSetModel source, ValueRangeSet target)Method parameters in de.hybris.platform.solrfacetsearch.converters.populator with type arguments of type ValueRangeSet Modifier and Type Method Description voidDefaultIndexedPropertyPopulator. setValueRangeSetConverter(Converter<SolrValueRangeSetModel,ValueRangeSet> valueRangeSetConverter)
-