Uses of Class
de.hybris.platform.adaptivesearch.jalo.AsBoostRule
-
Packages that use AsBoostRule Package Description de.hybris.platform.adaptivesearch.jalo -
-
Uses of AsBoostRule in de.hybris.platform.adaptivesearch.jalo
Fields in de.hybris.platform.adaptivesearch.jalo with type parameters of type AsBoostRule Modifier and Type Field Description protected static OneToManyHandler<AsBoostRule>GeneratedAbstractAsConfigurableSearchConfiguration. BOOSTRULESHANDLEROneToManyHandlerfor handling 1:n BOOSTRULES's relation attributes from 'many' side.Methods in de.hybris.platform.adaptivesearch.jalo that return types with arguments of type AsBoostRule Modifier and Type Method Description java.util.List<AsBoostRule>GeneratedAbstractAsConfigurableSearchConfiguration. getBoostRules()Generated method - Getter of theAbstractAsConfigurableSearchConfiguration.boostRulesattribute.java.util.List<AsBoostRule>GeneratedAbstractAsConfigurableSearchConfiguration. getBoostRules(SessionContext ctx)Generated method - Getter of theAbstractAsConfigurableSearchConfiguration.boostRulesattribute.Methods in de.hybris.platform.adaptivesearch.jalo with parameters of type AsBoostRule Modifier and Type Method Description voidGeneratedAbstractAsConfigurableSearchConfiguration. addToBoostRules(AsBoostRule value)Generated method - Addsvalueto boostRules.voidGeneratedAbstractAsConfigurableSearchConfiguration. addToBoostRules(SessionContext ctx, AsBoostRule value)Generated method - Addsvalueto boostRules.voidGeneratedAbstractAsConfigurableSearchConfiguration. removeFromBoostRules(AsBoostRule value)Generated method - Removesvaluefrom boostRules.voidGeneratedAbstractAsConfigurableSearchConfiguration. removeFromBoostRules(SessionContext ctx, AsBoostRule value)Generated method - Removesvaluefrom boostRules.Method parameters in de.hybris.platform.adaptivesearch.jalo with type arguments of type AsBoostRule Modifier and Type Method Description voidGeneratedAbstractAsConfigurableSearchConfiguration. setBoostRules(SessionContext ctx, java.util.List<AsBoostRule> value)Generated method - Setter of theAbstractAsConfigurableSearchConfiguration.boostRulesattribute.voidGeneratedAbstractAsConfigurableSearchConfiguration. setBoostRules(java.util.List<AsBoostRule> value)Generated method - Setter of theAbstractAsConfigurableSearchConfiguration.boostRulesattribute.
-