public interface CartRuleService
CartRule instances| Modifier and Type | Method and Description |
|---|---|
List<CartRuleAction> |
findActionsForCartRule(CartRule cartRule)
Returns a list of
CartRuleActions for a given CartRule |
List<CartRule> |
findActiveCartRules()
Returns a list of all active
CartRules |
List<CartRule> |
findActiveCartRulesWithExecutionType(ExecutionTimeType executionTimeType)
Returns a list of all active
CartRules with a given ExecutionTimeType |
List<com.broadleafcommerce.customersegment.domain.CustomerSegment> |
findCustomerSegmentsForCartRule(CartRule cartRule)
Returns a list of
CustomerSegments for a given CartRule |
List<CartRule> findActiveCartRules()
CartRulesList<CartRule> findActiveCartRulesWithExecutionType(ExecutionTimeType executionTimeType)
CartRules with a given ExecutionTimeTypeexecutionTimeType - List<CartRuleAction> findActionsForCartRule(CartRule cartRule)
CartRuleActions for a given CartRulecartRule - Copyright © 2019. All rights reserved.