Uses of Interface
com.broadleafcommerce.search.core.service.relevancygrouprule.RelevancyRuleGroupRuleService
Packages that use RelevancyRuleGroupRuleService
Package
Description
-
Uses of RelevancyRuleGroupRuleService in com.broadleafcommerce.search.core.service.autoconfigure
Methods in com.broadleafcommerce.search.core.service.autoconfigure with parameters of type RelevancyRuleGroupRuleServiceModifier 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 RelevancyRuleGroupRuleService in com.broadleafcommerce.search.core.service.relevancygrouprule
Classes in com.broadleafcommerce.search.core.service.relevancygrouprule that implement RelevancyRuleGroupRuleServiceModifier and TypeClassDescriptionclass
DefaultRelevancyRuleGroupRuleService<P extends com.broadleafcommerce.search.api.domain.RelevancyRuleGroupRule>
-
Uses of RelevancyRuleGroupRuleService in com.broadleafcommerce.search.core.service.relevancyrule
Methods in com.broadleafcommerce.search.core.service.relevancyrule that return RelevancyRuleGroupRuleServiceModifier and TypeMethodDescriptionprotected RelevancyRuleGroupRuleService<com.broadleafcommerce.search.api.domain.RelevancyRuleGroupRule>
RelevancyRuleUtils.getRelevancyRuleGroupRuleService()
Constructors in com.broadleafcommerce.search.core.service.relevancyrule with parameters of type RelevancyRuleGroupRuleServiceModifierConstructorDescriptionRelevancyRuleUtils
(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 RelevancyRuleGroupRuleService in com.broadleafcommerce.search.core.service.validation
Methods in com.broadleafcommerce.search.core.service.validation that return RelevancyRuleGroupRuleServiceModifier and TypeMethodDescriptionprotected RelevancyRuleGroupRuleService<com.broadleafcommerce.search.api.domain.RelevancyRuleGroupRule>
RelevancyRuleGroupRuleValidator.getRelevancyRuleGroupRuleService()
Lazy injection since this validator is itself a service component.Methods in com.broadleafcommerce.search.core.service.validation with parameters of type RelevancyRuleGroupRuleServiceModifier and TypeMethodDescriptionvoid
RelevancyRuleGroupRuleValidator.setRelevancyRuleGroupRuleService
(RelevancyRuleGroupRuleService<com.broadleafcommerce.search.api.domain.RelevancyRuleGroupRule> relevancyRuleGroupRuleService) Lazy injection since this validator is itself a service component. -
Uses of RelevancyRuleGroupRuleService in com.broadleafcommerce.search.core.web.endpoint
Methods in com.broadleafcommerce.search.core.web.endpoint that return RelevancyRuleGroupRuleServiceModifier and TypeMethodDescriptionprotected RelevancyRuleGroupRuleService<com.broadleafcommerce.search.api.domain.RelevancyRuleGroupRule>
RelevancyRuleGroupEndpoint.getRelevancyRuleGroupRuleService()
Constructors in com.broadleafcommerce.search.core.web.endpoint with parameters of type RelevancyRuleGroupRuleServiceModifierConstructorDescriptionRelevancyRuleGroupEndpoint
(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)