Uses of Class
de.hybris.platform.adaptivesearch.data.AsExcludedFacet
-
-
Uses of AsExcludedFacet in de.hybris.platform.adaptivesearch.converters.populators
Methods in de.hybris.platform.adaptivesearch.converters.populators that return types with arguments of type AsExcludedFacet Modifier and Type Method Description ContextAwareConverter<AsExcludedFacetModel,AsExcludedFacet,AsItemConfigurationConverterContext>AsConfigurableSearchConfigurationPopulator. getAsExcludedFacetConverter()Method parameters in de.hybris.platform.adaptivesearch.converters.populators with type arguments of type AsExcludedFacet Modifier and Type Method Description voidAsConfigurableSearchConfigurationPopulator. setAsExcludedFacetConverter(ContextAwareConverter<AsExcludedFacetModel,AsExcludedFacet,AsItemConfigurationConverterContext> asExcludedFacetConverter) -
Uses of AsExcludedFacet in de.hybris.platform.adaptivesearch.data
Methods in de.hybris.platform.adaptivesearch.data that return types with arguments of type AsExcludedFacet Modifier and Type Method Description java.util.List<AsExcludedFacet>AsConfigurableSearchConfiguration. getExcludedFacets()java.util.Map<java.lang.String,AsConfigurationHolder<AsExcludedFacet,AbstractAsFacetConfiguration>>AsSearchProfileResult. getExcludedFacets()Method parameters in de.hybris.platform.adaptivesearch.data with type arguments of type AsExcludedFacet Modifier and Type Method Description voidAsConfigurableSearchConfiguration. setExcludedFacets(java.util.List<AsExcludedFacet> excludedFacets)voidAsSearchProfileResult. setExcludedFacets(java.util.Map<java.lang.String,AsConfigurationHolder<AsExcludedFacet,AbstractAsFacetConfiguration>> excludedFacets) -
Uses of AsExcludedFacet in de.hybris.platform.adaptivesearchbackoffice.editors.excludedfacets
Method parameters in de.hybris.platform.adaptivesearchbackoffice.editors.excludedfacets with type arguments of type AsExcludedFacet Modifier and Type Method Description protected voidAsExcludedFacetsDataHandler. convertFromSearchProfileResult(AsConfigurationHolder<AsExcludedFacet,AbstractAsFacetConfiguration> source, ExcludedFacetEditorData target, AbstractAsSearchProfileModel searchProfile)
-