Uses of Interface
com.broadleafcommerce.search.core.service.relevancyrule.RelevancyRuleService
Packages that use RelevancyRuleService
Package
Description
- 
Uses of RelevancyRuleService in com.broadleafcommerce.search.core.service.autoconfigure
Methods in com.broadleafcommerce.search.core.service.autoconfigure with parameters of type RelevancyRuleServiceModifier 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 RelevancyRuleService in com.broadleafcommerce.search.core.service.relevancyrule
Classes in com.broadleafcommerce.search.core.service.relevancyrule that implement RelevancyRuleServiceModifier and TypeClassDescriptionclassDefaultRelevancyRuleService<R extends com.broadleafcommerce.search.api.domain.RelevancyRule>Methods in com.broadleafcommerce.search.core.service.relevancyrule that return RelevancyRuleServiceModifier and TypeMethodDescriptionprotected RelevancyRuleService<R>RelevancyRuleUtils.getRelevancyRuleService()Constructors in com.broadleafcommerce.search.core.service.relevancyrule with parameters of type RelevancyRuleServiceModifierConstructorDescriptionRelevancyRuleUtils(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 RelevancyRuleService in com.broadleafcommerce.search.core.service.validation
Methods in com.broadleafcommerce.search.core.service.validation that return RelevancyRuleServiceModifier and TypeMethodDescriptionprotected RelevancyRuleService<com.broadleafcommerce.search.api.domain.RelevancyRule>RelevancyRuleGroupRuleValidator.getRelevancyRuleService()Methods in com.broadleafcommerce.search.core.service.validation with parameters of type RelevancyRuleServiceModifier and TypeMethodDescriptionvoidRelevancyRuleGroupRuleValidator.setRelevancyRuleService(RelevancyRuleService<com.broadleafcommerce.search.api.domain.RelevancyRule> relevancyRuleService)  - 
Uses of RelevancyRuleService in com.broadleafcommerce.search.core.web.endpoint
Methods in com.broadleafcommerce.search.core.web.endpoint that return RelevancyRuleServiceModifier and TypeMethodDescriptionprotected RelevancyRuleService<com.broadleafcommerce.search.api.domain.RelevancyRule>RelevancyRuleEndpoint.getRelevancyRuleService()protected RelevancyRuleService<com.broadleafcommerce.search.api.domain.RelevancyRule>RelevancyRuleGroupEndpoint.getRelevancyRuleService()Constructors in com.broadleafcommerce.search.core.web.endpoint with parameters of type RelevancyRuleServiceModifierConstructorDescriptionRelevancyRuleEndpoint(RelevancyRuleService<com.broadleafcommerce.search.api.domain.RelevancyRule> relevancyRuleService, FieldDefinitionService<com.broadleafcommerce.search.api.domain.FieldDefinition> fieldDefinitionService, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService) RelevancyRuleGroupEndpoint(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)