public interface PromotableFulfillmentGroupAdjustment extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
finalizeAdjustment(boolean useSaleAdjustments)
Updates the adjustmentValue to the sales or retail value based on the passed in param
|
Money |
getAdjustmentValue()
Returns the value of this adjustment
|
PromotableCandidateFulfillmentGroupOffer |
getPromotableCandidateFulfillmentGroupOffer()
Returns the associated promotableCandidateOrderOffer
|
PromotableFulfillmentGroup |
getPromotableFulfillmentGroup()
Returns the associated promotableFulfillmentGroup
|
Money |
getRetailAdjustmentValue()
Returns the value of this adjustment
|
Money |
getSaleAdjustmentValue()
Returns the value of this adjustment
|
boolean |
isAppliedToSalePrice() |
boolean |
isCombinable()
Returns true if this adjustment represents a combinable offer.
|
boolean |
isTotalitarian()
Returns true if this adjustment represents a totalitarian offer.
|
PromotableFulfillmentGroup getPromotableFulfillmentGroup()
PromotableCandidateFulfillmentGroupOffer getPromotableCandidateFulfillmentGroupOffer()
Money getSaleAdjustmentValue()
Money getRetailAdjustmentValue()
Money getAdjustmentValue()
boolean isCombinable()
boolean isTotalitarian()
void finalizeAdjustment(boolean useSaleAdjustments)
boolean isAppliedToSalePrice()
Copyright © 2015. All Rights Reserved.