Uses of Class
de.hybris.platform.solrfacetsearch.model.config.SolrValueRangeSetModel
-
Packages that use SolrValueRangeSetModel 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 SolrValueRangeSetModel in de.hybris.platform.solrfacetsearch.converters.populator
Methods in de.hybris.platform.solrfacetsearch.converters.populator with parameters of type SolrValueRangeSetModel 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 SolrValueRangeSetModel Modifier and Type Method Description voidDefaultIndexedPropertyPopulator. setValueRangeSetConverter(Converter<SolrValueRangeSetModel,ValueRangeSet> valueRangeSetConverter) -
Uses of SolrValueRangeSetModel in de.hybris.platform.solrfacetsearch.model.config
Methods in de.hybris.platform.solrfacetsearch.model.config that return SolrValueRangeSetModel Modifier and Type Method Description SolrValueRangeSetModelSolrIndexedPropertyModel. getRangeSet()Generated method - Getter of theSolrIndexedProperty.rangeSetattribute defined at extensionsolrfacetsearch.SolrValueRangeSetModelSolrValueRangeModel. getSolrValueRangeSet()Generated method - Getter of theSolrValueRange.solrValueRangeSetattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model.config that return types with arguments of type SolrValueRangeSetModel Modifier and Type Method Description java.util.List<SolrValueRangeSetModel>SolrIndexedPropertyModel. getRangeSets()Generated method - Getter of theSolrIndexedProperty.rangeSetsattribute defined at extensionsolrfacetsearch.java.util.List<SolrValueRangeSetModel>SolrFacetSearchConfigModel. getSolrValueRangeSets()Generated method - Getter of theSolrFacetSearchConfig.solrValueRangeSetsattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model.config with parameters of type SolrValueRangeSetModel Modifier and Type Method Description voidSolrIndexedPropertyModel. setRangeSet(SolrValueRangeSetModel value)Generated method - Setter ofSolrIndexedProperty.rangeSetattribute defined at extensionsolrfacetsearch.voidSolrValueRangeModel. setSolrValueRangeSet(SolrValueRangeSetModel value)Generated method - Setter ofSolrValueRange.solrValueRangeSetattribute defined at extensionsolrfacetsearch.Method parameters in de.hybris.platform.solrfacetsearch.model.config with type arguments of type SolrValueRangeSetModel Modifier and Type Method Description voidSolrIndexedPropertyModel. setRangeSets(java.util.List<SolrValueRangeSetModel> value)Generated method - Setter ofSolrIndexedProperty.rangeSetsattribute defined at extensionsolrfacetsearch.voidSolrFacetSearchConfigModel. setSolrValueRangeSets(java.util.List<SolrValueRangeSetModel> value)Generated method - Setter ofSolrFacetSearchConfig.solrValueRangeSetsattribute defined at extensionsolrfacetsearch.Constructors in de.hybris.platform.solrfacetsearch.model.config with parameters of type SolrValueRangeSetModel Constructor Description SolrValueRangeModel(java.lang.String _from, java.lang.String _name, ItemModel _owner, SolrValueRangeSetModel _solrValueRangeSet)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrValueRangeModel(java.lang.String _from, java.lang.String _name, SolrValueRangeSetModel _solrValueRangeSet)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters
-