Uses of Class
de.hybris.platform.adaptivesearch.model.AsFacetRangeModel
-
Packages that use AsFacetRangeModel Package Description de.hybris.platform.adaptivesearch.converters.populators de.hybris.platform.adaptivesearch.model Contains generated models for each type of de.hybris.platform.adaptivesearch.jalo package.de.hybris.platform.adaptivesearch.model.interceptors de.hybris.platform.adaptivesearchbackoffice.editors.facetrangeboundaryvalue -
-
Uses of AsFacetRangeModel in de.hybris.platform.adaptivesearch.converters.populators
Methods in de.hybris.platform.adaptivesearch.converters.populators that return types with arguments of type AsFacetRangeModel 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 AsFacetRangeModel Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.String>AsFacetRangePopulator. buildNameLocalizationMap(AsFacetRangeModel source)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 AsFacetRangeModel Modifier and Type Method Description voidAsFacetConfigurationPopulator. setAsFacetRangeConverter(ContextAwareConverter<AsFacetRangeModel,AsFacetRange,AsItemConfigurationConverterContext> asFacetRangeConverter)voidAsFacetConfigurationReversePopulator. setAsFacetRangeReverseConverter(ContextAwareConverter<AsFacetRange,AsFacetRangeModel,AsItemConfigurationReverseConverterContext> asFacetRangeReverseConverter) -
Uses of AsFacetRangeModel in de.hybris.platform.adaptivesearch.model
Methods in de.hybris.platform.adaptivesearch.model that return types with arguments of type AsFacetRangeModel Modifier and Type Method Description java.util.List<AsFacetRangeModel>AbstractAsFacetConfigurationModel. getRanges()Generated method - Getter of theAbstractAsFacetConfiguration.rangesattribute defined at extensionadaptivesearch.Method parameters in de.hybris.platform.adaptivesearch.model with type arguments of type AsFacetRangeModel Modifier and Type Method Description voidAbstractAsFacetConfigurationModel. setRanges(java.util.List<AsFacetRangeModel> value)Generated method - Setter ofAbstractAsFacetConfiguration.rangesattribute defined at extensionadaptivesearch. -
Uses of AsFacetRangeModel in de.hybris.platform.adaptivesearch.model.interceptors
Methods in de.hybris.platform.adaptivesearch.model.interceptors with parameters of type AsFacetRangeModel Modifier and Type Method Description protected java.lang.StringAsFacetRangeInterceptor. generateUniqueIdx(AsFacetRangeModel facetRangeModel, InterceptorContext context)voidAsFacetRangeInterceptor. onPrepare(AsFacetRangeModel facetRangeModel, InterceptorContext context)voidAsFacetRangeInterceptor. onRemove(AsFacetRangeModel facetRangeModel, InterceptorContext context)voidAsFacetRangeInterceptor. onValidate(AsFacetRangeModel facetRangeModel, InterceptorContext context) -
Uses of AsFacetRangeModel in de.hybris.platform.adaptivesearchbackoffice.editors.facetrangeboundaryvalue
Methods in de.hybris.platform.adaptivesearchbackoffice.editors.facetrangeboundaryvalue with parameters of type AsFacetRangeModel Modifier and Type Method Description protected java.lang.StringFacetRangeBoundaryValueEditor. getIndexType(com.hybris.cockpitng.editors.EditorContext<java.lang.Object> context, AsFacetRangeModel rangeConfiguration)
-