@Service(value="blEnterpriseSearchBoostRuleService") public class EnterpriseSearchBoostRuleServiceImpl extends Object implements EnterpriseSearchBoostRuleService
| Modifier and Type | Field and Description |
|---|---|
protected EnterpriseSearchBoostRuleDao |
boostDao |
| Constructor and Description |
|---|
EnterpriseSearchBoostRuleServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
CategoryBoostRule |
findCategoryBoostRule(org.broadleafcommerce.core.search.domain.IndexFieldType IndexFieldType,
BoostRuleType boostRuleType) |
List<CategoryBoostRule> |
findCategoryBoostRules(List<Long> categoryIds,
BoostRuleType boostRuleType) |
GlobalBoostRule |
findGlobalBoostRule(org.broadleafcommerce.core.search.domain.IndexFieldType IndexFieldType,
BoostRuleType boostRuleType) |
List<GlobalBoostRule> |
findGlobalBoostRules(BoostRuleType boostRuleType) |
protected EnterpriseSearchBoostRuleDao boostDao
public EnterpriseSearchBoostRuleServiceImpl()
public GlobalBoostRule findGlobalBoostRule(org.broadleafcommerce.core.search.domain.IndexFieldType IndexFieldType, BoostRuleType boostRuleType)
findGlobalBoostRule in interface EnterpriseSearchBoostRuleServicepublic CategoryBoostRule findCategoryBoostRule(org.broadleafcommerce.core.search.domain.IndexFieldType IndexFieldType, BoostRuleType boostRuleType)
findCategoryBoostRule in interface EnterpriseSearchBoostRuleServicepublic List<CategoryBoostRule> findCategoryBoostRules(List<Long> categoryIds, BoostRuleType boostRuleType)
findCategoryBoostRules in interface EnterpriseSearchBoostRuleServicepublic List<GlobalBoostRule> findGlobalBoostRules(BoostRuleType boostRuleType)
findGlobalBoostRules in interface EnterpriseSearchBoostRuleServiceCopyright © 2020. All rights reserved.