Uses of Class
de.hybris.platform.adaptivesearch.data.AbstractAsBoostRuleConfiguration
Packages that use AbstractAsBoostRuleConfiguration
Package
Description
-
Uses of AbstractAsBoostRuleConfiguration in de.hybris.platform.adaptivesearch.converters.populators
Methods in de.hybris.platform.adaptivesearch.converters.populators with parameters of type AbstractAsBoostRuleConfigurationModifier and TypeMethodDescriptionvoidAsBoostRuleConfigurationPopulator.populate(AbstractAsBoostRuleConfigurationModel source, AbstractAsBoostRuleConfiguration target, AsItemConfigurationConverterContext context) voidAsBoostRuleConfigurationReversePopulator.populate(AbstractAsBoostRuleConfiguration source, AbstractAsBoostRuleConfigurationModel target, AsItemConfigurationReverseConverterContext context) -
Uses of AbstractAsBoostRuleConfiguration in de.hybris.platform.adaptivesearch.data
Subclasses of AbstractAsBoostRuleConfiguration in de.hybris.platform.adaptivesearch.dataMethods in de.hybris.platform.adaptivesearch.data that return types with arguments of type AbstractAsBoostRuleConfigurationMethod parameters in de.hybris.platform.adaptivesearch.data with type arguments of type AbstractAsBoostRuleConfigurationModifier and TypeMethodDescriptionvoidAsSearchProfileResult.setBoostRules(List<AsConfigurationHolder<AsBoostRule, AbstractAsBoostRuleConfiguration>> boostRules) -
Uses of AbstractAsBoostRuleConfiguration in de.hybris.platform.adaptivesearch.searchservices.listeners
Method parameters in de.hybris.platform.adaptivesearch.searchservices.listeners with type arguments of type AbstractAsBoostRuleConfigurationModifier and TypeMethodDescriptionprotected SnQueryFunctionRankRuleSnAsSearchProfileCalculationListener.createQueryFunctionRankRule(AsConfigurationHolder<? extends AsBoostRule, AbstractAsBoostRuleConfiguration> boostRuleHolder) -
Uses of AbstractAsBoostRuleConfiguration in de.hybris.platform.adaptivesearch.strategies.impl
Method parameters in de.hybris.platform.adaptivesearch.strategies.impl with type arguments of type AbstractAsBoostRuleConfigurationModifier and TypeMethodDescriptionprotected <V extends AsBoostRule>
voidAsBoostRulesAddMergeStrategy.mergeAfter(List<AsConfigurationHolder<V, AbstractAsBoostRuleConfiguration>> source, List<AsConfigurationHolder<V, AbstractAsBoostRuleConfiguration>> target) protected <V extends AsBoostRule>
voidAsBoostRulesReplaceMergeStrategy.replace(List<AsConfigurationHolder<V, AbstractAsBoostRuleConfiguration>> source, List<AsConfigurationHolder<V, AbstractAsBoostRuleConfiguration>> target) -
Uses of AbstractAsBoostRuleConfiguration in de.hybris.platform.adaptivesearchbackoffice.data
Methods in de.hybris.platform.adaptivesearchbackoffice.data that return AbstractAsBoostRuleConfigurationMethods in de.hybris.platform.adaptivesearchbackoffice.data with parameters of type AbstractAsBoostRuleConfigurationModifier and TypeMethodDescriptionvoidBoostRuleEditorData.setBoostRuleConfiguration(AbstractAsBoostRuleConfiguration boostRuleConfiguration) -
Uses of AbstractAsBoostRuleConfiguration in de.hybris.platform.adaptivesearchbackoffice.editors.boostrules
Methods in de.hybris.platform.adaptivesearchbackoffice.editors.boostrules with parameters of type AbstractAsBoostRuleConfigurationModifier and TypeMethodDescriptionprotected booleanAsBoostRulesDataHandler.isConfigurationFromSearchProfile(AbstractAsBoostRuleConfiguration configuration, AbstractAsSearchProfileModel searchProfile) Method parameters in de.hybris.platform.adaptivesearchbackoffice.editors.boostrules with type arguments of type AbstractAsBoostRuleConfigurationModifier and TypeMethodDescriptionprotected voidAsBoostRulesDataHandler.convertFromSearchProfileResult(AsConfigurationHolder<AsBoostRule, AbstractAsBoostRuleConfiguration> source, BoostRuleEditorData target, AbstractAsSearchProfileModel searchProfile) -
Uses of AbstractAsBoostRuleConfiguration in de.hybris.platform.adaptivesearchsolr.listeners
Methods in de.hybris.platform.adaptivesearchsolr.listeners that return types with arguments of type AbstractAsBoostRuleConfigurationModifier and TypeMethodDescriptionSolrAsSearchProfileCalculationListener.convertBoostRule(AsSearchProfileContext context, BoostField boostField, AsUidGenerator asUidGenerator) Method parameters in de.hybris.platform.adaptivesearchsolr.listeners with type arguments of type AbstractAsBoostRuleConfigurationModifier and TypeMethodDescriptionprotected BoostFieldSolrAsSearchProfileCalculationListener.createBoostField(AsConfigurationHolder<? extends AsBoostRule, AbstractAsBoostRuleConfiguration> boostRuleHolder) protected booleanSolrAsSearchProfileCalculationListener.isValidBoostRule(FacetSearchContext facetSearchContext, AsConfigurationHolder<AsBoostRule, AbstractAsBoostRuleConfiguration> boostRuleHolder)