Uses of Class
de.hybris.platform.adaptivesearch.data.AsFacet
-
-
Uses of AsFacet in de.hybris.platform.adaptivesearch.converters.populators
Methods in de.hybris.platform.adaptivesearch.converters.populators that return types with arguments of type AsFacet Modifier and Type Method Description ContextAwareConverter<AsFacetModel,AsFacet,AsItemConfigurationConverterContext>AsConfigurableSearchConfigurationPopulator. getAsFacetConverter()Method parameters in de.hybris.platform.adaptivesearch.converters.populators with type arguments of type AsFacet Modifier and Type Method Description voidAsConfigurableSearchConfigurationPopulator. setAsFacetConverter(ContextAwareConverter<AsFacetModel,AsFacet,AsItemConfigurationConverterContext> asFacetConverter) -
Uses of AsFacet in de.hybris.platform.adaptivesearch.data
Methods in de.hybris.platform.adaptivesearch.data that return types with arguments of type AsFacet Modifier and Type Method Description java.util.List<AsFacet>AsConfigurableSearchConfiguration. getFacets()java.util.Map<java.lang.String,AsConfigurationHolder<AsFacet,AbstractAsFacetConfiguration>>AsSearchProfileResult. getFacets()Method parameters in de.hybris.platform.adaptivesearch.data with type arguments of type AsFacet Modifier and Type Method Description voidAsConfigurableSearchConfiguration. setFacets(java.util.List<AsFacet> facets)voidAsSearchProfileResult. setFacets(java.util.Map<java.lang.String,AsConfigurationHolder<AsFacet,AbstractAsFacetConfiguration>> facets) -
Uses of AsFacet in de.hybris.platform.adaptivesearch.searchservices.listeners
Methods in de.hybris.platform.adaptivesearch.searchservices.listeners that return types with arguments of type AsFacet Modifier and Type Method Description protected AsConfigurationHolder<AsFacet,AbstractAsFacetConfiguration>SnAsSearchProfileCalculationListener. createFacetHolder(AsSearchProfileContext asContext, AbstractSnBucketsFacetRequest source, AsUidGenerator asUidGenerator) -
Uses of AsFacet in de.hybris.platform.adaptivesearch.strategies.impl
Method parameters in de.hybris.platform.adaptivesearch.strategies.impl with type arguments of type AsFacet Modifier and Type Method Description intDefaultAsSearchProfileResultFactory.FacetComparator. compare(AsConfigurationHolder<AsFacet,AbstractAsFacetConfiguration> configurationHolder1, AsConfigurationHolder<AsFacet,AbstractAsFacetConfiguration> configurationHolder2) -
Uses of AsFacet in de.hybris.platform.adaptivesearchbackoffice.editors.facets
Method parameters in de.hybris.platform.adaptivesearchbackoffice.editors.facets with type arguments of type AsFacet Modifier and Type Method Description protected voidAsFacetsDataHandler. convertFromSearchProfileResult(AsConfigurationHolder<AsFacet,AbstractAsFacetConfiguration> source, FacetEditorData target, AbstractAsSearchProfileModel searchProfile) -
Uses of AsFacet in de.hybris.platform.adaptivesearchsolr.listeners
Methods in de.hybris.platform.adaptivesearchsolr.listeners that return types with arguments of type AsFacet Modifier and Type Method Description protected AsConfigurationHolder<AsFacet,AbstractAsFacetConfiguration>SolrAsSearchProfileCalculationListener. convertFacet(AsSearchProfileContext context, FacetField facetField, AsUidGenerator asUidGenerator)
-