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 rule
in this relationship.Methods in com.broadleafcommerce.search.api.domain that return types with arguments of type RelevancyRuleModifier and TypeMethodDescriptionRelevancyRuleGroup.getRelevancyRules()
Therelevancy rules
in this relevancy rule group.Methods in com.broadleafcommerce.search.api.domain with parameters of type RelevancyRuleModifier and TypeMethodDescriptionvoid
RelevancyRuleGroupRule.setRelevancyRule
(RelevancyRule relevancyRule) Therelevancy rule
in this relationship.Method parameters in com.broadleafcommerce.search.api.domain with type arguments of type RelevancyRuleModifier and TypeMethodDescriptionvoid
RelevancyRuleGroup.setRelevancyRules
(Set<RelevancyRule> relevancyRules) Therelevancy rules
in this relevancy rule group.