| Package | Description |
|---|---|
| org.broadleafcommerce.core.offer.domain | |
| org.broadleafcommerce.core.order.domain |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FulfillmentGroupAdjustment |
interface |
OrderAdjustment |
interface |
OrderItemAdjustment |
interface |
OrderItemPriceDetailAdjustment
Records the actual adjustments that were made to an OrderItemPriceDetail.
|
interface |
ProratedOrderItemAdjustment |
| Modifier and Type | Class and Description |
|---|---|
class |
FulfillmentGroupAdjustmentImpl |
class |
OrderAdjustmentImpl |
class |
OrderItemAdjustmentImpl |
class |
OrderItemPriceDetailAdjustmentImpl |
class |
ProratedOrderItemAdjustmentImpl |
| Modifier and Type | Method and Description |
|---|---|
List<Adjustment> |
Order.getAllFutureCreditAdjustments()
Returns a List of Adjustment originating from FUTURE_CREDIT Offers.
|
List<Adjustment> |
OrderImpl.getAllFutureCreditAdjustments() |
List<Adjustment> |
NullOrderImpl.getAllFutureCreditAdjustments() |
Copyright © 2020. All rights reserved.