Uses of Class
com.broadleafcommerce.search.api.domain.RelevancyRule
Packages that use RelevancyRule
-
Uses of RelevancyRule in com.broadleafcommerce.search.api.domain
Methods in com.broadleafcommerce.search.api.domain that return RelevancyRuleModifier and TypeMethodDescriptionRelevancyRuleGroupRule.getRelevancyRule()Therelevancy rulein this relationship.Methods in com.broadleafcommerce.search.api.domain that return types with arguments of type RelevancyRuleModifier and TypeMethodDescriptionRelevancyRuleGroup.getRelevancyRules()Therelevancy rulesin this relevancy rule group.Methods in com.broadleafcommerce.search.api.domain with parameters of type RelevancyRuleModifier and TypeMethodDescriptionvoidRelevancyRuleGroupRule.setRelevancyRule(RelevancyRule relevancyRule) Therelevancy rulein this relationship.Method parameters in com.broadleafcommerce.search.api.domain with type arguments of type RelevancyRuleModifier and TypeMethodDescriptionvoidRelevancyRuleGroup.setRelevancyRules(Set<RelevancyRule> relevancyRules) Therelevancy rulesin this relevancy rule group.