Uses of Class
de.hybris.platform.adaptivesearch.data.AsPromotedFacetValue
-
Packages that use AsPromotedFacetValue Package Description de.hybris.platform.adaptivesearch.converters.populators de.hybris.platform.adaptivesearch.data -
-
Uses of AsPromotedFacetValue in de.hybris.platform.adaptivesearch.converters.populators
Methods in de.hybris.platform.adaptivesearch.converters.populators that return types with arguments of type AsPromotedFacetValue Modifier and Type Method Description ContextAwareConverter<AsPromotedFacetValueModel,AsPromotedFacetValue,AsItemConfigurationConverterContext>AsFacetConfigurationPopulator. getAsPromotedFacetValueConverter()ContextAwareConverter<AsPromotedFacetValue,AsPromotedFacetValueModel,AsItemConfigurationReverseConverterContext>AsFacetConfigurationReversePopulator. getAsPromotedFacetValueReverseConverter()Method parameters in de.hybris.platform.adaptivesearch.converters.populators with type arguments of type AsPromotedFacetValue Modifier and Type Method Description voidAsFacetConfigurationPopulator. setAsPromotedFacetValueConverter(ContextAwareConverter<AsPromotedFacetValueModel,AsPromotedFacetValue,AsItemConfigurationConverterContext> asPromotedFacetValueConverter)voidAsFacetConfigurationReversePopulator. setAsPromotedFacetValueReverseConverter(ContextAwareConverter<AsPromotedFacetValue,AsPromotedFacetValueModel,AsItemConfigurationReverseConverterContext> asPromotedFacetValueReverseConverter) -
Uses of AsPromotedFacetValue in de.hybris.platform.adaptivesearch.data
Methods in de.hybris.platform.adaptivesearch.data that return types with arguments of type AsPromotedFacetValue Modifier and Type Method Description java.util.List<AsPromotedFacetValue>AbstractAsFacetConfiguration. getPromotedValues()Method parameters in de.hybris.platform.adaptivesearch.data with type arguments of type AsPromotedFacetValue Modifier and Type Method Description voidAbstractAsFacetConfiguration. setPromotedValues(java.util.List<AsPromotedFacetValue> promotedValues)
-