Uses of Interface
com.broadleafcommerce.search.core.service.settingsrelevancyrulegroup.SettingsRelevancyRuleGroupService
Packages that use SettingsRelevancyRuleGroupService
Package
Description
- 
Uses of SettingsRelevancyRuleGroupService in com.broadleafcommerce.search.core.service.autoconfigure
Methods in com.broadleafcommerce.search.core.service.autoconfigure with parameters of type SettingsRelevancyRuleGroupServiceModifier and TypeMethodDescriptionRelevancyRuleUtils<com.broadleafcommerce.search.api.domain.RelevancyRule>SearchServiceAutoConfiguration.relevancyRuleUtils(SearchSettingsUtils searchSettingsUtils, SettingsRelevancyRuleGroupService<com.broadleafcommerce.search.api.domain.SettingsRelevancyRuleGroup> settingsRelevancyRuleGroupService, RelevancyRuleGroupService<com.broadleafcommerce.search.api.domain.RelevancyRuleGroup> relevancyRuleGroupService, RelevancyRuleGroupRuleService<com.broadleafcommerce.search.api.domain.RelevancyRuleGroupRule> relevancyRuleGroupRuleService, RelevancyRuleService<com.broadleafcommerce.search.api.domain.RelevancyRule> relevancyRuleService, com.broadleafcommerce.search.autoconfigure.SearchSettingsProperties searchSettingsProperties)  - 
Uses of SettingsRelevancyRuleGroupService in com.broadleafcommerce.search.core.service.relevancyrule
Methods in com.broadleafcommerce.search.core.service.relevancyrule that return SettingsRelevancyRuleGroupServiceModifier and TypeMethodDescriptionprotected SettingsRelevancyRuleGroupService<com.broadleafcommerce.search.api.domain.SettingsRelevancyRuleGroup>RelevancyRuleUtils.getSettingsRelevancyRuleGroupService()Constructors in com.broadleafcommerce.search.core.service.relevancyrule with parameters of type SettingsRelevancyRuleGroupServiceModifierConstructorDescriptionRelevancyRuleUtils(SearchSettingsUtils searchSettingsUtils, SettingsRelevancyRuleGroupService<com.broadleafcommerce.search.api.domain.SettingsRelevancyRuleGroup> settingsRelevancyRuleGroupService, RelevancyRuleGroupService<com.broadleafcommerce.search.api.domain.RelevancyRuleGroup> relevancyRuleGroupService, RelevancyRuleGroupRuleService<com.broadleafcommerce.search.api.domain.RelevancyRuleGroupRule> relevancyRuleGroupRuleService, RelevancyRuleService<R> relevancyRuleService, com.broadleafcommerce.search.autoconfigure.SearchSettingsProperties searchSettingsProperties)  - 
Uses of SettingsRelevancyRuleGroupService in com.broadleafcommerce.search.core.service.settingsrelevancyrulegroup
Classes in com.broadleafcommerce.search.core.service.settingsrelevancyrulegroup that implement SettingsRelevancyRuleGroupServiceModifier and TypeClassDescriptionclassDefaultSettingsRelevancyRuleGroupService<P extends com.broadleafcommerce.search.api.domain.SettingsRelevancyRuleGroup>Default implementation ofSettingsRelevancyRuleGroupService<com.broadleafcommerce.search.api.domain.SettingsRelevancyRuleGroup> - 
Uses of SettingsRelevancyRuleGroupService in com.broadleafcommerce.search.core.service.validation
Methods in com.broadleafcommerce.search.core.service.validation that return SettingsRelevancyRuleGroupServiceModifier and TypeMethodDescriptionprotected SettingsRelevancyRuleGroupService<com.broadleafcommerce.search.api.domain.SettingsRelevancyRuleGroup>SettingsRelevancyRuleGroupValidator.getSettingsRelevancyRuleGroupService()Methods in com.broadleafcommerce.search.core.service.validation with parameters of type SettingsRelevancyRuleGroupServiceModifier and TypeMethodDescriptionvoidSettingsRelevancyRuleGroupValidator.setSettingsRelevancyRuleGroupService(SettingsRelevancyRuleGroupService<com.broadleafcommerce.search.api.domain.SettingsRelevancyRuleGroup> settingsRelevancyRuleGroupService)  - 
Uses of SettingsRelevancyRuleGroupService in com.broadleafcommerce.search.core.web.endpoint
Methods in com.broadleafcommerce.search.core.web.endpoint that return SettingsRelevancyRuleGroupServiceModifier and TypeMethodDescriptionprotected SettingsRelevancyRuleGroupService<com.broadleafcommerce.search.api.domain.SettingsRelevancyRuleGroup>SearchSettingsEndpoint.getSettingsRelevancyRuleGroupService()Methods in com.broadleafcommerce.search.core.web.endpoint with parameters of type SettingsRelevancyRuleGroupServiceModifier and TypeMethodDescriptionvoidSearchSettingsEndpoint.setSettingsRelevancyRuleGroupService(SettingsRelevancyRuleGroupService<com.broadleafcommerce.search.api.domain.SettingsRelevancyRuleGroup> settingsRelevancyRuleGroupService)