| Package | Description |
|---|---|
| org.broadleafcommerce.core.offer.service.discount.domain | |
| org.broadleafcommerce.core.offer.service.processor |
| Modifier and Type | Class and Description |
|---|---|
class |
PromotableOrderAdjustmentImpl |
| Modifier and Type | Field and Description |
|---|---|
protected List<PromotableOrderAdjustment> |
PromotableOrderImpl.candidateOrderOfferAdjustments |
| Modifier and Type | Method and Description |
|---|---|
PromotableOrderAdjustment |
PromotableItemFactory.createPromotableOrderAdjustment(PromotableCandidateOrderOffer promotableCandidateOrderOffer,
PromotableOrder order) |
PromotableOrderAdjustment |
PromotableItemFactoryImpl.createPromotableOrderAdjustment(PromotableCandidateOrderOffer promotableCandidateOrderOffer,
PromotableOrder order) |
PromotableOrderAdjustment |
PromotableItemFactory.createPromotableOrderAdjustment(PromotableCandidateOrderOffer promotableCandidateOrderOffer,
PromotableOrder order,
Money value) |
PromotableOrderAdjustment |
PromotableItemFactoryImpl.createPromotableOrderAdjustment(PromotableCandidateOrderOffer promotableCandidateOrderOffer,
PromotableOrder order,
Money adjustmentValue) |
| Modifier and Type | Method and Description |
|---|---|
List<PromotableOrderAdjustment> |
PromotableOrderImpl.getCandidateOrderAdjustments() |
List<PromotableOrderAdjustment> |
PromotableOrder.getCandidateOrderAdjustments()
Returns the list of orderAdjustments being proposed for the order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PromotableOrderImpl.addCandidateOrderAdjustment(PromotableOrderAdjustment orderAdjustment) |
void |
PromotableOrder.addCandidateOrderAdjustment(PromotableOrderAdjustment orderAdjustment)
Adds the adjustment to the order's adjustment list and discounts the
order's adjustment price by the value of the adjustment.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<Long,PromotableOrderAdjustment> |
OrderOfferProcessorImpl.buildPromotableOrderAdjustmentsMap(PromotableOrder promotableOrder) |
Copyright © 2014. All Rights Reserved.