Uses of Class
de.hybris.platform.solrfacetsearch.jalo.config.SolrValueRange
-
Packages that use SolrValueRange Package Description de.hybris.platform.solrfacetsearch.jalo de.hybris.platform.solrfacetsearch.jalo.config -
-
Uses of SolrValueRange in de.hybris.platform.solrfacetsearch.jalo
Methods in de.hybris.platform.solrfacetsearch.jalo that return SolrValueRange Modifier and Type Method Description SolrValueRangeGeneratedSolrfacetsearchManager. createSolrValueRange(SessionContext ctx, java.util.Map attributeValues)SolrValueRangeGeneratedSolrfacetsearchManager. createSolrValueRange(java.util.Map attributeValues) -
Uses of SolrValueRange in de.hybris.platform.solrfacetsearch.jalo.config
Fields in de.hybris.platform.solrfacetsearch.jalo.config with type parameters of type SolrValueRange Modifier and Type Field Description protected static OneToManyHandler<SolrValueRange>GeneratedSolrValueRangeSet. SOLRVALUERANGESHANDLEROneToManyHandlerfor handling 1:n SOLRVALUERANGES's relation attributes from 'many' side.Methods in de.hybris.platform.solrfacetsearch.jalo.config that return types with arguments of type SolrValueRange Modifier and Type Method Description java.util.List<SolrValueRange>GeneratedSolrValueRangeSet. getSolrValueRanges()Generated method - Getter of theSolrValueRangeSet.solrValueRangesattribute.java.util.List<SolrValueRange>GeneratedSolrValueRangeSet. getSolrValueRanges(SessionContext ctx)Generated method - Getter of theSolrValueRangeSet.solrValueRangesattribute.Methods in de.hybris.platform.solrfacetsearch.jalo.config with parameters of type SolrValueRange Modifier and Type Method Description voidGeneratedSolrValueRangeSet. addToSolrValueRanges(SessionContext ctx, SolrValueRange value)Generated method - Addsvalueto solrValueRanges.voidGeneratedSolrValueRangeSet. addToSolrValueRanges(SolrValueRange value)Generated method - Addsvalueto solrValueRanges.voidGeneratedSolrValueRangeSet. removeFromSolrValueRanges(SessionContext ctx, SolrValueRange value)Generated method - Removesvaluefrom solrValueRanges.voidGeneratedSolrValueRangeSet. removeFromSolrValueRanges(SolrValueRange value)Generated method - Removesvaluefrom solrValueRanges.Method parameters in de.hybris.platform.solrfacetsearch.jalo.config with type arguments of type SolrValueRange Modifier and Type Method Description voidGeneratedSolrValueRangeSet. setSolrValueRanges(SessionContext ctx, java.util.List<SolrValueRange> value)Generated method - Setter of theSolrValueRangeSet.solrValueRangesattribute.voidGeneratedSolrValueRangeSet. setSolrValueRanges(java.util.List<SolrValueRange> value)Generated method - Setter of theSolrValueRangeSet.solrValueRangesattribute.
-