Uses of Class
com.broadleafcommerce.search.api.domain.RelevancyRuleGroup
Packages that use RelevancyRuleGroup
-
Uses of RelevancyRuleGroup in com.broadleafcommerce.search.api.domain
Methods in com.broadleafcommerce.search.api.domain that return RelevancyRuleGroupModifier and TypeMethodDescriptionRelevancyRuleGroupRule.getRelevancyRuleGroup()Therelevancy rule groupin this relationshipSettingsRelevancyRuleGroup.getRelevancyRuleGroup()Therelevancy rule groupin this relationshipMethods in com.broadleafcommerce.search.api.domain that return types with arguments of type RelevancyRuleGroupModifier and TypeMethodDescriptionSearchSettings.getRelevancyRuleGroups()The relevancy rule groups managed on this search settings.Methods in com.broadleafcommerce.search.api.domain with parameters of type RelevancyRuleGroupModifier and TypeMethodDescriptionvoidRelevancyRuleGroupRule.setRelevancyRuleGroup(RelevancyRuleGroup relevancyRuleGroup) Therelevancy rule groupin this relationshipvoidSettingsRelevancyRuleGroup.setRelevancyRuleGroup(RelevancyRuleGroup relevancyRuleGroup) Therelevancy rule groupin this relationshipMethod parameters in com.broadleafcommerce.search.api.domain with type arguments of type RelevancyRuleGroupModifier and TypeMethodDescriptionvoidSearchSettings.setRelevancyRuleGroups(Set<RelevancyRuleGroup> relevancyRuleGroups) The relevancy rule groups managed on this search settings.