|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PromotableOrderAdjustment | |
|---|---|
| org.broadleafcommerce.core.offer.service.discount.domain | |
| org.broadleafcommerce.core.offer.service.processor | |
| Uses of PromotableOrderAdjustment in org.broadleafcommerce.core.offer.service.discount.domain |
|---|
| Classes in org.broadleafcommerce.core.offer.service.discount.domain that implement PromotableOrderAdjustment | |
|---|---|
class |
PromotableOrderAdjustmentImpl
|
| Fields in org.broadleafcommerce.core.offer.service.discount.domain with type parameters of type PromotableOrderAdjustment | |
|---|---|
protected List<PromotableOrderAdjustment> |
PromotableOrderImpl.candidateOrderOfferAdjustments
|
| Methods in org.broadleafcommerce.core.offer.service.discount.domain that return PromotableOrderAdjustment | |
|---|---|
PromotableOrderAdjustment |
PromotableItemFactoryImpl.createPromotableOrderAdjustment(PromotableCandidateOrderOffer promotableCandidateOrderOffer,
PromotableOrder order)
|
PromotableOrderAdjustment |
PromotableItemFactory.createPromotableOrderAdjustment(PromotableCandidateOrderOffer promotableCandidateOrderOffer,
PromotableOrder order)
|
PromotableOrderAdjustment |
PromotableItemFactoryImpl.createPromotableOrderAdjustment(PromotableCandidateOrderOffer promotableCandidateOrderOffer,
PromotableOrder order,
Money adjustmentValue)
|
PromotableOrderAdjustment |
PromotableItemFactory.createPromotableOrderAdjustment(PromotableCandidateOrderOffer promotableCandidateOrderOffer,
PromotableOrder order,
Money value)
|
| Methods in org.broadleafcommerce.core.offer.service.discount.domain that return types with arguments of type PromotableOrderAdjustment | |
|---|---|
List<PromotableOrderAdjustment> |
PromotableOrderImpl.getCandidateOrderAdjustments()
|
List<PromotableOrderAdjustment> |
PromotableOrder.getCandidateOrderAdjustments()
Returns the list of orderAdjustments being proposed for the order. |
| Methods in org.broadleafcommerce.core.offer.service.discount.domain with parameters of type PromotableOrderAdjustment | |
|---|---|
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. |
| Uses of PromotableOrderAdjustment in org.broadleafcommerce.core.offer.service.processor |
|---|
| Methods in org.broadleafcommerce.core.offer.service.processor that return types with arguments of type PromotableOrderAdjustment | |
|---|---|
protected Map<Long,PromotableOrderAdjustment> |
OrderOfferProcessorImpl.buildPromotableOrderAdjustmentsMap(PromotableOrder promotableOrder)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||