Uses of Class
de.hybris.platform.adaptivesearch.data.AsFacetRange
-
Packages that use AsFacetRange Package Description de.hybris.platform.adaptivesearch.converters.populators de.hybris.platform.adaptivesearch.data de.hybris.platform.adaptivesearch.searchservices.listeners -
-
Uses of AsFacetRange in de.hybris.platform.adaptivesearch.converters.populators
Methods in de.hybris.platform.adaptivesearch.converters.populators that return types with arguments of type AsFacetRange Modifier and Type Method Description ContextAwareConverter<AsFacetRangeModel,AsFacetRange,AsItemConfigurationConverterContext>AsFacetConfigurationPopulator. getAsFacetRangeConverter()ContextAwareConverter<AsFacetRange,AsFacetRangeModel,AsItemConfigurationReverseConverterContext>AsFacetConfigurationReversePopulator. getAsFacetRangeReverseConverter()Methods in de.hybris.platform.adaptivesearch.converters.populators with parameters of type AsFacetRange Modifier and Type Method Description voidAsFacetRangePopulator. populate(AsFacetRangeModel source, AsFacetRange target, AsItemConfigurationConverterContext context)voidAsFacetRangeReversePopulator. populate(AsFacetRange source, AsFacetRangeModel target, AsItemConfigurationReverseConverterContext context)Method parameters in de.hybris.platform.adaptivesearch.converters.populators with type arguments of type AsFacetRange Modifier and Type Method Description voidAsFacetConfigurationPopulator. setAsFacetRangeConverter(ContextAwareConverter<AsFacetRangeModel,AsFacetRange,AsItemConfigurationConverterContext> asFacetRangeConverter)voidAsFacetConfigurationReversePopulator. setAsFacetRangeReverseConverter(ContextAwareConverter<AsFacetRange,AsFacetRangeModel,AsItemConfigurationReverseConverterContext> asFacetRangeReverseConverter) -
Uses of AsFacetRange in de.hybris.platform.adaptivesearch.data
Methods in de.hybris.platform.adaptivesearch.data that return types with arguments of type AsFacetRange Modifier and Type Method Description java.util.List<AsFacetRange>AbstractAsFacetConfiguration. getRanges()Method parameters in de.hybris.platform.adaptivesearch.data with type arguments of type AsFacetRange Modifier and Type Method Description voidAbstractAsFacetConfiguration. setRanges(java.util.List<AsFacetRange> ranges) -
Uses of AsFacetRange in de.hybris.platform.adaptivesearch.searchservices.listeners
Methods in de.hybris.platform.adaptivesearch.searchservices.listeners that return AsFacetRange Modifier and Type Method Description protected AsFacetRangeSnAsSearchProfileCalculationListener. convertFacetRange(SnRangeBucketRequest source, AsUidGenerator asUidGenerator)Methods in de.hybris.platform.adaptivesearch.searchservices.listeners that return types with arguments of type AsFacetRange Modifier and Type Method Description protected java.util.List<AsFacetRange>SnAsSearchProfileCalculationListener. getRangesForBucketsRequest(SnSearchContext context, AsSearchProfileContext asContext, AbstractAsFacetConfiguration source)Methods in de.hybris.platform.adaptivesearch.searchservices.listeners with parameters of type AsFacetRange Modifier and Type Method Description protected SnRangeBucketRequestSnAsSearchProfileCalculationListener. convertRangeRequest(AsFacetRange source)
-