Modifier and Type | Class and Description |
---|---|
class |
NonModifiableMoney
Immutable class for easy money comparisons.
|
Modifier and Type | Field and Description |
---|---|
static Money |
Money.ZERO |
Modifier and Type | Method and Description |
---|---|
Money |
Money.abs() |
static Money |
Money.abs(Money money) |
Money |
NonModifiableMoney.add(Money other) |
Money |
Money.add(Money other) |
Money |
CurrencyConversionService.convertCurrency(Money source,
Currency destinationCurrency,
int destinationScale)
Converts the given Money into the destination.
|
Money |
NonModifiableMoney.divide(BigDecimal divisor) |
Money |
Money.divide(BigDecimal divisor) |
Money |
NonModifiableMoney.divide(double amount) |
Money |
Money.divide(double amount) |
Money |
NonModifiableMoney.divide(int amount) |
Money |
Money.divide(int amount) |
Money |
Money.max(Money other) |
static Money |
Money.max(Money left,
Money right) |
Money |
Money.min(Money other) |
static Money |
Money.min(Money left,
Money right) |
Money |
NonModifiableMoney.multiply(BigDecimal multiplier) |
Money |
Money.multiply(BigDecimal multiplier) |
Money |
NonModifiableMoney.multiply(double amount) |
Money |
Money.multiply(double amount) |
Money |
NonModifiableMoney.multiply(int amount) |
Money |
Money.multiply(int amount) |
Money |
Money.negate() |
Money |
NonModifiableMoney.subtract(Money other) |
Money |
Money.subtract(Money other) |
Money |
Money.zero() |
static Money |
Money.zero(Currency currency) |
static Money |
Money.zero(String currencyCode) |
Modifier and Type | Method and Description |
---|---|
static Money |
Money.abs(Money money) |
Money |
NonModifiableMoney.add(Money other) |
Money |
Money.add(Money other) |
int |
Money.compareTo(Money other) |
Money |
CurrencyConversionService.convertCurrency(Money source,
Currency destinationCurrency,
int destinationScale)
Converts the given Money into the destination.
|
boolean |
Money.greaterThan(Money other) |
boolean |
Money.greaterThanOrEqual(Money other) |
boolean |
Money.lessThan(Money other) |
boolean |
Money.lessThanOrEqual(Money other) |
Money |
Money.max(Money other) |
static Money |
Money.max(Money left,
Money right) |
Money |
Money.min(Money other) |
static Money |
Money.min(Money left,
Money right) |
Money |
NonModifiableMoney.subtract(Money other) |
Money |
Money.subtract(Money other) |
static BigDecimal |
Money.toAmount(Money money) |
static Currency |
Money.toCurrency(Money money) |
Modifier and Type | Method and Description |
---|---|
Money |
SkuFeeImpl.getAmount() |
Money |
SkuFee.getAmount()
Gets the amount to charge for this surcharge
|
Money |
ProductBundleImpl.getBundleItemsRetailPrice() |
Money |
ProductBundle.getBundleItemsRetailPrice() |
Money |
ProductBundleImpl.getBundleItemsSalePrice() |
Money |
ProductBundle.getBundleItemsSalePrice() |
protected Money |
SkuBundleItemImpl.getDynamicSalePrice(Sku sku,
BigDecimal salePrice) |
Money |
SkuImpl.getListPrice() |
Money |
Sku.getListPrice()
Deprecated.
|
Money |
ProductOptionValueImpl.getPriceAdjustment() |
Money |
ProductOptionValue.getPriceAdjustment()
Gets the price adjustment associated with this value.
|
Money |
SkuImpl.getProductOptionValueAdjustments() |
Money |
Sku.getProductOptionValueAdjustments()
This is the sum total of the priceAdjustments from the associated ProductOptionValues
|
Money |
SkuImpl.getRetailPrice() |
Money |
SkuBundleItemImpl.getRetailPrice() |
Money |
SkuBundleItem.getRetailPrice() |
Money |
Sku.getRetailPrice()
Returns the Retail Price of the Sku.
|
Money |
ProductBundleImpl.getRetailPrice() |
Money |
SkuImpl.getSalePrice() |
Money |
SkuBundleItemImpl.getSalePrice() |
Money |
SkuBundleItem.getSalePrice() |
Money |
Sku.getSalePrice()
Returns the Sale Price of the Sku.
|
Money |
ProductBundleImpl.getSalePrice() |
Modifier and Type | Method and Description |
---|---|
void |
SkuFeeImpl.setAmount(Money amount) |
void |
SkuFee.setAmount(Money amount)
Sets the amount to charge for this surcharge
|
void |
SkuImpl.setListPrice(Money listPrice) |
void |
Sku.setListPrice(Money listPrice)
Deprecated.
|
void |
ProductOptionValueImpl.setPriceAdjustment(Money priceAdjustment) |
void |
ProductOptionValue.setPriceAdjustment(Money priceAdjustment)
Gets the price adjustment associated with this value.
|
void |
SkuImpl.setRetailPrice(Money retailPrice) |
void |
Sku.setRetailPrice(Money retailPrice)
Sets the retail price for the Sku.
|
void |
SkuImpl.setSalePrice(Money salePrice) |
void |
SkuBundleItemImpl.setSalePrice(Money salePrice) |
void |
SkuBundleItem.setSalePrice(Money salePrice)
Allows for overriding the related Product's sale price.
|
void |
Sku.setSalePrice(Money salePrice)
Sets the the Sale Price of the Sku.
|
Modifier and Type | Field and Description |
---|---|
protected Money |
DynamicSkuPrices.retailPrice |
protected Money |
DynamicSkuPrices.salePrice |
Modifier and Type | Method and Description |
---|---|
Money |
DynamicSkuPrices.getRetailPrice() |
Money |
DynamicSkuPrices.getSalePrice() |
Modifier and Type | Method and Description |
---|---|
void |
DynamicSkuPrices.setRetailPrice(Money retailPrice) |
void |
DynamicSkuPrices.setSalePrice(Money salePrice) |
Constructor and Description |
---|
DefaultDynamicSkuPricingInvocationHandler(Sku sku,
Money adjustments)
Used to add ProductOptionValue price adjustments to the proxy Sku
|
Modifier and Type | Field and Description |
---|---|
protected Money |
OrderItemAdjustmentImpl.retailValue |
protected Money |
OrderItemAdjustmentImpl.salesValue |
Modifier and Type | Method and Description |
---|---|
Money |
CandidateOrderOfferImpl.getDiscountedPrice() |
Money |
CandidateOrderOffer.getDiscountedPrice() |
Money |
CandidateItemOfferImpl.getDiscountedPrice() |
Money |
CandidateItemOffer.getDiscountedPrice() |
Money |
CandidateFulfillmentGroupOfferImpl.getDiscountedPrice() |
Money |
CandidateFulfillmentGroupOffer.getDiscountedPrice() |
Money |
OfferImpl.getQualifyingItemSubTotal() |
Money |
Offer.getQualifyingItemSubTotal()
Indicates the amount of items that must be purchased for this offer to
be considered for this order.
|
Money |
OrderItemAdjustmentImpl.getRetailPriceValue() |
Money |
OrderItemAdjustment.getRetailPriceValue()
Value of this adjustment relative to the retail price.
|
Money |
OrderItemAdjustmentImpl.getSalesPriceValue() |
Money |
OrderItemAdjustment.getSalesPriceValue()
Value of this adjustment relative to the sale price.
|
Money |
OrderItemAdjustmentImpl.getValue() |
Money |
OrderAdjustmentImpl.getValue() |
Money |
FulfillmentGroupAdjustmentImpl.getValue() |
Money |
Adjustment.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
CandidateOrderOfferImpl.setDiscountedPrice(Money discountedPrice) |
void |
CandidateOrderOffer.setDiscountedPrice(Money discountedPrice) |
void |
CandidateItemOfferImpl.setDiscountedPrice(Money discountedPrice) |
void |
CandidateItemOffer.setDiscountedPrice(Money discountedPrice) |
void |
CandidateFulfillmentGroupOfferImpl.setDiscountedPrice(Money discountedPrice) |
void |
CandidateFulfillmentGroupOffer.setDiscountedPrice(Money discountedPrice) |
void |
OfferImpl.setQualifyingItemSubTotal(Money qualifyingItemSubTotal) |
void |
Offer.setQualifyingItemSubTotal(Money qualifyingItemSubtotal) |
void |
OrderItemAdjustmentImpl.setRetailPriceValue(Money retailPriceValue) |
void |
OrderItemAdjustment.setRetailPriceValue(Money retailPriceValue) |
void |
OrderItemAdjustmentImpl.setSalesPriceValue(Money salesPriceValue) |
void |
OrderItemAdjustment.setSalesPriceValue(Money salesPriceValue) |
void |
OrderItemAdjustmentImpl.setValue(Money value) |
void |
OrderAdjustmentImpl.setValue(Money value) |
void |
FulfillmentGroupAdjustmentImpl.setValue(Money value) |
void |
FulfillmentGroupAdjustment.setValue(Money value) |
void |
Adjustment.setValue(Money value) |
Modifier and Type | Field and Description |
---|---|
protected Money |
FulfillmentGroupOfferPotential.totalSavings |
Modifier and Type | Method and Description |
---|---|
Money |
FulfillmentGroupOfferPotential.getTotalSavings() |
Modifier and Type | Method and Description |
---|---|
void |
FulfillmentGroupOfferPotential.setTotalSavings(Money totalSavings) |
Modifier and Type | Field and Description |
---|---|
protected Money |
PromotableCandidateFulfillmentGroupOfferImpl.discountedAmount |
protected Money |
PromotableCandidateItemOfferImpl.potentialSavings |
Modifier and Type | Method and Description |
---|---|
Money |
PromotableOrderImpl.calculateOrderItemsCurrentPrice() |
Money |
PromotableOrder.calculateOrderItemsCurrentPrice() |
Money |
PromotableOrderImpl.calculateOrderItemsFinalPrice(boolean includeNonTaxableItems) |
Money |
PromotableOrder.calculateOrderItemsFinalPrice(boolean includeNonTaxableItems) |
Money |
PromotableOrderImpl.calculateOrderItemsPriceWithoutAdjustments() |
Money |
PromotableOrder.calculateOrderItemsPriceWithoutAdjustments() |
Money |
PromotableCandidateItemOfferImpl.calculatePotentialSavings()
This method determines how much the customer might save using this promotion for the
purpose of sorting promotions with the same priority.
|
Money |
PromotableCandidateItemOffer.calculatePotentialSavings() |
Money |
PromotableCandidateItemOfferImpl.calculateSavingsForOrderItem(PromotableOrderItem orderItem,
int qtyToReceiveSavings) |
Money |
PromotableCandidateItemOffer.calculateSavingsForOrderItem(PromotableOrderItem orderItem,
int qtyToReceiveSavings) |
Money |
PromotableOrderImpl.getAdjustmentPrice() |
Money |
PromotableOrder.getAdjustmentPrice()
Returns the price of the order with the order offers applied (item offers
are not applied).
|
Money |
PromotableFulfillmentGroupImpl.getAdjustmentPrice() |
Money |
PromotableFulfillmentGroup.getAdjustmentPrice() |
Money |
PromotableOrderItemImpl.getCurrentPrice() |
Money |
PromotableOrderItem.getCurrentPrice() |
Money |
PromotableCandidateFulfillmentGroupOfferImpl.getDiscountedAmount() |
Money |
PromotableCandidateFulfillmentGroupOffer.getDiscountedAmount() |
Money |
PromotableCandidateOrderOfferImpl.getDiscountedPrice() |
Money |
PromotableCandidateFulfillmentGroupOfferImpl.getDiscountedPrice() |
Money |
PromotableCandidateFulfillmentGroupOffer.getDiscountedPrice() |
Money |
PromotableFulfillmentGroupImpl.getFulfillmentGroupAdjustmentsValue() |
Money |
PromotableFulfillmentGroupImpl.getMerchandiseTotal() |
Money |
PromotableCandidateItemOfferImpl.getPotentialSavings() |
Money |
PromotableCandidateItemOffer.getPotentialSavings() |
Money |
PromotableOrderItemImpl.getPriceBeforeAdjustments(boolean allowSalesPrice) |
Money |
PromotableOrderItem.getPriceBeforeAdjustments(boolean allowSalesPrice) |
Money |
PromotableFulfillmentGroupImpl.getPriceBeforeAdjustments(boolean allowSalesPrice) |
Money |
PromotableFulfillmentGroup.getPriceBeforeAdjustments(boolean allowSalesPrice) |
Money |
PromotableOrderItemImpl.getRetailAdjustmentPrice() |
Money |
PromotableOrderItem.getRetailAdjustmentPrice()
The price after discounts if all applicable discounts are applied
to the retail price.
|
Money |
PromotableOrderItemImpl.getRetailPrice() |
Money |
PromotableOrderItem.getRetailPrice() |
Money |
PromotableOrderItemAdjustmentImpl.getRetailPriceValue() |
Money |
PromotableOrderItemAdjustment.getRetailPriceValue() |
Money |
PromotableFulfillmentGroupImpl.getRetailShippingPrice() |
Money |
PromotableFulfillmentGroup.getRetailShippingPrice() |
Money |
PromotableOrderItemImpl.getSaleAdjustmentPrice() |
Money |
PromotableOrderItem.getSaleAdjustmentPrice()
The price after discounts if all applicable discounts are applied
to the sale price.
|
Money |
PromotableOrderItemImpl.getSalePrice() |
Money |
PromotableOrderItem.getSalePrice() |
Money |
PromotableFulfillmentGroupImpl.getSaleShippingPrice() |
Money |
PromotableFulfillmentGroup.getSaleShippingPrice() |
Money |
PromotableOrderItemAdjustmentImpl.getSalesPriceValue() |
Money |
PromotableOrderItemAdjustment.getSalesPriceValue() |
Money |
PromotableFulfillmentGroupImpl.getShippingPrice() |
Money |
PromotableFulfillmentGroup.getShippingPrice() |
Money |
PromotableOrderImpl.getSubTotal() |
Money |
PromotableOrder.getSubTotal() |
Money |
PromotableFulfillmentGroupImpl.getTotal() |
Money |
PromotableFulfillmentGroupImpl.getTotalTax() |
Money |
PromotableOrderAdjustmentImpl.getValue() |
Money |
PromotableOrderAdjustment.getValue() |
Money |
PromotableFulfillmentGroupAdjustmentImpl.getValue() |
Money |
PromotableFulfillmentGroupAdjustment.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
PromotableOrderImpl.setAdjustmentPrice(Money adjustmentPrice) |
void |
PromotableOrder.setAdjustmentPrice(Money adjustmentPrice) |
void |
PromotableFulfillmentGroupImpl.setAdjustmentPrice(Money adjustmentPrice) |
void |
PromotableFulfillmentGroup.setAdjustmentPrice(Money adjustmentPrice) |
void |
PromotableCandidateOrderOfferImpl.setDiscountedPrice(Money discountedPrice) |
void |
PromotableFulfillmentGroupImpl.setMerchandiseTotal(Money merchandiseTotal) |
void |
PromotableOrderItemImpl.setRetailAdjustmentPrice(Money retailAdjustmentPrice) |
void |
PromotableOrderItem.setRetailAdjustmentPrice(Money adjustmentPrice) |
void |
PromotableOrderItemImpl.setSaleAdjustmentPrice(Money saleAdjustmentPrice) |
void |
PromotableOrderItem.setSaleAdjustmentPrice(Money adjustmentPrice) |
void |
PromotableFulfillmentGroupImpl.setShippingPrice(Money shippingPrice) |
void |
PromotableFulfillmentGroup.setShippingPrice(Money shippingPrice) |
void |
PromotableOrderImpl.setSubTotal(Money subTotal) |
void |
PromotableOrder.setSubTotal(Money subTotal) |
void |
PromotableFulfillmentGroupImpl.setTotal(Money orderTotal) |
void |
PromotableOrderImpl.setTotalShipping(Money totalShipping) |
void |
PromotableOrder.setTotalShipping(Money totalShipping) |
void |
PromotableFulfillmentGroupImpl.setTotalTax(Money totalTax) |
void |
PromotableFulfillmentGroupAdjustmentImpl.setValue(Money value) |
Modifier and Type | Method and Description |
---|---|
Money |
OrderImpl.calculateOrderItemsFinalPrice(boolean includeNonTaxableItems) |
Money |
Order.calculateOrderItemsFinalPrice(boolean includeNonTaxableItems) |
Money |
NullOrderImpl.calculateOrderItemsFinalPrice(boolean includeNonTaxableItems) |
Money |
OrderItemImpl.getAdjustmentValue() |
Money |
OrderItem.getAdjustmentValue() |
Money |
TaxDetailImpl.getAmount() |
Money |
TaxDetail.getAmount()
Gets the tax amount
|
Money |
FulfillmentGroupFeeImpl.getAmount() |
Money |
FulfillmentGroupFee.getAmount() |
Money |
DiscreteOrderItemFeePriceImpl.getAmount() |
Money |
DiscreteOrderItemFeePrice.getAmount() |
Money |
BundleOrderItemFeePriceImpl.getAmount() |
Money |
BundleOrderItemFeePrice.getAmount() |
Money |
DiscreteOrderItemImpl.getBaseRetailPrice() |
Money |
DiscreteOrderItem.getBaseRetailPrice() |
Money |
BundleOrderItemImpl.getBaseRetailPrice() |
Money |
BundleOrderItem.getBaseRetailPrice() |
Money |
DiscreteOrderItemImpl.getBaseSalePrice() |
Money |
DiscreteOrderItem.getBaseSalePrice() |
Money |
BundleOrderItemImpl.getBaseSalePrice() |
Money |
BundleOrderItem.getBaseSalePrice() |
Money |
OrderItemImpl.getCurrentPrice() |
Money |
OrderItem.getCurrentPrice() |
Money |
BundleOrderItemImpl.getCurrentPrice() |
Money |
OrderImpl.getFulfillmentGroupAdjustmentsValue() |
Money |
Order.getFulfillmentGroupAdjustmentsValue() |
Money |
NullOrderImpl.getFulfillmentGroupAdjustmentsValue() |
Money |
FulfillmentGroupImpl.getFulfillmentGroupAdjustmentsValue() |
Money |
FulfillmentGroup.getFulfillmentGroupAdjustmentsValue() |
Money |
OrderImpl.getItemAdjustmentsValue() |
Money |
Order.getItemAdjustmentsValue()
Returns the discount value of all the applied item offers for this order.
|
Money |
NullOrderImpl.getItemAdjustmentsValue() |
Money |
FulfillmentGroupImpl.getMerchandiseTotal() |
Money |
FulfillmentGroup.getMerchandiseTotal() |
Money |
OrderImpl.getOrderAdjustmentsValue() |
Money |
Order.getOrderAdjustmentsValue()
Returns the discount value of all the applied order offers.
|
Money |
NullOrderImpl.getOrderAdjustmentsValue() |
Money |
OrderItemImpl.getPrice() |
Money |
OrderItem.getPrice() |
Money |
FulfillmentGroupItemImpl.getPrice() |
Money |
FulfillmentGroupItem.getPrice() |
Money |
OrderItemImpl.getPriceBeforeAdjustments(boolean allowSalesPrice) |
Money |
OrderItem.getPriceBeforeAdjustments(boolean allowSalesPrice) |
Money |
OrderImpl.getRemainingTotal() |
Money |
Order.getRemainingTotal() |
Money |
NullOrderImpl.getRemainingTotal() |
Money |
OrderItemImpl.getRetailPrice() |
Money |
OrderItem.getRetailPrice() |
Money |
FulfillmentGroupItemImpl.getRetailPrice() |
Money |
FulfillmentGroupItem.getRetailPrice() |
Money |
BundleOrderItemImpl.getRetailPrice() |
Money |
FulfillmentGroupImpl.getRetailShippingPrice() |
Money |
FulfillmentGroup.getRetailShippingPrice() |
Money |
OrderItemImpl.getSalePrice() |
Money |
OrderItem.getSalePrice() |
Money |
FulfillmentGroupItemImpl.getSalePrice() |
Money |
FulfillmentGroupItem.getSalePrice() |
Money |
BundleOrderItemImpl.getSalePrice() |
Money |
FulfillmentGroupImpl.getSaleShippingPrice() |
Money |
FulfillmentGroup.getSaleShippingPrice() |
Money |
FulfillmentGroupImpl.getShippingPrice() |
Money |
FulfillmentGroup.getShippingPrice() |
Money |
OrderImpl.getSubTotal() |
Money |
Order.getSubTotal()
Returns the subtotal price for the order.
|
Money |
NullOrderImpl.getSubTotal() |
Money |
OrderItemImpl.getTaxablePrice() |
Money |
OrderItem.getTaxablePrice() |
Money |
DiscreteOrderItemImpl.getTaxablePrice() |
Money |
DiscreteOrderItem.getTaxablePrice() |
Money |
BundleOrderItemImpl.getTaxablePrice() |
Money |
BundleOrderItem.getTaxablePrice() |
Money |
OrderImpl.getTotal() |
Money |
Order.getTotal() |
Money |
NullOrderImpl.getTotal() |
Money |
FulfillmentGroupImpl.getTotal() |
Money |
FulfillmentGroup.getTotal() |
Money |
OrderImpl.getTotalAdjustmentsValue() |
Money |
Order.getTotalAdjustmentsValue()
Returns the total discount value for all applied item and order offers in the order.
|
Money |
NullOrderImpl.getTotalAdjustmentsValue() |
Money |
FulfillmentGroupImpl.getTotalFeeTax() |
Money |
FulfillmentGroup.getTotalFeeTax()
Gets the total fee tax for this fulfillment group, which is the sum of the taxes on all fulfillment
group fees.
|
Money |
FulfillmentGroupImpl.getTotalFulfillmentGroupTax() |
Money |
FulfillmentGroup.getTotalFulfillmentGroupTax()
Gets the total fulfillment group tax for this fulfillment group, which is the sum of the taxes
on this fulfillment group itself (such as a shipping tax) only.
|
Money |
FulfillmentGroupImpl.getTotalItemTax() |
Money |
FulfillmentGroup.getTotalItemTax()
Gets the total item tax for this fulfillment group, which is the sum of the taxes on all fulfillment
group items.
|
Money |
OrderImpl.getTotalShipping() |
Money |
Order.getTotalShipping() |
Money |
NullOrderImpl.getTotalShipping() |
Money |
OrderImpl.getTotalTax() |
Money |
Order.getTotalTax()
Gets the total tax for this order, which is the sum of the taxes on all fulfillment
groups.
|
Money |
NullOrderImpl.getTotalTax() |
Money |
FulfillmentGroupItemImpl.getTotalTax() |
Money |
FulfillmentGroupItem.getTotalTax()
Gets the total tax for this item, which is the sum of all taxes for this item.
|
Money |
FulfillmentGroupImpl.getTotalTax() |
Money |
FulfillmentGroupFeeImpl.getTotalTax() |
Money |
FulfillmentGroupFee.getTotalTax()
Gets the total tax for this fee, which is the sum of all taxes for this fee.
|
Money |
FulfillmentGroup.getTotalTax()
Gets the total tax for this fulfillment group, which is the sum of the taxes on all fulfillment
group items, fees, and taxes on this fulfillment group itself (such as a shipping tax).
|
Modifier and Type | Method and Description |
---|---|
void |
TaxDetailImpl.setAmount(Money amount) |
void |
TaxDetail.setAmount(Money amount)
Sets the tax amount
|
void |
FulfillmentGroupFeeImpl.setAmount(Money amount) |
void |
FulfillmentGroupFee.setAmount(Money amount) |
void |
DiscreteOrderItemFeePriceImpl.setAmount(Money amount) |
void |
DiscreteOrderItemFeePrice.setAmount(Money amount) |
void |
BundleOrderItemFeePriceImpl.setAmount(Money amount) |
void |
BundleOrderItemFeePrice.setAmount(Money amount) |
void |
DiscreteOrderItemImpl.setBaseRetailPrice(Money baseRetailPrice) |
void |
DiscreteOrderItem.setBaseRetailPrice(Money baseRetailPrice) |
void |
BundleOrderItemImpl.setBaseRetailPrice(Money baseRetailPrice) |
void |
BundleOrderItem.setBaseRetailPrice(Money baseRetailPrice) |
void |
DiscreteOrderItemImpl.setBaseSalePrice(Money baseSalePrice) |
void |
DiscreteOrderItem.setBaseSalePrice(Money baseSalePrice) |
void |
BundleOrderItemImpl.setBaseSalePrice(Money baseSalePrice) |
void |
BundleOrderItem.setBaseSalePrice(Money baseSalePrice) |
void |
FulfillmentGroupImpl.setMerchandiseTotal(Money merchandiseTotal) |
void |
FulfillmentGroup.setMerchandiseTotal(Money merchandiseTotal) |
void |
OrderItemImpl.setPrice(Money finalPrice) |
void |
OrderItem.setPrice(Money price) |
void |
OrderItemImpl.setRetailPrice(Money retailPrice) |
void |
OrderItem.setRetailPrice(Money retailPrice) |
void |
FulfillmentGroupImpl.setRetailShippingPrice(Money retailShippingPrice) |
void |
FulfillmentGroup.setRetailShippingPrice(Money retailShippingPrice) |
void |
OrderItemImpl.setSalePrice(Money salePrice) |
void |
OrderItem.setSalePrice(Money salePrice) |
void |
FulfillmentGroupImpl.setSaleShippingPrice(Money saleShippingPrice) |
void |
FulfillmentGroup.setSaleShippingPrice(Money saleShippingPrice) |
void |
FulfillmentGroupImpl.setShippingPrice(Money shippingPrice) |
void |
FulfillmentGroup.setShippingPrice(Money shippingPrice) |
void |
OrderImpl.setSubTotal(Money subTotal) |
void |
Order.setSubTotal(Money subTotal)
Sets the subtotal price for the order.
|
void |
NullOrderImpl.setSubTotal(Money subTotal) |
void |
OrderImpl.setTotal(Money orderTotal) |
void |
Order.setTotal(Money orderTotal) |
void |
NullOrderImpl.setTotal(Money orderTotal) |
void |
FulfillmentGroupImpl.setTotal(Money orderTotal) |
void |
FulfillmentGroup.setTotal(Money orderTotal) |
void |
FulfillmentGroupImpl.setTotalFeeTax(Money totalFeeTax) |
void |
FulfillmentGroup.setTotalFeeTax(Money totalFeeTax)
Sets the total fee tax for this fulfillment group, which is the sum of the taxes on all fulfillment
group fees.
|
void |
FulfillmentGroupImpl.setTotalFulfillmentGroupTax(Money totalFulfillmentGroupTax) |
void |
FulfillmentGroup.setTotalFulfillmentGroupTax(Money totalFulfillmentGroupTax)
Sets the total fulfillment group tax for this fulfillment group, which is the sum of the taxes
on this fulfillment group itself (such as a shipping tax) only.
|
void |
FulfillmentGroupImpl.setTotalItemTax(Money totalItemTax) |
void |
FulfillmentGroup.setTotalItemTax(Money totalItemTax)
Sets the total item tax for this fulfillment group, which is the sum of the taxes on all fulfillment
group items.
|
void |
OrderImpl.setTotalShipping(Money totalShipping) |
void |
Order.setTotalShipping(Money totalShipping) |
void |
NullOrderImpl.setTotalShipping(Money totalShipping) |
void |
OrderImpl.setTotalTax(Money totalTax) |
void |
Order.setTotalTax(Money totalTax)
Sets the total tax of this order, which is the sum of the taxes on all fulfillment
groups.
|
void |
NullOrderImpl.setTotalTax(Money totalTax) |
void |
FulfillmentGroupItemImpl.setTotalTax(Money totalTax) |
void |
FulfillmentGroupItem.setTotalTax(Money totalTax)
Sets the total tax for this item, which is the sum of all taxes for this item.
|
void |
FulfillmentGroupImpl.setTotalTax(Money totalTax) |
void |
FulfillmentGroupFeeImpl.setTotalTax(Money totalTax) |
void |
FulfillmentGroupFee.setTotalTax(Money totalTax)
Sets the total tax for this fee, which is the sum of all taxes for this fee.
|
void |
FulfillmentGroup.setTotalTax(Money totalTax)
Sets the total tax for this fulfillment group, which is the sum of the taxes on all fulfillment
group items, fees, and taxes on this fulfillment group itself (such as a shipping tax).
|
Constructor and Description |
---|
TaxDetailImpl(TaxType type,
Money amount,
BigDecimal rate) |
Modifier and Type | Method and Description |
---|---|
Money |
FixedPriceFulfillmentOptionImpl.getPrice() |
Money |
FixedPriceFulfillmentOption.getPrice() |
Modifier and Type | Method and Description |
---|---|
void |
FixedPriceFulfillmentOptionImpl.setPrice(Money price) |
void |
FixedPriceFulfillmentOption.setPrice(Money price) |
Modifier and Type | Method and Description |
---|---|
Money |
AbstractOrderItemRequest.getSalePriceOverride() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractOrderItemRequest.setSalePriceOverride(Money salePriceOverride) |
Modifier and Type | Method and Description |
---|---|
Money |
DiscreteOrderItemDecorator.getAdjustmentValue() |
Money |
DiscreteOrderItemDecorator.getBaseRetailPrice() |
Money |
DiscreteOrderItemDecorator.getBaseSalePrice() |
Money |
DiscreteOrderItemDecorator.getCurrentPrice() |
Money |
DiscreteOrderItemDecorator.getPrice() |
Money |
DiscreteOrderItemDecorator.getPriceBeforeAdjustments(boolean allowSalesPrice) |
Money |
DiscreteOrderItemDecorator.getRetailPrice() |
Money |
DiscreteOrderItemDecorator.getSalePrice() |
Money |
DiscreteOrderItemDecorator.getTaxablePrice() |
Modifier and Type | Method and Description |
---|---|
void |
DiscreteOrderItemDecorator.setBaseRetailPrice(Money baseRetailPrice) |
void |
DiscreteOrderItemDecorator.setBaseSalePrice(Money baseSalePrice) |
void |
DiscreteOrderItemDecorator.setPrice(Money price) |
void |
DiscreteOrderItemDecorator.setRetailPrice(Money retailPrice) |
void |
DiscreteOrderItemDecorator.setSalePrice(Money salePrice) |
Modifier and Type | Method and Description |
---|---|
Money |
PaymentInfoImpl.getAmount() |
Money |
PaymentInfo.getAmount() |
Money |
PaymentResponseItemImpl.getAmountPaid() |
Money |
PaymentResponseItem.getAmountPaid() |
Money |
PaymentLogImpl.getAmountPaid() |
Money |
PaymentLog.getAmountPaid() |
Money |
PaymentResponseItemImpl.getRemainingBalance() |
Money |
PaymentResponseItem.getRemainingBalance() |
Modifier and Type | Method and Description |
---|---|
void |
PaymentInfoImpl.setAmount(Money amount) |
void |
PaymentInfo.setAmount(Money amount) |
void |
PaymentResponseItemImpl.setAmountPaid(Money amountPaid) |
void |
PaymentResponseItem.setAmountPaid(Money amount) |
void |
PaymentLogImpl.setAmountPaid(Money amountPaid) |
void |
PaymentLog.setAmountPaid(Money amountPaid) |
void |
PaymentResponseItemImpl.setRemainingBalance(Money remainingBalance) |
void |
PaymentResponseItem.setRemainingBalance(Money remainingBalance) |
Modifier and Type | Field and Description |
---|---|
protected Money |
PaymentContextImpl.originalPaymentAmount |
protected Money |
PaymentContextImpl.remainingPaymentAmount |
Modifier and Type | Method and Description |
---|---|
Money |
PaymentContextImpl.getOriginalPaymentAmount() |
Money |
PaymentContext.getOriginalPaymentAmount() |
Money |
PaymentContextImpl.getRemainingPaymentAmount() |
Money |
PaymentContext.getRemainingPaymentAmount() |
Constructor and Description |
---|
PaymentContextImpl(Money originalPaymentAmount,
Money remainingPaymentAmount,
PaymentInfo paymentInfo,
Referenced referencedPaymentInfo,
String userName) |
Modifier and Type | Method and Description |
---|---|
Money |
CombinedPaymentContextSeed.getOrderTotal() |
Constructor and Description |
---|
CombinedPaymentContextSeed(Map<PaymentInfo,Referenced> infos,
PaymentActionType actionType,
Money orderTotal,
PaymentResponse paymentResponse) |
Modifier and Type | Field and Description |
---|---|
protected Map<? extends FulfillmentOption,Money> |
FulfillmentEstimationResponse.fulfillmentOptionPrices |
Modifier and Type | Method and Description |
---|---|
Map<? extends FulfillmentOption,Money> |
FulfillmentEstimationResponse.getFulfillmentOptionPrices() |
Modifier and Type | Method and Description |
---|---|
void |
FulfillmentEstimationResponse.setFulfillmentOptionPrices(Map<? extends FulfillmentOption,Money> fulfillmentOptionPrices) |
Modifier and Type | Field and Description |
---|---|
protected Money |
PaymentInfoWrapper.amount |
protected Money |
ProductBundleWrapper.bundleItemsRetailPrice |
protected Money |
ProductBundleWrapper.bundleItemsSalePrice |
protected Money |
ProductOptionValueWrapper.priceAdjustment |
protected Money |
SkuWrapper.retailPrice |
protected Money |
SkuBundleItemWrapper.retailPrice |
protected Money |
OrderItemWrapper.retailPrice |
protected Money |
FulfillmentGroupItemWrapper.retailPrice |
protected Money |
SkuWrapper.salePrice |
protected Money |
SkuBundleItemWrapper.salePrice |
protected Money |
OrderItemWrapper.salePrice |
protected Money |
FulfillmentGroupItemWrapper.salePrice |
protected Money |
OrderWrapper.subTotal |
protected Money |
OrderWrapper.total |
protected Money |
FulfillmentGroupWrapper.total |
protected Money |
OrderWrapper.totalShipping |
protected Money |
OrderWrapper.totalTax |
protected Money |
FulfillmentGroupItemWrapper.totalTax |
Copyright © 2013. All rights reserved.