Uses of Class
de.hybris.platform.solrfacetsearch.config.ValueRange
-
-
Uses of ValueRange in de.hybris.platform.solrfacetsearch.config
Methods in de.hybris.platform.solrfacetsearch.config that return ValueRange Modifier and Type Method Description static ValueRangeValueRanges. createValueRange(java.lang.String name, java.lang.Object from, java.lang.Object to)Methods in de.hybris.platform.solrfacetsearch.config that return types with arguments of type ValueRange Modifier and Type Method Description static java.util.List<ValueRange>IndexedProperties. getValueRanges(IndexedProperty property, java.lang.String qualifier)java.util.List<ValueRange>ValueRangeSet. getValueRanges()Method parameters in de.hybris.platform.solrfacetsearch.config with type arguments of type ValueRange Modifier and Type Method Description static ValueRangeSetValueRangeSets. createValueRangeSet(java.lang.String qualifier, java.util.List<ValueRange> valueRanges)voidValueRangeSet. setValueRanges(java.util.List<ValueRange> valueRanges) -
Uses of ValueRange in de.hybris.platform.solrfacetsearch.config.mapping.converters
Methods in de.hybris.platform.solrfacetsearch.config.mapping.converters that return ValueRange Modifier and Type Method Description ValueRangeValueRangeConverter. convert(ValueRange source, ma.glasnost.orika.metadata.Type<? extends ValueRange> destinationType, ma.glasnost.orika.MappingContext mappingContext)Methods in de.hybris.platform.solrfacetsearch.config.mapping.converters with parameters of type ValueRange Modifier and Type Method Description ValueRangeValueRangeConverter. convert(ValueRange source, ma.glasnost.orika.metadata.Type<? extends ValueRange> destinationType, ma.glasnost.orika.MappingContext mappingContext)Method parameters in de.hybris.platform.solrfacetsearch.config.mapping.converters with type arguments of type ValueRange Modifier and Type Method Description ValueRangeValueRangeConverter. convert(ValueRange source, ma.glasnost.orika.metadata.Type<? extends ValueRange> destinationType, ma.glasnost.orika.MappingContext mappingContext) -
Uses of ValueRange in de.hybris.platform.solrfacetsearch.converters.populator
Methods in de.hybris.platform.solrfacetsearch.converters.populator with parameters of type ValueRange 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 ValueRange Modifier and Type Method Description voidDefaultValueRangeSetPopulator. setValueRangeConverter(Converter<SolrValueRangeModel,ValueRange> valueRangeConverter) -
Uses of ValueRange in de.hybris.platform.solrfacetsearch.provider
Methods in de.hybris.platform.solrfacetsearch.provider that return types with arguments of type ValueRange Modifier and Type Method Description java.util.List<ValueRange>RangeNameProvider. getValueRanges(IndexedProperty property, java.lang.String qualifier)Returns the ranges associated with an indexed property that match a specific qualifier. -
Uses of ValueRange in de.hybris.platform.solrfacetsearch.provider.impl
Methods in de.hybris.platform.solrfacetsearch.provider.impl that return types with arguments of type ValueRange Modifier and Type Method Description java.util.List<ValueRange>DefaultRangeNameProvider. getValueRanges(IndexedProperty property, java.lang.String qualifier)Methods in de.hybris.platform.solrfacetsearch.provider.impl with parameters of type ValueRange Modifier and Type Method Description protected voidDefaultRangeNameProvider. addValueRange(java.util.List<java.lang.String> rangeNameList, IndexedProperty property, java.lang.Object value, ValueRange range) -
Uses of ValueRange in de.hybris.platform.solrfacetsearch.search.impl.populators
Methods in de.hybris.platform.solrfacetsearch.search.impl.populators that return types with arguments of type ValueRange Modifier and Type Method Description protected java.util.List<ValueRange>FacetSearchResultFacetsPopulator. resolveFacetValueRanges(IndexedProperty property, java.lang.String qualifier)
-