Uses of Class
de.hybris.platform.adaptivesearch.data.AsBoostRule
-
Packages that use AsBoostRule Package Description de.hybris.platform.adaptivesearch.data -
-
Uses of AsBoostRule in de.hybris.platform.adaptivesearch.data
Methods in de.hybris.platform.adaptivesearch.data that return types with arguments of type AsBoostRule Modifier and Type Method Description java.util.List<AsBoostRule>AsConfigurableSearchConfiguration. getBoostRules()java.util.List<AsConfigurationHolder<AsBoostRule,AbstractAsBoostRuleConfiguration>>AsSearchProfileResult. getBoostRules()Method parameters in de.hybris.platform.adaptivesearch.data with type arguments of type AsBoostRule Modifier and Type Method Description voidAsConfigurableSearchConfiguration. setBoostRules(java.util.List<AsBoostRule> boostRules)voidAsSearchProfileResult. setBoostRules(java.util.List<AsConfigurationHolder<AsBoostRule,AbstractAsBoostRuleConfiguration>> boostRules)
-