| Package | Description |
|---|---|
| org.broadleafcommerce.core.offer.dao | |
| org.broadleafcommerce.core.offer.domain | |
| org.broadleafcommerce.core.order.domain |
| Modifier and Type | Method and Description |
|---|---|
OrderAdjustment |
OfferDao.createOrderAdjustment() |
OrderAdjustment |
OfferDaoImpl.createOrderAdjustment() |
| Modifier and Type | Class and Description |
|---|---|
class |
OrderAdjustmentImpl |
| Modifier and Type | Field and Description |
|---|---|
protected List<OrderAdjustment> |
OrderImpl.orderAdjustments |
| Modifier and Type | Method and Description |
|---|---|
List<OrderAdjustment> |
Order.getOrderAdjustments()
Returns a unmodifiable List of OrderAdjustment.
|
List<OrderAdjustment> |
OrderImpl.getOrderAdjustments() |
List<OrderAdjustment> |
NullOrderImpl.getOrderAdjustments() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
OrderImpl.setOrderAdjustments(List<OrderAdjustment> orderAdjustments) |
Copyright © 2014. All Rights Reserved.