Uses of Class
de.hybris.platform.solrfacetsearch.config.ValueRange
Packages that use ValueRange
Package
Description
-
Uses of ValueRange in de.hybris.platform.solrfacetsearch.config
Methods in de.hybris.platform.solrfacetsearch.config that return ValueRangeModifier and TypeMethodDescriptionstatic ValueRangeValueRanges.createValueRange(String name, Object from, Object to) Methods in de.hybris.platform.solrfacetsearch.config that return types with arguments of type ValueRangeModifier and TypeMethodDescriptionstatic List<ValueRange>IndexedProperties.getValueRanges(IndexedProperty property, String qualifier) ValueRangeSet.getValueRanges()Method parameters in de.hybris.platform.solrfacetsearch.config with type arguments of type ValueRangeModifier and TypeMethodDescriptionstatic ValueRangeSetValueRangeSets.createValueRangeSet(String qualifier, List<ValueRange> valueRanges) voidValueRangeSet.setValueRanges(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 ValueRangeModifier and TypeMethodDescriptionValueRangeConverter.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 ValueRangeModifier and TypeMethodDescriptionValueRangeConverter.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 ValueRangeModifier and TypeMethodDescriptionValueRangeConverter.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 ValueRangeModifier and TypeMethodDescriptionvoidDefaultValueRangePopulator.populate(SolrValueRangeModel source, ValueRange target) Method parameters in de.hybris.platform.solrfacetsearch.converters.populator with type arguments of type ValueRangeModifier and TypeMethodDescriptionvoidDefaultValueRangeSetPopulator.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 ValueRangeModifier and TypeMethodDescriptionRangeNameProvider.getValueRanges(IndexedProperty property, 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 ValueRangeModifier and TypeMethodDescriptionDefaultRangeNameProvider.getValueRanges(IndexedProperty property, String qualifier) Methods in de.hybris.platform.solrfacetsearch.provider.impl with parameters of type ValueRangeModifier and TypeMethodDescriptionprotected voidDefaultRangeNameProvider.addValueRange(List<String> rangeNameList, IndexedProperty property, 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 ValueRangeModifier and TypeMethodDescriptionprotected List<ValueRange>FacetSearchResultFacetsPopulator.resolveFacetValueRanges(IndexedProperty property, String qualifier) protected List<ValueRange>LegacyFacetSearchResultFacetsPopulator.resolveFacetValueRanges(IndexedProperty property, String qualifier) Deprecated.