| Modifier and Type | Method and Description |
|---|---|
List<CartRuleAction> |
CartRuleDao.readActionsForCartRule(CartRule cartRule)
Returns a list of
CartRuleActions for a given CartRule |
List<CartRuleAction> |
CartRuleDaoImpl.readActionsForCartRule(CartRule cartRule) |
| Modifier and Type | Field and Description |
|---|---|
protected List<CartRuleAction> |
CartRuleImpl.cartRuleActions |
| Modifier and Type | Method and Description |
|---|---|
List<CartRuleAction> |
CartRuleImpl.getCartRuleActions() |
List<CartRuleAction> |
CartRule.getCartRuleActions()
Returns a list of
CartRuleActions associated with this CartRule |
List<CartRuleAction> |
CartRuleImpl.getReversibleCartRuleActions() |
List<CartRuleAction> |
CartRule.getReversibleCartRuleActions()
Returns the list of
CartRuleActions that are reversible |
| Modifier and Type | Method and Description |
|---|---|
void |
CartRuleImpl.setCartRuleActions(List<CartRuleAction> cartRuleActions) |
void |
CartRule.setCartRuleActions(List<CartRuleAction> cartRuleActions)
Sets the list of
CartRuleActions to be associated with this CartRule |
| Modifier and Type | Class and Description |
|---|---|
class |
CartRuleActionImpl |
| Modifier and Type | Method and Description |
|---|---|
<G extends CartRuleAction> |
CartRuleActionImpl.createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) |
| Modifier and Type | Method and Description |
|---|---|
List<CartRuleAction> |
CartRuleServiceImpl.findActionsForCartRule(CartRule cartRule) |
List<CartRuleAction> |
CartRuleService.findActionsForCartRule(CartRule cartRule)
Returns a list of
CartRuleActions for a given CartRule |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CartRuleActivityServiceImpl.addItem(org.broadleafcommerce.core.order.domain.Order order,
org.broadleafcommerce.core.order.domain.OrderItem currentOrderItem,
CartRuleAction action,
int requestedTimesApplied,
int quantityMultiplier) |
protected Boolean |
CartRuleActivityServiceImpl.isDependentAddAction(CartRuleAction action,
CartRule cartRule,
org.broadleafcommerce.core.order.domain.OrderItem currentOrderItem) |
protected void |
CartRuleActivityServiceImpl.removeItem(org.broadleafcommerce.core.order.domain.Order order,
CartRuleAction action,
int requestedTimesApplied,
int quantityMultiplier) |
Copyright © 2019. All rights reserved.