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 SolrValueRange
GeneratedSolrfacetsearchManager. createSolrValueRange(SessionContext ctx, java.util.Map attributeValues)
SolrValueRange
GeneratedSolrfacetsearchManager. 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. SOLRVALUERANGESHANDLER
OneToManyHandler
for 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.solrValueRanges
attribute.java.util.List<SolrValueRange>
GeneratedSolrValueRangeSet. getSolrValueRanges(SessionContext ctx)
Generated method - Getter of theSolrValueRangeSet.solrValueRanges
attribute.Methods in de.hybris.platform.solrfacetsearch.jalo.config with parameters of type SolrValueRange Modifier and Type Method Description void
GeneratedSolrValueRangeSet. addToSolrValueRanges(SessionContext ctx, SolrValueRange value)
Generated method - Addsvalue
to solrValueRanges.void
GeneratedSolrValueRangeSet. addToSolrValueRanges(SolrValueRange value)
Generated method - Addsvalue
to solrValueRanges.void
GeneratedSolrValueRangeSet. removeFromSolrValueRanges(SessionContext ctx, SolrValueRange value)
Generated method - Removesvalue
from solrValueRanges.void
GeneratedSolrValueRangeSet. removeFromSolrValueRanges(SolrValueRange value)
Generated method - Removesvalue
from solrValueRanges.Method parameters in de.hybris.platform.solrfacetsearch.jalo.config with type arguments of type SolrValueRange Modifier and Type Method Description void
GeneratedSolrValueRangeSet. setSolrValueRanges(SessionContext ctx, java.util.List<SolrValueRange> value)
Generated method - Setter of theSolrValueRangeSet.solrValueRanges
attribute.void
GeneratedSolrValueRangeSet. setSolrValueRanges(java.util.List<SolrValueRange> value)
Generated method - Setter of theSolrValueRangeSet.solrValueRanges
attribute.
-