Uses of Interface
com.broadleafcommerce.search.core.service.relevancyrulegroup.RelevancyRuleGroupService
Packages that use RelevancyRuleGroupService
Package
Description
- 
Uses of RelevancyRuleGroupService in com.broadleafcommerce.search.core.service.autoconfigure
Methods in com.broadleafcommerce.search.core.service.autoconfigure with parameters of type RelevancyRuleGroupServiceModifier 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 RelevancyRuleGroupService in com.broadleafcommerce.search.core.service.relevancyrule
Methods in com.broadleafcommerce.search.core.service.relevancyrule that return RelevancyRuleGroupServiceModifier and TypeMethodDescriptionprotected RelevancyRuleGroupService<com.broadleafcommerce.search.api.domain.RelevancyRuleGroup>RelevancyRuleUtils.getRelevancyRuleGroupService()Constructors in com.broadleafcommerce.search.core.service.relevancyrule with parameters of type RelevancyRuleGroupServiceModifierConstructorDescriptionRelevancyRuleUtils(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 RelevancyRuleGroupService in com.broadleafcommerce.search.core.service.relevancyrulegroup
Classes in com.broadleafcommerce.search.core.service.relevancyrulegroup that implement RelevancyRuleGroupServiceModifier and TypeClassDescriptionclassDefaultRelevancyRuleGroupService<P extends com.broadleafcommerce.search.api.domain.RelevancyRuleGroup>Default implementation ofRelevancyRuleGroupService<com.broadleafcommerce.search.api.domain.RelevancyRuleGroup> - 
Uses of RelevancyRuleGroupService in com.broadleafcommerce.search.core.service.validation
Methods in com.broadleafcommerce.search.core.service.validation that return RelevancyRuleGroupServiceModifier and TypeMethodDescriptionprotected RelevancyRuleGroupService<com.broadleafcommerce.search.api.domain.RelevancyRuleGroup>RelevancyRuleGroupRuleValidator.getRelevancyRuleGroupService()Methods in com.broadleafcommerce.search.core.service.validation with parameters of type RelevancyRuleGroupServiceModifier and TypeMethodDescriptionvoidRelevancyRuleGroupRuleValidator.setRelevancyRuleGroupService(RelevancyRuleGroupService<com.broadleafcommerce.search.api.domain.RelevancyRuleGroup> relevancyRuleGroupService)  - 
Uses of RelevancyRuleGroupService in com.broadleafcommerce.search.core.web.endpoint
Methods in com.broadleafcommerce.search.core.web.endpoint that return RelevancyRuleGroupServiceModifier and TypeMethodDescriptionprotected RelevancyRuleGroupService<com.broadleafcommerce.search.api.domain.RelevancyRuleGroup>RelevancyRuleGroupEndpoint.getRelevancyRuleGroupService()protected RelevancyRuleGroupService<com.broadleafcommerce.search.api.domain.RelevancyRuleGroup>SearchSettingsEndpoint.getRelevancyRuleGroupService()Methods in com.broadleafcommerce.search.core.web.endpoint with parameters of type RelevancyRuleGroupServiceModifier and TypeMethodDescriptionvoidSearchSettingsEndpoint.setRelevancyRuleGroupService(RelevancyRuleGroupService<com.broadleafcommerce.search.api.domain.RelevancyRuleGroup> relevancyRuleGroupService) Constructors in com.broadleafcommerce.search.core.web.endpoint with parameters of type RelevancyRuleGroupServiceModifierConstructorDescriptionRelevancyRuleGroupEndpoint(RelevancyRuleGroupService<com.broadleafcommerce.search.api.domain.RelevancyRuleGroup> relevancyRuleGroupService, RelevancyRuleService<com.broadleafcommerce.search.api.domain.RelevancyRule> relevancyRuleService, RelevancyRuleGroupRuleService<com.broadleafcommerce.search.api.domain.RelevancyRuleGroupRule> relevancyRuleGroupRuleService, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService)