Uses of Class
de.hybris.platform.adaptivesearch.data.AsPromotedFacet
-
-
Uses of AsPromotedFacet in de.hybris.platform.adaptivesearch.converters.populators
Methods in de.hybris.platform.adaptivesearch.converters.populators that return types with arguments of type AsPromotedFacet Modifier and Type Method Description ContextAwareConverter<AsPromotedFacetModel,AsPromotedFacet,AsItemConfigurationConverterContext>AsConfigurableSearchConfigurationPopulator. getAsPromotedFacetConverter()Method parameters in de.hybris.platform.adaptivesearch.converters.populators with type arguments of type AsPromotedFacet Modifier and Type Method Description voidAsConfigurableSearchConfigurationPopulator. setAsPromotedFacetConverter(ContextAwareConverter<AsPromotedFacetModel,AsPromotedFacet,AsItemConfigurationConverterContext> asPromotedFacetConverter) -
Uses of AsPromotedFacet in de.hybris.platform.adaptivesearch.data
Methods in de.hybris.platform.adaptivesearch.data that return types with arguments of type AsPromotedFacet Modifier and Type Method Description java.util.List<AsPromotedFacet>AsConfigurableSearchConfiguration. getPromotedFacets()java.util.Map<java.lang.String,AsConfigurationHolder<AsPromotedFacet,AbstractAsFacetConfiguration>>AsSearchProfileResult. getPromotedFacets()Method parameters in de.hybris.platform.adaptivesearch.data with type arguments of type AsPromotedFacet Modifier and Type Method Description voidAsConfigurableSearchConfiguration. setPromotedFacets(java.util.List<AsPromotedFacet> promotedFacets)voidAsSearchProfileResult. setPromotedFacets(java.util.Map<java.lang.String,AsConfigurationHolder<AsPromotedFacet,AbstractAsFacetConfiguration>> promotedFacets) -
Uses of AsPromotedFacet in de.hybris.platform.adaptivesearchbackoffice.editors.promotedfacets
Method parameters in de.hybris.platform.adaptivesearchbackoffice.editors.promotedfacets with type arguments of type AsPromotedFacet Modifier and Type Method Description protected voidAsPromotedFacetsDataHandler. convertFromSearchProfileResult(AsConfigurationHolder<AsPromotedFacet,AbstractAsFacetConfiguration> source, PromotedFacetEditorData target, AbstractAsSearchProfileModel searchProfile)
-