Uses of Class
com.retek.commons.util.type.Money

Packages that use Money
com.retek.commons.domain.core.persistence.db   
com.retek.commons.util   
com.retek.commons.util.flatfile   
com.retek.commons.util.type   
com.retek.component.banner_channel   
com.retek.component.banner_channel.impl   
com.retek.component.banner_channel.impl.persistence   
com.retek.component.banner_channel.impl.remote   
com.retek.component.banner_channel.test   
com.retek.component.customer   
com.retek.component.customer.impl   
com.retek.component.customer.impl.remote   
com.retek.component.customer.test   
com.retek.component.customerorder   
com.retek.component.customerorder.impl   
com.retek.component.customerorder.impl.command   
com.retek.component.customerorder.impl.fsm   
com.retek.component.customerorder.impl.persistence   
com.retek.component.customerorder.impl.remote   
com.retek.component.customerorder.integration.rib   
com.retek.component.customerorder.linefsm.action   
com.retek.component.customerorder.test   
com.retek.component.demand   
com.retek.component.demand.impl   
com.retek.component.demand.impl.persistence   
com.retek.component.demand.impl.remote   
com.retek.component.directshiporder   
com.retek.component.directshiporder.impl   
com.retek.component.directshiporder.impl.persistence   
com.retek.component.directshiporder.impl.remote   
com.retek.component.item   
com.retek.component.item.impl   
com.retek.component.item.impl.remote   
com.retek.component.item.test   
com.retek.component.media   
com.retek.component.media.impl   
com.retek.component.media.impl.persistence   
com.retek.component.media.impl.remote   
com.retek.component.payment   
com.retek.component.payment.impl   
com.retek.component.payment.impl.remote   
com.retek.component.payment.integration.creditapp   
com.retek.component.payment.test   
com.retek.component.pend   
com.retek.component.pend.impl   
com.retek.component.pend.impl.remote   
com.retek.component.promotion   
com.retek.component.promotion.impl   
com.retek.component.promotion.impl.remote   
com.retek.component.promotion.test   
com.retek.component.rcomrib   
com.retek.component.salesaudit   
com.retek.component.salesaudit.impl   
com.retek.component.salesaudit.impl.remote   
com.retek.component.salesaudit.impl.remote.command   
com.retek.component.salesaudit.integration.resa   
com.retek.component.salesaudit.test   
com.retek.component.supplier   
com.retek.component.supplier.impl   
com.retek.component.supplier.impl.remote   
com.retek.component.task   
com.retek.component.task.impl   
com.retek.component.task.impl.remote   
com.retek.component.tax   
com.retek.component.tax.impl   
com.retek.component.tax.impl.remote   
com.retek.component.tax.integration.taxengine   
com.retek.component.tax.test   
com.retek.rcom.gui.wrapper   
com.retek.rmm.gui.screen.promotions   
 

Uses of Money in com.retek.commons.domain.core.persistence.db
 

Methods in com.retek.commons.domain.core.persistence.db that return Money
 Money RetekResultSet.getMoney(java.lang.String columnName)
           
 Money RetekResultSet.getMoney(java.lang.String columnName, boolean isRounding)
           
 

Methods in com.retek.commons.domain.core.persistence.db with parameters of type Money
 void RetekPreparedStatement.setMoney(int parameterIndex, Money money)
           
 void RetekPreparedStatement.setMoney(Money money)
           
 

Uses of Money in com.retek.commons.util
 

Methods in com.retek.commons.util that return Money
static Money MoneyUtility.getMoney(java.lang.String amount)
          Retrieves a money object for the string amount.
static Money MoneyUtility.getMoney(java.lang.String amount, boolean returnNull)
          Retrieves a money object for the string amount.
static Money MoneyUtils.getMoney(java.lang.String amount)
           
static Money MoneyUtils.getMoney(java.lang.String amount, boolean returnNull)
           
static Money MoneyUtils.min(Money moneyOne, Money moneyTwo)
           
static Money MoneyUtils.max(Money moneyOne, Money moneyTwo)
           
 

Methods in com.retek.commons.util with parameters of type Money
static java.lang.String MoneyUtility.getString(Money money)
          Retrieves the string value of the money object.
static java.lang.String MoneyUtility.getString(Money money, boolean defaultEmpty)
          Retrieves the string value of the money object.
static java.lang.String MoneyUtils.getString(Money money)
           
static java.lang.String MoneyUtils.getString(Money money, boolean defaultEmpty)
           
static Money MoneyUtils.min(Money moneyOne, Money moneyTwo)
           
static Money MoneyUtils.max(Money moneyOne, Money moneyTwo)
           
 

Uses of Money in com.retek.commons.util.flatfile
 

Methods in com.retek.commons.util.flatfile that return Money
 Money FixedWidthFormatterTestBean.getNum3()
           
 

Methods in com.retek.commons.util.flatfile with parameters of type Money
 void FixedWidthFormatterTestBean.setNum3(Money num3)
           
 

Uses of Money in com.retek.commons.util.type
 

Fields in com.retek.commons.util.type declared as Money
static Money Money.INFINITY
           
static Money Money.ZERO
           
 

Methods in com.retek.commons.util.type that return Money
 Money Money.add(Money other)
           
 Money Money.add(Percent percent)
          Increment a Money by a percent.
 Money Money.subtract(Money other)
           
 Money Money.subtract(Percent percent)
          Decrement a Money by a percent.
 Money Money.multiply(long quantity)
           
 Money Money.multiply(Percent percent)
          Note that this method results in a new Money, and thus, the result is rounded according to SCALE and ROUNDING, therefore, using it in combination with multiply(Quantity) should be done with care (see class-level javadoc).
 Money Money.multiply(Quantity quantity)
          Note that this method results in a new Money, and thus, the result is rounded according to SCALE and ROUNDING, therefore, using it in combination with multiply(Percent) should be done with care (see class-level javadoc).
 Money Money.absoluteValue()
           
 Money Money.prorate(Quantity prevQty, Quantity currentQty, Quantity grandTotalQty)
          Return the proportionate amount of 'this' dollar value, for the currentQty.
 Money Money.prorate(Money prevTotalCharge, Money currentCharge, Money grandTotalCharge)
          Return the proportionate amount of 'this' dollar value, for the dollar current charge/fee/value.
 Money Money.businessAverage(java.lang.Integer numberOfThings)
           
static Money Money.min(Money money1, Money money2)
           
 

Methods in com.retek.commons.util.type with parameters of type Money
 Money Money.add(Money other)
           
 Money Money.subtract(Money other)
           
 boolean Money.isGreaterThanOrEqualTo(Money that)
           
 boolean Money.isGreaterThan(Money that)
           
 boolean Money.isLessThanOrEqualTo(Money that)
           
 boolean Money.isLessThan(Money that)
           
 Money Money.prorate(Money prevTotalCharge, Money currentCharge, Money grandTotalCharge)
          Return the proportionate amount of 'this' dollar value, for the dollar current charge/fee/value.
static Money Money.min(Money money1, Money money2)
           
 

Uses of Money in com.retek.component.banner_channel
 

Methods in com.retek.component.banner_channel that return Money
 Money Banner.getPersonalizationFee()
           
 Money Banner.getMonogrammingFee()
           
 Money Banner.getMinimumAmountForMerchandiseCredit()
           
 Money Banner.getReturnThresholdAmount()
           
 Money Banner.getUnderpaymentAmountTolerance()
           
 Money GiftService.getPrice()
           
 

Methods in com.retek.component.banner_channel with parameters of type Money
 void Banner.setPersonalizationFee(Money amt)
           
 void Banner.setMonogrammingFee(Money amt)
           
 void Banner.setReturnThresholdAmount(Money thresholdAmount)
           
 void Banner.setMinimumAmountForMerchandiseCredit(Money minAmount)
           
 void GiftService.setPrice(Money price)
           
 

Uses of Money in com.retek.component.banner_channel.impl
 

Methods in com.retek.component.banner_channel.impl that return Money
 Money GiftServiceImpl.getPrice()
           
 Money BannerImpl.getPersonalizationFee()
           
 Money BannerImpl.getMonogrammingFee()
           
 Money BannerImpl.getReturnThresholdAmount()
           
 Money BannerImpl.getMinimumAmountForMerchandiseCredit()
           
 Money BannerImpl.getUnderpaymentAmountTolerance()
           
 

Methods in com.retek.component.banner_channel.impl with parameters of type Money
 void GiftServiceImpl.setPrice(Money price)
           
 void BannerImpl.setPersonalizationFee(Money amt)
           
 void BannerImpl.setMonogrammingFee(Money amt)
           
 void BannerImpl.setReturnThresholdAmount(Money thresholdAmount)
           
 void BannerImpl.setMinimumAmountForMerchandiseCredit(Money minAmount)
           
 

Uses of Money in com.retek.component.banner_channel.impl.persistence
 

Methods in com.retek.component.banner_channel.impl.persistence with parameters of type Money
static GiftServiceDto BannerChannelDbObjectMaster.getGiftServiceDto(DistributedContext context, Money price)
           
 

Uses of Money in com.retek.component.banner_channel.impl.remote
 

Fields in com.retek.component.banner_channel.impl.remote declared as Money
 Money BannerDto.personalizationFee
           
 Money BannerDto.monogrammingFee
           
 Money BannerDto.minimumAmountForMerchandiseCredit
           
 Money BannerDto.returnThresholdAmount
           
 Money BannerDto.underpaymentAmountTolerance
           
 Money GiftServiceDto.price
           
 

Uses of Money in com.retek.component.banner_channel.test
 

Methods in com.retek.component.banner_channel.test with parameters of type Money
static Banner BannerChannelObjectMaster.attachGiftService(DistributedContext context, Banner banner, GiftServiceType type, Money price)
           
 

Uses of Money in com.retek.component.customer
 

Methods in com.retek.component.customer that return Money
 Money RefundOrGiftCertificateActivityRequest.getAmount()
           
 Money StoredValueCardCashout.getCashoutAmount()
           
 Money CustomerCreditApplication.getOrderTotal()
           
 Money CustomerOrderRefundPaymentContainer.getTotalRefundAmount()
           
 Money CustomerPLCCCreditApplication.getOrderTotal()
           
 Money CustomerCreditPreApproval.getCreditLimit()
           
 

Methods in com.retek.component.customer with parameters of type Money
 void RefundOrGiftCertificateActivityRequest.setAmount(Money amount)
           
 void StoredValueCardCashout.setCashoutAmount(Money money)
           
 void CustomerPLCCCreditApplication.setOrderTotal(Money orderTotal)
           
 void CustomerCreditPreApproval.setCreditLimit(Money money)
           
 

Uses of Money in com.retek.component.customer.impl
 

Methods in com.retek.component.customer.impl that return Money
 Money RefundOrGiftCertificateActivityRequestImpl.getAmount()
           
 Money CustomerCreditPreApprovalImpl.getCreditLimit()
           
 Money StoredValueCardCashoutImpl.getCashoutAmount()
           
 Money CustomerPLCCCreditApplicationImpl.getOrderTotal()
           
 

Methods in com.retek.component.customer.impl with parameters of type Money
 void RefundOrGiftCertificateActivityRequestImpl.setAmount(Money amount)
           
 void CustomerCreditPreApprovalImpl.setCreditLimit(Money creditLimit)
           
 void StoredValueCardCashoutImpl.setCashoutAmount(Money money)
           
 void CustomerPLCCCreditApplicationImpl.setOrderTotal(Money orderTotal)
           
 

Uses of Money in com.retek.component.customer.impl.remote
 

Fields in com.retek.component.customer.impl.remote declared as Money
 Money CustomerCreditPreApprovalDto.creditLimit
           
 Money StoredValueCardCashoutDto.cashoutAmount
           
 Money CustomerPLCCCreditApplicationDto.orderTotal
           
 Money RefundOrGiftCertificateActivityRequestDto.amount
           
 

Uses of Money in com.retek.component.customer.test
 

Methods in com.retek.component.customer.test with parameters of type Money
static CustomerCreditPreApproval CustomerObjectMaster.buildCustomerCreditPreApproval(DistributedContext context, Customer customer, TenderTypeCreditCard tenderType, RDate expirationDate, java.lang.String preApprovalCode, Money creditLimit)
           
 

Uses of Money in com.retek.component.customerorder
 

Methods in com.retek.component.customerorder that return Money
 Money CustomerOrderSettlement.getAmount()
           
 Money ReturnLineReceiveRequest.getReturnPostage()
          Return the return postage for the receive request.
 Money MailOrderBatchPaymentSummary.getSubTotal()
           
 Money Discount.getUnitDiscountAmount()
           
 Money Discount.getExtendedDiscountAmount()
          Return an extended discount amount for the discount, based on the chargeable qty of the order line * unit discount amount.
 Money Discount.getExtendedDiscountAmount(Quantity quantity)
          Return an extended discount amount for the discount, based on the specified order line quantity.
 Money CustomerOrderPromotionAdjustment.getAmount()
           
 Money ShippedContainerLine.getExtendedPrice()
           
 Money ShippedContainerLine.getChargedExtendedMerchTax()
           
 Money ShippedContainerLine.getProratedChargedStandardShippingTax()
           
 Money ShippedContainerLine.getProratedChargedRushDeliveryTax()
           
 Money ShippedContainerLine.getProratedActualStandardShippingTax()
           
 Money ShippedContainerLine.getProratedActualRushDeliveryTax()
           
 Money ShippedContainerLine.getChargedExtendedAdditionalShippingTax()
           
 Money ShippedContainerLine.getTotalChargedShippingTax()
           
 Money ShippedContainerLine.getChargedValueAddedServiceTax()
           
 Money ShippedContainerLine.getChargedExtendedGiftServiceTax()
           
 Money ShippedContainerLine.getChargedExtendedPersonalizationServiceTax()
           
 Money ShippedContainerLine.getTotalChargedTax()
           
 Money ShippedContainerLine.getExtendedAdditionalShippingCharge()
           
 Money ShippedContainerLine.getStandardShippingCharge()
           
 Money ShippedContainerLine.getTotalServiceCharge()
           
 Money ShippedContainerLine.getRushDeliveryCharge()
           
 Money ShippedContainerLine.getTotalMerchChargeForStandardShipping()
           
 Money ShippedContainerLine.getTotalPersonalizationServiceCharge()
           
 Money ShippedContainerLine.getTotalGiftServiceCharge()
           
 Money ShippedContainerLine.getTotalMerchChargeForRushShipping()
           
 Money ShippedContainerLine.getTotalShippingAndDeliveryCharges()
           
 Money ShippedContainerLine.getProratedAccommodationAmount(GeneralAccommodation accommodation)
           
 Money ShippedContainerLine.getDirectshipReportedUnitCost()
           
 Money ShippedContainerLine.getPromotionDiscountAmount()
           
 Money CustomerOrderTransactionItem.getTransactionItemAmount()
           
 Money ShippedContainer.getTotalExtendedPrice()
           
 Money ShippedContainer.getStandardShippingCharge()
           
 Money ShippedContainer.getSettlementValue()
           
 Money ShippedContainer.getTotalShippingCharge()
           
 Money ShippedContainer.getTotalServiceCharge()
           
 Money ShippedContainer.getStandardShippingItemTotal()
           
 Money ShippedContainer.getTotalMerchChargeForStandardShipping()
           
 Money ShippedContainer.getTotalMerchChargeForRushShipping()
           
 Money ShippedContainer.getTotalTax()
           
 Money ShippedContainer.getTotalChargedStandardShippingAndRushDeliveryTax()
           
 Money ShippedContainer.getTotalActualStandardShippingAndRushDeliveryTax()
           
 Money ShippedContainer.getTotalPersonalizationServiceCharge()
           
 Money ShippedContainer.getTotalGiftServiceCharge()
           
 Money ShippedContainer.getAdditionalShippingCharge()
           
 Money ShippedContainer.getRushDeliveryCharge()
           
 Money ShippedContainer.getTotalActualTaxAtShipTime()
           
 Money ShippedContainer.getTotalChargedTaxAtShipTime()
           
 Money CustomerOrderPayment.getAmount()
           
 Money CustomerOrderPayment.getAuthorizedAmount()
           
 Money CustomerOrderPayment.getUnauthorizedAmount()
           
 Money CustomerOrderPayment.getOriginalAuthorizedAmount()
           
 Money CustomerOrderPayment.getSalesAuditExportAmount()
          Return the amount for the payment that has been exported as a TTEND record (tender) within a Sales Audit SALE or RETURN transaction.
 Money Accommodation.getAccommodationAmount()
           
 Money Accommodation.getTaxAmount()
           
 Money GeneralAccommodation.getTaxCreditAmount()
          Returns the amount of taxes that will be accommodated.
 Money GeneralAccommodation.getDollarOff()
           
 Money GeneralAccommodation.getBaseAmount()
           
 Money ShipToTotals.getTotalStandardShippingCharge()
           
 Money ShipToTotals.getTotalExtendedPrice()
           
 Money ShipToTotals.getTotalAdditionalShippingCharge()
           
 Money ShipToTotals.getTotalShippingTax()
           
 Money ShipToTotals.getTotalShippingTax(boolean applyReturnRefundTaxes)
           
 Money ShipToTotals.getTotalExtendedTax()
           
 Money ShipToTotals.getTotalExtendedTax(boolean applyReturnRefundTaxes)
           
 Money ShipToTotals.getTotalServiceCharge()
           
 Money ShipToTotals.getTotalGiftServiceCharge()
           
 Money ShipToTotals.getTotalPersonalizationServiceCharge()
           
 Money ShipToTotals.getTotalMerchChargeForStandardShipping()
           
 Money ShipToTotals.getTotalMerchChargeForRushShipping()
           
 Money ShipToTotals.getTotalShippingCharge()
           
 Money ShipToTotals.getTotalShipToLevelShippingChargesAndTax()
           
 Money ShipToTotals.getTotalStandardShippingTax()
           
 Money ShipToTotals.getTotalStandardShippingTax(boolean applyReturnRefundTaxes)
           
 Money ShipToTotals.getTotalAdditionalShippingTax()
           
 Money ShipToTotals.getTotalValueAddedServiceTax()
           
 Money ShipToTotals.getTotalValueAddedServiceTax(boolean applyReturnRefundTaxes)
           
 Money ShipToTotals.getAdditionalShippingCharge()
           
 Money ShipToTotals.getServiceCharge()
           
 Money ShipToTotals.getStandardShippingTax()
           
 Money ShipToTotals.getStandardShippingCharge()
           
 Money ShipToTotals.getStandardShippingTax(Money standardShippingCharge)
           
 Money ShipToTotals.getRushDeliveryCharge()
           
 Money ShipToTotals.getRushDeliveryTax()
           
 Money ShipToTotals.getRushDeliveryTax(Money rushDeliveryCharge)
           
 Money ShipToTotals.getTotalTax()
           
 Money ShipToTotals.getTotalTax(boolean applyReturnRefundTaxes)
           
 Money ShipToTotals.getTotalAccommodationAmount()
           
 Money ShipToTotals.getTotalAccommodationTaxAmount()
           
 Money ShipToTotals.getTotalPromotionAmount()
           
 Money ShipToTotals.getTotalNetStandardShippingCharge()
           
 Money ShipToTotals.getTotalNetRushShippingCharge()
           
 Money ShipToTotals.getTotalReturnRefundAmount()
           
 Money ShipToTotals.getTotalReturnRefundStandardShippingAmount()
           
 Money ShipToTotals.getTotalReturnRefundTaxAmount()
           
 Money ShipToTotals.getTotalReturnRefundMerchAmount()
           
 Money ShipToTotals.getTotalReturnRefundVASAmount()
           
 Money ShipToTotals.getTotalReturnRefundAdditionalShippingCharge()
           
 Money ShipToTotals.getTotalReturnRefundShippingAndHandlingAmount()
           
 Money ShipToTotals.getTotalReturnRefundExtendedTax()
           
 Money ShipToTotals.getTotalReturnRefundValueAddedServiceTax()
           
 Money ShipToTotals.getTotalReturnRefundShippingTax()
           
 Money ShipToTotals.getTotalReturnStandardShippingAmount()
           
 Money ShipToTotals.getTotalReturnTaxAmount()
           
 Money ShipToTotals.getTotalReturnMerchAmount()
           
 Money ShipToTotals.getTotalReturnVASAmount()
           
 Money ShipToTotals.getTotalReturnAdditionalShippingCharge()
           
 Money ShipToTotals.getTotalReturnShippingAndHandlingAmount()
           
 Money ShipToTotals.getTotalReturnExtendedTax()
           
 Money ShipToTotals.getTotalReturnValueAddedServiceTax()
           
 Money ShipToTotals.getTotalReturnShippingTax()
           
 Money ShipToTotals.getTotalReturnAccommodationAmount()
           
 Money ShipToTotals.getTotalReturnAccommodationTaxAmount()
           
 Money ShipToTotals.getTotalReturnPromotionAmount()
           
 Money ShipToTotals.getTotalReturnPostage()
           
 Money ShipToTotals.getOriginalStandardShippingCharge()
           
 Money ShipToTotals.getStandardShippingCharge(Money totalMerchChargeForStdShipping)
           
 Money ShipToTotals.getCurrentTotalStandardShippingCharge()
           
 Money ShipToTotals.getCurrentStandardShippingItemTotal()
           
 Money ShipToTotals.getPreviousStdShippingTax()
           
 Money ShippedContainerTaxInvoiceLineItem.getExtendedAmount()
           
 Money ShippedContainerTaxInvoiceLineItem.getTotalTax()
           
 Money ShippedContainerTaxInvoiceLineItem.getCombinedRate()
           
 Money ShippedContainerTaxInvoiceLineItem.getMerchandiseTax()
           
 Money ShippedContainerTaxInvoiceLineItem.getShippingAndHandlingCost()
           
 Money ShippedContainerTaxInvoiceLineItem.getShippingAndHandlingTax()
           
 Money ShippedContainerTaxInvoiceLineItem.getGiftingCost()
           
 Money ShippedContainerTaxInvoiceLineItem.getGiftingTax()
           
 Money ShippedContainerTaxInvoiceLineItem.getPersonalizationCost()
           
 Money ShippedContainerTaxInvoiceLineItem.getPersonalizationTax()
           
 Money CustomerOrderRewardCertificatePaymentAuthorizationResponse.getCertificateValue()
           
 Money CustomerOrderLine.getSettlementValue()
          Returns the total settlement value for all shipped container lines for this order line.
 Money CustomerOrderLine.getExtendedPrice()
           
 Money CustomerOrderLine.getExtendedPriceLessAccommodations()
           
 Money CustomerOrderLine.getExtendedAdditionalShippingCharge()
           
 Money CustomerOrderLine.getExtendedPrice(Quantity prevQty, Quantity qty)
           
 Money CustomerOrderLine.getExtendedMerchTax()
           
 Money CustomerOrderLine.getExtendedMerchTax(Quantity prevQty, Quantity qty)
           
 Money CustomerOrderLine.getValueAddedServiceTax()
           
 Money CustomerOrderLine.getValueAddedServiceTax(Quantity prevQty, Quantity qty)
           
 Money CustomerOrderLine.getExtendedAdditionalShippingCharge(Quantity prevQty, Quantity quantity)
           
 Money CustomerOrderLine.getExtendedAdditionalShippingTax()
           
 Money CustomerOrderLine.getExtendedAdditionalShippingTax(Quantity prevQty, Quantity quantity)
           
 Money CustomerOrderLine.getTotalMerchChargeForStandardShipping()
           
 Money CustomerOrderLine.getTotalMerchChargeForRushShipping()
           
 Money CustomerOrderLine.getTotalAccommodationAmount()
           
 Money CustomerOrderLine.getTotalServiceCharge()
          Returns the total charge for all gift services that have not been cancelled and all personalization services that have not been cancelled for this line.
 Money CustomerOrderLine.getTotalGiftServiceCharge()
          Returns the total charge for all gift service lines that have not been cancelled.
 Money CustomerOrderLine.getTotalGiftServiceCharge(Quantity prevQty, Quantity qty)
          Returns a prorated total charge for all gift service lines that have not been cancelled based on the quantities passed in.
 Money CustomerOrderLine.getTotalGiftServiceTax()
          Returns the total tax charge for all gift service lines that have not been cancelled.
 Money CustomerOrderLine.getTotalGiftServiceTax(Quantity prevQty, Quantity qty)
          Returns a prorated total tax charge for all gift service lines that have not been cancelled based on the quantities passed in.
 Money CustomerOrderLine.getTotalPersonalizationServiceCharge()
          Returns the total charge for all personalization service lines that have not been cancelled.
 Money CustomerOrderLine.getTotalPersonalizationServiceCharge(Quantity prevQty, Quantity qty)
          Returns a prorated total charge for all personalization service lines that have not been cancelled based on the quantities passed in.
 Money CustomerOrderLine.getTotalPersonalizationServiceTax()
          Returns the total tax charge for all personalization service lines that have not been cancelled.
 Money CustomerOrderLine.getTotalPersonalizationServiceTax(Quantity prevQty, Quantity qty)
          Returns a prorated total tax charge for all personalization service lines that have not been cancelled based on the quantities passed in.
 Money CustomerOrderLine.getTotalTaxAmount()
          Returns tht total tax for this line.
 Money CustomerOrderLine.getTotalNetExtendedPrice()
          Return the total net extended price for the order line (total sale extended price, less any return extended price, less any merchandise accommodations/adjustments).
 Money CustomerOrderLine.getTotalNetAdditionalShippingCharge()
          Return the total net shipping charge for the order line (total sale shipping charge, less any return shipping charge, less any shipping accommodations/adjustments).
 Money CustomerOrderLine.getTotalNetGiftServiceCharge()
          Return the total net gift service charge for the order line (total sale gift service charge, less any return gift service charge, less any gift service accommodations/adjustments).
 Money CustomerOrderLine.getTotalNetPersonalizationServiceCharge()
          Return the total net personalization service charge for the order line (total sale personalization serivce charge, less any return personalization service charge, less any personalization service accommodations/adjustments).
 Money CustomerOrderLine.getPreviouslyRecordedDemandAmount()
           
 Money CustomerOrderLine.getTotalPromotionDiscountValue()
          Return the total promotion discount value for the order line (sum of all of its promotion discount records, including discounts for any child object promotion discount records).
 Money CustomerOrderLine.getMerchPromotionDiscountValue()
          Return the merchandise promotion discount value for the order line (sum of all of its merch.
 Money CustomerOrderLine.getAdditionalShippingPromotionalDiscountValue()
          Return the additional promotion discount value for the order line (sum of all of its additional s&h promotion discount records).
 Money CustomerOrderLine.getUnitPrice()
          Return the unit price (with employee discounts and/or alternate selling item discount applied) for the order line.
 Money CustomerOrderLine.getSellingSkuPrice()
          Return the undiscounted selling sku unit price for the order line.
 Money ShipmentRequest.getTotalExtendedPrice()
           
 Money ShipmentRequest.getTotalExtendedTax()
           
 Money ShipmentRequest.getTotalStandardShippingAndHandlingAmount()
           
 Money ShipmentRequest.getTotalRushShippingAndHandlingAmount()
           
 Money ShipmentRequest.getTotalAdditionalShippingAndHandlingAmount()
           
 Money ShipmentRequest.getTotalVASAmount()
           
 Money ShipmentRequest.getTotalTaxAmount()
           
 Money ReturnLineTaxInvoiceLineItemRecord.getChargedMerchTax()
           
 Money ReturnLineTaxInvoiceLineItemRecord.getChargedAdditionalShippingTax()
           
 Money ReturnLineTaxInvoiceLineItemRecord.getChargedPersonalizationServiceTax()
           
 Money ReturnLineTaxInvoiceLineItemRecord.getChargedGiftServiceTax()
           
 Money ReturnLineTaxInvoiceLineItemRecord.getActualMerchTax()
           
 Money ReturnLineTaxInvoiceLineItemRecord.getActualAdditionalShippingTax()
           
 Money ReturnLineTaxInvoiceLineItemRecord.getActualPersonalizationServiceTax()
           
 Money ReturnLineTaxInvoiceLineItemRecord.getActualGiftServiceTax()
           
 Money ReturnLineTaxInvoiceLineItemRecord.getChargedAccommodatedMerchTax()
           
 Money ReturnLineTaxInvoiceLineItemRecord.getChargedAccommodatedAdditionalShippingTax()
           
 Money ReturnLineTaxInvoiceLineItemRecord.getChargedAccommodatedPersonalizationTax()
           
 Money ReturnLineTaxInvoiceLineItemRecord.getChargedAccommodatedGiftTax()
           
 Money ReturnLineTaxInvoiceLineItemRecord.getActualAccommodatedMerchTax()
           
 Money ReturnLineTaxInvoiceLineItemRecord.getActualAccommodatedAdditionalShippingTax()
           
 Money ReturnLineTaxInvoiceLineItemRecord.getActualAccommodatedPersonalizationTax()
           
 Money ReturnLineTaxInvoiceLineItemRecord.getActualAccommodatedGiftTax()
           
 Money CustomerOrderPromotionDiscountRollup.getDiscountAmount()
           
 Money CustomerOrderStoredValueCardPaymentAuthorizationResponse.getAuthorizedAmount()
           
 Money CustomerOrderStoredValueCardPaymentAuthorizationResponse.getAvailableBalance()
           
 Money NormalShipToTotals.getPreviousRushMerchTotal()
           
 Money NormalShipToTotals.getPreviousRushDeliveryCharge()
           
 Money NormalShipToTotals.getPreviousRushDeliveryTax()
           
 Money ReturnLine.getCalculatedExtendedPrice()
          Return the calculated extended price (merchandise amount) for the return line (before any promotion adjustment is applied).
 Money ReturnLine.getCalculatedExtendedAdditionalShippingCharge()
          Return the calculated extended additional shipping charge for the return line (before any promotion adjustment is applied).
 Money ReturnLine.getCalculatedExtendedTax()
          Return the calculated extended tax (merchandise tax) for the return line (before any tax accommodation adjustments are applied).
 Money ReturnLine.getCalculatedTotalLineTax()
          Return the calculated total tax for the return line.
 Money ReturnLine.getRefundExtendedTax()
          Return the refunded extended tax (merchandise tax) for the return line.
 Money ReturnLine.getCalculatedExtendedAdditionalShippingTax()
          Return the calculated extended additional shipping tax for the return line (before any tax accommodation adjustments are applied).
 Money ReturnLine.getRefundExtendedAdditionalShippingTax()
          Return the refunded extended additional shipping tax for the return line.
 Money ReturnLine.getCalculatedPersonalizationServiceCharge()
          Return the calculated personalization charge for the return line (before any promotion adjustment is applied).
 Money ReturnLine.getCalculatedGiftServiceCharge()
          Return the calculated gifting charge for the return line (before any promotion adjustment is applied).
 Money ReturnLine.getTotalValueAddedServiceCharge()
          Return the total refunded value added service charge (personalization charge plus gifting charge) for the return line.
 Money ReturnLine.getCalculatedValueAddedServiceTax()
          Return the calculated value added service tax (personalization tax plus gifting tax) for the return line (before any tax accommodation adjustments are applied).
 Money ReturnLine.getCalculatedPersonalizationServiceTax()
          Return the calculated personalization service tax for the return line (before any tax accommodation adjustments are applied).
 Money ReturnLine.getCalculatedGiftServiceTax()
          Return the calculated gift service tax for the return line (before any tax accommodation adjustments are applied).
 Money ReturnLine.getRefundValueAddedServiceTax()
          Return the refunded value added service tax (personalization tax plus gifting tax) for the return line.
 Money ReturnLine.getRefundPersonalizationServiceTax()
          Return the refunded personalization service tax for the return line.
 Money ReturnLine.getRefundGiftServiceTax()
          Return the refunded gift service tax for the return line.
 Money ReturnLine.getCalculatedStandardShippingCharge()
          Return the calculated shipping charge for the return line (before any promotion adjustment is applied).
 Money ReturnLine.getCalculatedStandardShippingTax()
          Return the calculated extended standard shipping tax for the return line (before any tax accommodation adjustments are applied).
 Money ReturnLine.getRefundStandardShippingTax()
          Return the refunded standard shipping tax for the return line.
 Money ReturnLine.getRefundTotalShippingTax()
          Return the refunded total shipping tax (additional shipping tax plus standard shipping tax) for the return line.
 Money ReturnLine.getRefundTotalTax()
          Return the refunded total tax for the return line.
 Money ReturnLine.getRefundExtendedPrice()
          Return the refunded extended price (merchandise amount) for the return line (after any promotion and/or accommodation adjustment is applied).
 Money ReturnLine.getTotalRefundValueAddedServiceCharge()
          Return the total refunded value added service charge (personalization charge plus gifting charge) for the return line.
 Money ReturnLine.getRefundStandardShippingCharge()
          Return the calculated shipping charge for the return line (after any promotion adjustment is applied).
 Money ReturnLine.getRefundExtendedAdditionalShippingCharge()
          Return the refunded extended additional shipping charge for the return line (after any promotion adjustment is applied).
 Money ReturnLine.getRefundPersonalizationServiceCharge()
          Return the calculated personalization charge for the return line (after any promotion adjustment is applied).
 Money ReturnLine.getRefundGiftServiceCharge()
          Return the refund gifting charge for the return line (after any promotion adjustment is applied).
 Money ReturnLine.getTotalPromotionAdjustmentAmount()
          Return the total amount of the promotion adjustments for the return line.
 Money ReturnLine.getTotalRefundAmount()
          Return the total refund amount for the return line.
 Money ReturnLine.getReturnPostage()
           
 Money ReturnLine.getRefundReturnPostage()
           
 Money ReturnLine.getTotalGeneralAccommodationAdjustmentAmount()
          Return the total amount of the accommodation adjustments for the return line.
 Money ReturnLine.getTotalTaxAccomodationAdjustmentAmount()
          Return the total amount of the accommodation tax adjustments for the return line.
 Money CustomerOrder.getTotalExtendedPrice()
           
 Money CustomerOrder.getStandardShippingPromotionDiscountValue()
           
 Money CustomerOrder.getTotalPromotionDiscountValue()
           
 Money CustomerOrder.getTotalShippingCharge()
           
 Money CustomerOrder.getTotalAdditionalShippingCharge()
           
 Money CustomerOrder.getTotalReturnPostageAmount()
           
 Money CustomerOrder.getTotalServiceCharge()
           
 Money CustomerOrder.getTotalGiftServiceCharge()
           
 Money CustomerOrder.getTotalPersonalizationServiceCharge()
           
 Money CustomerOrder.getGrandTotal()
           
 Money CustomerOrder.getTotalNetExtendedPrice()
          Return the total net extended price for the order (total sale extended price, less any return extended price, less any merchandise accommodations/adjustments).
 Money CustomerOrder.getTotalNetShippingCharge()
          Return the total net shipping charge for the order (total sale shipping charge, less any return shipping charge, less any shipping accommodations/adjustments).
 Money CustomerOrder.getTotalNetGiftServiceCharge()
          Return the total net gift service charge for the order (total sale gift service charge, less any return gift service charge, less any gift service accommodations/adjustments).
 Money CustomerOrder.getTotalNetPersonalizationServiceCharge()
          Return the total net personalization service charge for the order (total sale personalization serivce charge, less any return personalization service charge, less any personalization service accommodations/adjustments).
 Money CustomerOrder.getTotalPayments()
           
 Money CustomerOrder.getTotalAuthorizedPaymentAmount()
           
 Money CustomerOrder.getTotalPaymentsIncludingWaitingAuthorization()
           
 Money CustomerOrder.getBalance()
           
 Money CustomerOrder.getBalanceIncludingWaitingAuthorization()
           
 Money CustomerOrder.getTotalExtendedTax()
           
 Money CustomerOrder.getTotalShippingTax()
           
 Money CustomerOrder.getTotalValueAddedServiceTax()
           
 Money CustomerOrder.getTotalTax()
           
 Money CustomerOrder.getPreviouslyRecordedDemandAmount()
           
 Money CustomerOrder.getOutstandingSalesAuditGoodwillAmount()
           
 Money CustomerOrder.getTotalAccommodationAmount()
           
 Money CustomerOrder.getTotalAccommodationTaxAmount()
           
 Money CustomerOrder.getTotalReturnTaxAdjustmentAmount()
           
 Money CustomerOrder.getTotalOrderHeaderAccommodationAmount()
           
 Money CustomerOrder.getTotalReturnExtendedPrice()
           
 Money CustomerOrder.generateRefundIfNegativeBalance(CustomerOrderTransactionItem tranItem, CustomerOrderPaymentTransactionType transactionType)
          Generates a refund payment using the refund policy with transactionItem = tranItem param payment transaction type = transactionType param, refund balance = null, and no settlement.
 Money CustomerOrder.generateRefundIfNegativeBalance()
          Generates a refund payment using the refund policy with transactionItem = null, payment tranaction type = CustomerOrderPaymentTransactionType.GENERIC_REFUND, refund balance = null, and no settlement.
 Money TaxAccommodationDetail.getGiftingTaxDelta()
           
 Money TaxAccommodationDetail.getMerchandiseTaxDelta()
           
 Money TaxAccommodationDetail.getPersonalizationTaxDelta()
           
 Money TaxAccommodationDetail.getAdditionalShippingAndHandlingTaxDelta()
           
 Money TaxAccommodationDetail.getStandardShippingAndHandlingTaxDelta()
           
 Money TaxAccommodationDetail.getRushDeliveryTaxDelta()
           
 Money TaxAccommodationDetail.getActualMerchandiseTaxDelta()
           
 Money TaxAccommodationDetail.getActualAdditionalShippingAndHandlingTaxDelta()
           
 Money TaxAccommodationDetail.getActualPersonalizationTaxDelta()
           
 Money TaxAccommodationDetail.getActualGiftingTaxDelta()
           
 Money TaxAccommodationDetail.getActualStandardShippingAndHandlingTaxDelta()
           
 Money TaxAccommodationDetail.getActualRushDeliveryTaxDelta()
           
 Money TaxAccommodationDetail.getTotalTaxAmount()
           
 Money TaxAccommodationDetail.getTotalActualTaxAmount()
           
 Money NoCustomerInformationReturn.getExtendedPrice()
           
 Money CustomerOrderPromotionDiscount.getDiscountAmount()
          Return the discount amount for the discount.
 Money ReturnLineTaxInvoiceRecord.getStandardShippingCharge()
           
 Money ReturnLineTaxInvoiceRecord.getChargedStandardShippingTax()
           
 Money ReturnLineTaxInvoiceRecord.getActualStandardShippingTax()
           
 Money ReturnLineTaxInvoiceRecord.getChargedAccommodatedShippingTax()
           
 Money ReturnLineTaxInvoiceRecord.getActualAccommodatedShippingTax()
           
 Money CustomerOrderServiceLine.getUnitPrice()
           
 Money CustomerOrderServiceLine.getExtendedPrice()
           
 Money CustomerOrderServiceLine.getExtendedPrice(Quantity qty)
           
 Money CustomerOrderServiceLine.getServicePromotionDiscountValue()
          Return the service promotion discount value for the service line (sum of all of its promotion discount records).
 Money ReturnLineAccommodationAdjustment.getAmount()
          Return the accommodation adjustment amount.
protected  Money BaseReturnLineTest.getShipToGrandTotal(ShipToTotals shipToTotals)
           
 Money CustomerOrderRewardCertificatePayment.getCertificateValue()
           
 Money CustomerOrderRewardCertificatePayment.getAvailableCertificateBalance()
           
 Money CustomerOrderTransactionGroup.getTotalExchangeReturnAmount()
           
 Money CustomerOrderTransactionGroup.getTotalExchangeSaleAmount()
           
 Money CustomerOrderTransactionGroup.getBalance()
           
 Money CustomerOrderTransactionGroup.getSalesAuditSaleExportAmount()
           
 Money CustomerOrderTransactionGroup.getSalesAuditReturnExportAmount()
           
 Money CustomerOrderTransactionGroup.getMerchandiseTenderLiabilityReversalAmount()
           
 Money MailOrderBatch.getActualTenderAmountReceived()
           
 Money MailOrderBatch.getExpectedTenderAmountReceived()
           
 Money MailOrderBatch.getTenderAmountReceivedVariance()
           
 Money TaxAccommodationContainer.getAccommodatedAdditionalShippingTax()
           
 Money TaxAccommodationContainer.getChargedAccommodatedAdditionalShippingTax(java.lang.String invoiceId)
           
 Money TaxAccommodationContainer.getActualAccommodatedAdditionalShippingTax(java.lang.String invoiceId)
           
 Money TaxAccommodationContainer.getAccommodatedGiftTax()
           
 Money TaxAccommodationContainer.getChargedAccommodatedGiftTax(java.lang.String invoiceId)
           
 Money TaxAccommodationContainer.getActualAccommodatedGiftTax(java.lang.String invoiceId)
           
 Money TaxAccommodationContainer.getAccommodatedMerchTax()
           
 Money TaxAccommodationContainer.getChargedAccommodatedMerchTax(java.lang.String invoiceId)
           
 Money TaxAccommodationContainer.getActualAccommodatedMerchTax(java.lang.String invoiceId)
           
 Money TaxAccommodationContainer.getAccommodatedPersonalizationTax()
           
 Money TaxAccommodationContainer.getChargedAccommodatedPersonalizationTax(java.lang.String invoiceId)
           
 Money TaxAccommodationContainer.getActualAccommodatedPersonalizationTax(java.lang.String invoiceId)
           
 Money TaxAccommodationContainer.getAccommodatedRushDeliveryTax()
           
 Money TaxAccommodationContainer.getAccommodatedStandardShippingTax()
           
 Money TaxAccommodationContainer.getChargedAccommodatedStandardShippingTax(java.lang.String invoiceId)
           
 Money TaxAccommodationContainer.getActualAccommodatedStandardShippingTax(java.lang.String invoiceId)
           
 Money TaxAccommodationContainer.getTotalAccommodatedTax()
           
 Money AccommodationsTest.getTotalAccommodationPaymentAmount(CustomerOrder order)
           
 Money ShippedContainerTaxCalculatorInvoice.getShippingAndHandlingCost()
           
 Money ShippedContainerTaxCalculatorInvoice.getShippingAndHandlingTax()
           
 Money TaxAccommodation.getAccommodatedMerchTax()
           
 Money TaxAccommodation.getChargedAccommodatedMerchTax(java.lang.String invoiceId)
           
 Money TaxAccommodation.getAccommodatedGiftTax()
           
 Money TaxAccommodation.getChargedAccommodatedGiftTax(java.lang.String invoiceId)
           
 Money TaxAccommodation.getAccommodatedPersonalizationTax()
           
 Money TaxAccommodation.getChargedAccommodatedPersonalizationTax(java.lang.String invoiceId)
           
 Money TaxAccommodation.getAccommodatedAdditionalShippingTax()
           
 Money TaxAccommodation.getChargedAccommodatedAdditionalShippingTax(java.lang.String invoiceId)
           
 Money TaxAccommodation.getAccommodatedStandardShippingTax()
           
 Money TaxAccommodation.getChargedAccommodatedStandardShippingTax(java.lang.String invoiceId)
           
 Money TaxAccommodation.getAccommodatedRushDeliveryTax()
           
 Money TaxAccommodation.getActualTotalAccommodatedTax()
           
 Money TaxAccommodation.getActualAccommodatedMerchTax(java.lang.String invoiceId)
           
 Money TaxAccommodation.getActualAccommodatedGiftTax(java.lang.String invoiceId)
           
 Money TaxAccommodation.getActualAccommodatedPersonalizationTax(java.lang.String invoiceId)
           
 Money TaxAccommodation.getActualAccommodatedAdditionalShippingTax(java.lang.String invoiceId)
           
 Money TaxAccommodation.getActualAccommodatedStandardShippingTax(java.lang.String invoiceId)
           
 Money CustomerOrderValueAddedServiceLine.getUnitPriceForSingleItem()
           
 Money CustomerOrderValueAddedServiceLine.getCalculatedPrice(java.util.List text, Quantity quantity)
           
 Money CustomerOrderPaymentHistoryEvent.getAmount()
           
 Money CustomerOrderPaymentHistoryEvent.getAuthorizedAmount()
           
 Money CallTagReturnItem.getMerchandiseValue()
           
 

Methods in com.retek.component.customerorder with parameters of type Money
 void CustomerOrderSettlement.setAmount(Money amount)
           
 void ReturnLineReceiveRequest.setReturnPostage(Money postage)
          Set the return postage for the receive request.
 void MailOrderBatchPaymentSummary.addAccount(java.lang.String accountNumber, Money amount)
           
 void Discount.setUnitDiscountAmount(Money discountAmount)
           
 void CustomerOrderPromotionAdjustment.setAmount(Money amount)
           
 void ShippedContainerLine.setDirectshipReportedUnitCost(Money reportedUnitCost)
           
 void CustomerOrderPayment.setAmount(Money amount)
           
 void CustomerOrderPayment.allocateSettlement(Money amount, RDate dateOfPurchase, ReturnLine returnLine)
           
 void CustomerOrderPayment.allocateSettlement(Money amount, RDate dateOfPurchase, ShippedContainer container)
           
 void CustomerOrderPayment.allocateSettlement(Money amount, RDate dateOfPurchase)
           
 void CustomerOrderPayment.authorizeManually(Money authorizeAmount, java.lang.String authCode, User user)
           
 void CustomerOrderPayment.authorize(Money amountToAuthorize)
           
 void CustomerOrderPayment.setAuthorizedAmount(Money authorizedAmount)
           
 void CustomerOrderPayment.setOriginalAuthorizedAmount(Money authorizedAmount)
           
 void CustomerOrderPayment.addSalesAuditExportAmount(Money used)
          Add to the Sales Audit export amount for the payment.
 void GeneralAccommodation.setDollarOff(Money dollarOff)
           
 Money ShipToTotals.getStandardShippingTax(Money standardShippingCharge)
           
 Money ShipToTotals.getRushDeliveryTax(Money rushDeliveryCharge)
           
 Money ShipToTotals.getStandardShippingCharge(Money totalMerchChargeForStdShipping)
           
 void ShipToTotals.setCurrentStandardShippingItemTotal(Money amount)
           
 void ShipToTotals.setCurrentTotalStandardShippingCharge(Money amount)
           
 void ShipToTotals.setPreviousStdShippingTax(Money prevShippingTax)
           
 void CustomerOrderGiftServiceLine.setUnitPrice(Money price)
           
 void ShippedContainerTaxInvoiceLineItem.setExtendedAmount(Money extendedAmount)
           
 void ShippedContainerTaxInvoiceLineItem.setTotalTax(Money totalTax)
           
 void ShippedContainerTaxInvoiceLineItem.setCombinedRate(Money combinedRate)
           
 void ShippedContainerTaxInvoiceLineItem.setMerchandiseTax(Money merchandiseTax)
           
 void ShippedContainerTaxInvoiceLineItem.setShippingAndHandlingCost(Money shippingAndHandlingCost)
           
 void ShippedContainerTaxInvoiceLineItem.setShippingAndHandlingTax(Money shippingAndHandlingTax)
           
 void ShippedContainerTaxInvoiceLineItem.setGiftingCost(Money giftingCost)
           
 void ShippedContainerTaxInvoiceLineItem.setGiftingTax(Money giftingTax)
           
 void ShippedContainerTaxInvoiceLineItem.setPersonalizationCost(Money personalizationCost)
           
 void ShippedContainerTaxInvoiceLineItem.setPersonalizationTax(Money personaizationTax)
           
 void CustomerOrderRewardCertificatePaymentAuthorizationResponse.setCertificateValue(Money certificateValue)
           
 void CustomerOrderGeneralPromotionsTest.assertOrderDiscounts(CustomerOrder order, Money expectedTotalPromotionDiscountAmount)
           
 void CustomerOrderLine.setGiftVoucherAmount(Money amount)
           
 void CustomerOrderStoredValueCardPaymentAuthorizationResponse.setAuthorizedAmount(Money authorizedAmount)
           
 void NormalShipToTotals.setPreviousRushDeliveryCharge(Money rushCharge)
           
 void NormalShipToTotals.setPreviousRushDeliveryTax(Money prevRushDeliveryTax)
           
 void NormalShipToTotals.addToPreviousRushMerchTotal(Money previousRushMerchTotal)
           
 void ReturnLine.setReturnPostage(Money returnPostage)
           
 void ReturnLine.setRefundReturnPostage(Money refundReturnPostage)
           
 void CustomerOrder.decrementOutstandingSalesAuditGoodwillAmount(Money amount)
          Decrease current outstanding sales audit goodwill amount by amount param
 void CustomerOrder.incrementOutstandingSalesAuditGoodwillAmount(Money amount)
          Increase current outstanding sales audit goodwill amount by amount param
 void CustomerOrder.settle(ShippedContainer shippedContainer, User user, Money origOrderTotalTax)
          Finalize payments for the shippedContainer, generate credit payment if there was any tax adjustment in the customers favor at ship time, and allocate settlement for all payments that are ready to be settled.
 void TaxAccommodationDetail.setGiftingTaxDelta(Money money)
           
 void TaxAccommodationDetail.setMerchandiseTaxDelta(Money money)
           
 void TaxAccommodationDetail.setPersonalizationTaxDelta(Money money)
           
 void TaxAccommodationDetail.setAdditionalShippingAndHandlingTaxDelta(Money money)
           
 void TaxAccommodationDetail.setStandardShippingAndHandlingTaxDelta(Money money)
           
 void TaxAccommodationDetail.setRushDeliveryTaxDelta(Money money)
           
 void TaxAccommodationDetail.setActualMerchandiseTaxDelta(Money money)
           
 void TaxAccommodationDetail.setActualAdditionalShippingAndHandlingTaxDelta(Money money)
           
 void TaxAccommodationDetail.setActualPersonalizationTaxDelta(Money money)
           
 void TaxAccommodationDetail.setActualGiftingTaxDelta(Money money)
           
 void TaxAccommodationDetail.setActualStandardShippingAndHandlingTaxDelta(Money money)
           
 void TaxAccommodationDetail.setActualRushDeliveryTaxDelta(Money money)
           
 void CustomerOrderRewardCertificatePayment.decreaseRCPaymentAmount(Money amountToDecreaseBy)
           
 void CustomerOrderTransactionGroup.addSalesAuditReturnExportAmount(Money amount)
           
 void CustomerOrderTransactionGroup.addSalesAuditSaleExportAmount(Money amount)
           
 void CustomerOrderTransactionGroup.addMerchandiseTenderLiabilityReversalAmount(Money amount)
           
 void MailOrderBatch.setExpectedTenderAmountReceived(Money expectedAmount)
           
 void ShippedContainerTaxCalculatorInvoice.setShippingAndHandlingCost(Money shippingAndHandlingCost)
           
 void ShippedContainerTaxCalculatorInvoice.setShippingAndHandlingTax(Money shippingAndHandlingTax)
           
 void CustomerOrderValueAddedServiceLine.setUnitPrice(Money price)
           
 void CustomerOrderPaymentHistoryEvent.setAmount(Money amount)
           
 void CustomerOrderPaymentHistoryEvent.setAuthorizedAmount(Money authorizedAmount)
           
 void CallTagReturnItem.setMerchandiseValue(Money merchandiseValue)
           
 

Uses of Money in com.retek.component.customerorder.impl
 

Fields in com.retek.component.customerorder.impl declared as Money
protected  Money ReturnLineRefundCalculator.calculatedExtendedPrice
           
protected  Money ReturnLineRefundCalculator.calculatedExtendedAdditionalShippingCharge
           
protected  Money ReturnLineRefundCalculator.calculatedPersonalizationServiceCharge
           
protected  Money ReturnLineRefundCalculator.calculatedGiftServiceCharge
           
protected  Money ReturnLineRefundCalculator.calculatedStandardShippingCharge
           
protected  Money ReturnLineRefundCalculator.calculatedExtendedTax
           
protected  Money ReturnLineRefundCalculator.calculatedExtendedAdditionalShippingTax
           
protected  Money ReturnLineRefundCalculator.calculatedPersonalizationServiceTax
           
protected  Money ReturnLineRefundCalculator.calculatedGiftServiceTax
           
protected  Money ReturnLineRefundCalculator.calculatedStandardShippingTax
           
protected  Money ReturnLineRefundCalculator.refundExtendedPrice
           
protected  Money ReturnLineRefundCalculator.refundExtendedAdditionalShippingCharge
           
protected  Money ReturnLineRefundCalculator.refundPersonalizationServiceCharge
           
protected  Money ReturnLineRefundCalculator.refundGiftServiceCharge
           
protected  Money ReturnLineRefundCalculator.refundStandardShippingCharge
           
protected  Money ReturnLineRefundCalculator.refundExtendedTax
           
protected  Money ReturnLineRefundCalculator.refundExtendedAdditionalShippingTax
           
protected  Money ReturnLineRefundCalculator.refundPersonalizationServiceTax
           
protected  Money ReturnLineRefundCalculator.refundGiftServiceTax
           
protected  Money ReturnLineRefundCalculator.refundStandardShippingTax
           
protected  Money ReturnLineRefundCalculator.accommodatedTax
           
 

Methods in com.retek.component.customerorder.impl that return Money
 Money CustomerOrderPaymentImpl.getAmount()
           
 Money CustomerOrderPaymentImpl.getSalesAuditExportAmount()
           
 Money CustomerOrderPaymentImpl.getOriginalAuthorizedAmount()
           
protected  Money CustomerOrderPaymentImpl.getAuthorizedMerchandiseAmount()
           
 Money CustomerOrderPaymentImpl.getAuthorizedAmount()
           
 Money CustomerOrderPaymentImpl.getUnauthorizedAmount()
           
 Money CustomerOrderPaymentImpl.getTransactionItemAmount()
           
protected  Money AdditionalShippingPromotionGroup.getDiscountableAmount(Promotion promotion)
           
protected  Money OrderMerchPromotionGroup.getDiscountableAmount(Promotion promotion)
           
 Money ShippedContainerTaxCalculatorInvoiceImpl.getShippingAndHandlingCost()
           
 Money ShippedContainerTaxCalculatorInvoiceImpl.getShippingAndHandlingTax()
           
 Money CustomerOrderCareCardServiceLineImpl.getExtendedPrice()
           
 Money CustomerOrderCareCardServiceLineImpl.getUnitPrice()
           
 Money CustomerOrderCareCardServiceLineImpl.getExtendedPrice(Quantity qty)
           
 Money CustomerOrderLineImpl.getPreviouslyRecordedDemandAmount()
           
 Money CustomerOrderLineImpl.getTotalAccommodationAmount()
           
 Money CustomerOrderLineImpl.getTotalReturnedExtendedPrice()
           
 Money CustomerOrderLineImpl.getExtendedPrice()
           
 Money CustomerOrderLineImpl.getExtendedPriceLessAccommodations()
           
 Money CustomerOrderLineImpl.getExtendedPrice(Quantity prevQty, Quantity qty)
           
 Money CustomerOrderLineImpl.getExtendedPriceForTaxInvoiceLine(Quantity prevQty, Quantity qty, boolean applyPreShipmentAccommodations)
           
 Money CustomerOrderLineImpl.getTotalNetExtendedPrice()
           
 Money CustomerOrderLineImpl.getTotalNetAdditionalShippingCharge()
           
 Money CustomerOrderLineImpl.getTotalNetGiftServiceCharge()
           
 Money CustomerOrderLineImpl.getTotalNetPersonalizationServiceCharge()
           
 Money CustomerOrderLineImpl.getTotalNetAccommodationAmount(AccommodationTypeEnum accommodationType, AccommodationShippingSubTypeEnum shippingSubtype)
           
 Money CustomerOrderLineImpl.getTotalMerchChargeForStandardShipping()
           
 Money CustomerOrderLineImpl.getTotalMerchChargeForStandardShipping(Quantity prevQty, Quantity qty)
           
 Money CustomerOrderLineImpl.getTotalMerchChargeForRushShipping()
           
 Money CustomerOrderLineImpl.getTotalMerchChargeForRushShipping(Quantity prevQty, Quantity qty)
           
 Money CustomerOrderLineImpl.getUnitPrice()
           
 Money CustomerOrderLineImpl.getSellingSkuPrice()
           
 Money CustomerOrderLineImpl.getExtendedAdditionalShippingCharge()
           
 Money CustomerOrderLineImpl.getExtendedAdditionalShippingCharge(Quantity prevQty, Quantity qty)
           
 Money CustomerOrderLineImpl.adjustForCancellation(Quantity cancelThisTimeQty)
           
 Money CustomerOrderLineImpl.getExtendedMerchTax()
           
 Money CustomerOrderLineImpl.getExtendedMerchTax(Quantity prevQty, Quantity qty)
           
 Money CustomerOrderLineImpl.getValueAddedServiceTax()
           
 Money CustomerOrderLineImpl.getValueAddedServiceTax(Quantity prevQty, Quantity qty)
           
 Money CustomerOrderLineImpl.getTotalPersonalizationServiceTax(Quantity prevQty, Quantity qty)
           
 Money CustomerOrderLineImpl.getTotalPersonalizationServiceTax()
           
 Money CustomerOrderLineImpl.getTotalGiftServiceTax(Quantity prevQty, Quantity qty)
           
 Money CustomerOrderLineImpl.getTotalGiftServiceTax()
           
 Money CustomerOrderLineImpl.getExtendedAdditionalShippingTax()
           
 Money CustomerOrderLineImpl.getExtendedAdditionalShippingTax(Quantity prevQty, Quantity qty)
           
 Money CustomerOrderLineImpl.getTotalTaxAmount()
           
 Money CustomerOrderLineImpl.getBaseAccommodationAmountOverMerchAmount()
           
 Money CustomerOrderLineImpl.getTotalServiceCharge()
           
 Money CustomerOrderLineImpl.getTotalServiceCharge(Quantity prevQty, Quantity qty)
          Returns the total service charge for the specifid quantity
 Money CustomerOrderLineImpl.getTotalGiftServiceCharge()
           
 Money CustomerOrderLineImpl.getTotalGiftServiceCharge(Quantity prevQty, Quantity qty)
           
 Money CustomerOrderLineImpl.getTotalPersonalizationServiceCharge()
           
 Money CustomerOrderLineImpl.getTotalPersonalizationServiceCharge(Quantity prevQty, Quantity qty)
           
 Money CustomerOrderLineImpl.getSettlementValue()
           
 Money CustomerOrderLineImpl.getTransactionItemAmount()
           
 Money CustomerOrderLineImpl.getMerchPromotionDiscountValue()
           
 Money CustomerOrderLineImpl.getTotalPromotionDiscountValue()
           
 Money CustomerOrderLineImpl.getAdditionalShippingPromotionalDiscountValue()
           
 Money CustomerOrderLineImpl.getAdditionalShippingPromotionalDiscountValue(Quantity prevQty, Quantity qty)
           
protected  Money CustomerOrderLineImpl.getChargedTax(Money quotedTax, CustomerOrderLineImpl.ChargedTaxGetter taxGetter)
           
protected  Money CustomerOrderLineImpl.getChargedWithProratedQuotedTax(Money quotedTaxAdjustedForCancelledQty, CustomerOrderLineImpl.ChargedTaxGetter taxGetter)
           
 Money CustomerOrderLineImpl.ChargedTaxGetter.getTax(ShippedContainerLineImpl containerLine)
           
 Money CustomerOrderPaymentHistoryEventImpl.getAmount()
           
 Money CustomerOrderPaymentHistoryEventImpl.getAuthorizedAmount()
           
 Money ShippedContainerImpl.getActualExtendedRushDeliveryTaxAtShipTime()
           
 Money ShippedContainerImpl.getActualExtendedShippingTaxAtShipTime()
           
 Money ShippedContainerImpl.getTotalChargedTaxAtShipTime()
           
 Money ShippedContainerImpl.getTotalActualTaxAtShipTime()
           
 Money ShippedContainerImpl.getTotalChargedStandardShippingAndRushDeliveryTax()
           
 Money ShippedContainerImpl.getTotalActualStandardShippingAndRushDeliveryTax()
           
 Money ShippedContainerImpl.getSettlementValue()
           
 Money ShippedContainerImpl.getTotalGiftServiceCharge()
           
 Money ShippedContainerImpl.getTotalPersonalizationServiceCharge()
           
 Money ShippedContainerImpl.getStandardShippingCharge()
           
 Money ShippedContainerImpl.getConfirmedReturnedStandardShippingCharge()
           
 Money ShippedContainerImpl.getReturnedStandardShippingCharge()
           
 Money ShippedContainerImpl.getStandardShippingItemTotal()
           
 Money ShippedContainerImpl.getTotalMerchChargeForStandardShipping()
           
 Money ShippedContainerImpl.getRushDeliveryCharge()
           
 Money ShippedContainerImpl.getTotalMerchChargeForRushShipping()
           
 Money ShippedContainerImpl.getAdditionalShippingCharge()
           
 Money ShippedContainerImpl.getExtendedAdditionalShippingTax()
           
 Money ShippedContainerImpl.getTotalShippingCharge()
           
 Money ShippedContainerImpl.getChargedStandardShippingTax()
           
 Money ShippedContainerImpl.getChargedRushDeliveryTax()
           
 Money ShippedContainerImpl.getTotalServiceCharge()
           
 Money ShippedContainerImpl.getTotalTax()
           
 Money ShippedContainerImpl.getTotalExtendedPrice()
           
 Money CustomerOrderRewardCertificatePaymentImpl.getCertificateValue()
           
 Money CustomerOrderRewardCertificatePaymentImpl.getAvailableCertificateBalance()
           
 Money TaxAccommodationDetailImpl.getGiftingTaxDelta()
           
 Money TaxAccommodationDetailImpl.getMerchandiseTaxDelta()
           
 Money TaxAccommodationDetailImpl.getPersonalizationTaxDelta()
           
 Money TaxAccommodationDetailImpl.getAdditionalShippingAndHandlingTaxDelta()
           
 Money TaxAccommodationDetailImpl.getStandardShippingAndHandlingTaxDelta()
           
 Money TaxAccommodationDetailImpl.getRushDeliveryTaxDelta()
           
 Money TaxAccommodationDetailImpl.getActualMerchandiseTaxDelta()
           
 Money TaxAccommodationDetailImpl.getActualAdditionalShippingAndHandlingTaxDelta()
           
 Money TaxAccommodationDetailImpl.getActualPersonalizationTaxDelta()
           
 Money TaxAccommodationDetailImpl.getActualGiftingTaxDelta()
           
 Money TaxAccommodationDetailImpl.getActualStandardShippingAndHandlingTaxDelta()
           
 Money TaxAccommodationDetailImpl.getActualRushDeliveryTaxDelta()
           
 Money TaxAccommodationDetailImpl.getTotalTaxAmount()
           
 Money TaxAccommodationDetailImpl.getTotalActualTaxAmount()
           
 Money CustomerOrderRewardCertificatePaymentAuthorizationResponseImpl.getCertificateValue()
           
protected  Money MonogramPromotionGroup.getDiscountableAmount(Promotion promotion)
           
 Money CallTagReturnItemImpl.getMerchandiseValue()
           
 Money CustomerOrderGiftServiceLineImpl.getExtendedPrice()
           
 Money CustomerOrderGiftServiceLineImpl.getExtendedPrice(Quantity qty)
           
 Money CustomerOrderGiftServiceLineImpl.getUnitPrice()
           
 Money CustomerOrderValueAddedServiceLineImpl.getUnitPrice()
           
 Money CustomerOrderValueAddedServiceLineImpl.getExtendedPrice()
           
 Money CustomerOrderValueAddedServiceLineImpl.getUnitPriceForSingleItem()
           
 Money CustomerOrderValueAddedServiceLineImpl.getExtendedPrice(Quantity qty)
           
 Money CustomerOrderValueAddedServiceLineImpl.getCalculatedPrice(java.util.List text, Quantity orderedQuantity)
           
 Money DiscountImpl.getUnitDiscountAmount()
           
 Money DiscountImpl.getExtendedDiscountAmount()
           
 Money DiscountImpl.getExtendedDiscountAmount(Quantity quantity)
           
protected abstract  Money PromotionGroup.getDiscountableAmount(Promotion promotion)
           
protected  Money PromotionGroup.applyDiscountToOrderLine(CustomerOrderLineImpl orderLine, PromotionGroup.DistributablePromotionDiscount distributableDiscount, Money prevAmount, Money currentCharge, Money discountableAmount)
           
protected  Money PromotionGroup.applyDiscountToServiceLine(CustomerOrderServiceLineImpl serviceLine, PromotionGroup.DistributablePromotionDiscount distributableDiscount, Money prevAmount, Money currentCharge, Money discountableAmount)
           
protected  Money PromotionGroup.reapplyLockedDiscountsForOrderLine(Promotion promotion, CustomerOrderLineImpl orderLine, boolean includeServiceLines)
           
protected  Money PromotionGroup.reapplyLockedDiscountsForServiceLine(Promotion promotion, CustomerOrderServiceLineImpl serviceLine)
           
 Money PromotionGroup.DistributablePromotionDiscount.getDiscountAmount()
           
 Money PromotionGroup.DistributablePromotionDiscount.getDiscountAmountLeft()
           
 Money PromotionGroup.DistributablePromotionDiscount.getDiscountAmountUsed()
           
 Money ReturnLineRefundCalculator.getCalculatedExtendedPrice()
           
 Money ReturnLineRefundCalculator.getCalculatedExtendedTax()
           
 Money ReturnLineRefundCalculator.getCalculatedPersonalizationServiceCharge()
           
 Money ReturnLineRefundCalculator.getCalculatedPersonalizationServiceTax()
           
 Money ReturnLineRefundCalculator.getCalculatedExtendedAdditionalShippingCharge()
           
 Money ReturnLineRefundCalculator.getCalculatedExtendedAdditionalShippingTax()
           
 Money ReturnLineRefundCalculator.getCalculatedGiftServiceCharge()
           
 Money ReturnLineRefundCalculator.getCalculatedGiftServiceTax()
           
 Money ReturnLineRefundCalculator.getCalculatedStandardShippingCharge()
           
 Money ReturnLineRefundCalculator.getCalculatedStandardShippingTax()
           
 Money ReturnLineRefundCalculator.getRefundExtendedAdditionalShippingCharge()
           
 Money ReturnLineRefundCalculator.getRefundExtendedAdditionalShippingTax()
           
 Money ReturnLineRefundCalculator.getRefundExtendedPrice()
           
 Money ReturnLineRefundCalculator.getRefundExtendedTax()
           
 Money ReturnLineRefundCalculator.getRefundGiftServiceCharge()
           
 Money ReturnLineRefundCalculator.getRefundGiftServiceTax()
           
 Money ReturnLineRefundCalculator.getRefundPersonalizationServiceCharge()
           
 Money ReturnLineRefundCalculator.getRefundPersonalizationServiceTax()
           
 Money ReturnLineRefundCalculator.getRefundStandardShippingCharge()
           
 Money ReturnLineRefundCalculator.getRefundStandardShippingTax()
           
protected  Money ReturnLineRefundCalculator.calculatePromotionAdjustments(Quantity refundableQuantity, java.util.Collection promotionDiscounts, java.util.Set discountTypes)
           
protected static Money ReturnLineRefundCalculator.calculateStandardShippingTax(Money refundStandardShippingCharge, CustomerOrderLineImpl orderLine, ReturnLineImpl returnLine)
           
protected  Money StandardShippingPromotionGroup.getDiscountableAmount(Promotion promotion)
           
 Money GeneralAccommodationImpl.getAccommodationAmount()
           
 Money GeneralAccommodationImpl.getTaxCreditAmount()
           
 Money GeneralAccommodationImpl.getTransactionItemAmount()
           
 Money GeneralAccommodationImpl.getDollarOff()
           
 Money GeneralAccommodationImpl.getTaxAmount()
           
 Money GeneralAccommodationImpl.getBaseAmount()
           
static Money GeneralAccommodationImpl.applyAccommodations(Money basePrice, java.util.Collection accommodations)
           
 Money ShippedContainerTaxInvoiceLineItemImpl.getExtendedAmount()
           
 Money ShippedContainerTaxInvoiceLineItemImpl.getTotalTax()
           
 Money ShippedContainerTaxInvoiceLineItemImpl.getCombinedRate()
           
 Money ShippedContainerTaxInvoiceLineItemImpl.getMerchandiseTax()
           
 Money ShippedContainerTaxInvoiceLineItemImpl.getShippingAndHandlingCost()
           
 Money ShippedContainerTaxInvoiceLineItemImpl.getShippingAndHandlingTax()
           
 Money ShippedContainerTaxInvoiceLineItemImpl.getGiftingCost()
           
 Money ShippedContainerTaxInvoiceLineItemImpl.getGiftingTax()
           
 Money ShippedContainerTaxInvoiceLineItemImpl.getPersonalizationCost()
           
 Money ShippedContainerTaxInvoiceLineItemImpl.getPersonalizationTax()
           
 Money CustomerOrderLineCalculator.getTotalExtendedPrice()
           
 Money CustomerOrderLineCalculator.getTotalExtendedTax()
           
 Money CustomerOrderLineCalculator.getTotalGiftServiceCharge()
           
 Money CustomerOrderLineCalculator.getTotalPersonalizationServiceCharge()
           
 Money CustomerOrderLineCalculator.getTotalValueAddedServiceTax()
           
 Money CustomerOrderLineCalculator.getTotalMerchChargeForStandardShipping()
           
 Money CustomerOrderLineCalculator.getTotalMerchChargeForRushShipping()
           
 Money CustomerOrderLineCalculator.getTotalAdditionalShippingCharge()
           
 Money CustomerOrderLineCalculator.getTotalAdditionalShippingTax()
           
 Money CustomerOrderLineCalculator.getTotalReturnStandardShippingCharge()
           
 Money CustomerOrderLineCalculator.getTotalReturnStandardShippingTax()
           
 Money CustomerOrderLineCalculator.getTotalServiceCharge()
           
 Money SellingListPromotionGroup.getDiscountableAmount(Promotion promotion)
           
 Money ShipToTotalsImpl.getTotalExtendedPrice()
           
 Money ShipToTotalsImpl.getTotalPersonalizationServiceCharge()
           
 Money ShipToTotalsImpl.getTotalGiftServiceCharge()
           
 Money ShipToTotalsImpl.getTotalServiceCharge()
           
 Money ShipToTotalsImpl.getServiceCharge()
           
 Money ShipToTotalsImpl.getAdditionalShippingCharge()
           
 Money ShipToTotalsImpl.getTotalAdditionalShippingCharge()
           
 Money ShipToTotalsImpl.getTotalExtendedTax()
           
 Money ShipToTotalsImpl.getTotalExtendedTax(boolean applyReturnRefundTaxes)
           
 Money ShipToTotalsImpl.getTotalAdditionalShippingTax()
           
 Money ShipToTotalsImpl.getTotalAdditionalShippingTax(boolean applyReturnRefundTaxes)
           
 Money ShipToTotalsImpl.getTotalShippingTax()
           
 Money ShipToTotalsImpl.getTotalStandardShippingTax()
           
 Money ShipToTotalsImpl.getTotalShippingTax(boolean applyReturnRefundTaxes)
           
 Money ShipToTotalsImpl.getTotalValueAddedServiceTax()
           
 Money ShipToTotalsImpl.getTotalValueAddedServiceTax(boolean applyReturnRefundTaxes)
           
 Money ShipToTotalsImpl.getTotalTax()
           
 Money ShipToTotalsImpl.getTotalPromotionAmount()
           
 Money ShipToTotalsImpl.getOriginalStandardShippingCharge()
           
 Money ShipToTotalsImpl.getTotalTax(boolean applyReturnRefundTaxes)
           
 Money ShipToTotalsImpl.getTotalAccommodationAmount()
           
 Money ShipToTotalsImpl.getTotalAccommodationTaxAmount()
           
 Money ShipToTotalsImpl.getTotalMerchTaxAmount()
           
 Money ShipToTotalsImpl.getCurrentStandardShippingItemTotal()
           
 Money ShipToTotalsImpl.getCurrentTotalStandardShippingCharge()
           
 Money ShipToTotalsImpl.getPreviousStdShippingTax()
           
 Money ShipToTotalsImpl.getRealTotalStandardShippingCharge()
           
 Money ShipToTotalsImpl.getStandardShippingCharge(Money totalMerchChargeForStdShipping)
           
abstract  Money ShipToTotalsImpl.getStandardShippingCharge()
           
abstract  Money ShipToTotalsImpl.getStandardShippingTax(Money standardShippingCharge)
           
abstract  Money ShipToTotalsImpl.getStandardShippingTax()
           
abstract  Money ShipToTotalsImpl.getTotalStandardShippingTax(boolean applyReturnRefundTaxes)
           
abstract  Money ShipToTotalsImpl.getTotalMerchChargeForStandardShipping()
           
 Money ShipToTotalsImpl.getTotalNetStandardShippingCharge()
           
 Money ShipToTotalsImpl.getTotalNetRushShippingCharge()
           
 Money ShipToTotalsImpl.getTotalReturnRefundAmount()
           
 Money ShipToTotalsImpl.getTotalReturnRefundMerchAmount()
           
 Money ShipToTotalsImpl.getTotalReturnMerchAmount()
           
 Money ShipToTotalsImpl.getTotalReturnRefundTaxAmount()
           
 Money ShipToTotalsImpl.getTotalReturnTaxAmount()
           
 Money ShipToTotalsImpl.getTotalReturnRefundVASAmount()
           
 Money ShipToTotalsImpl.getTotalReturnVASAmount()
           
 Money ShipToTotalsImpl.getTotalReturnRefundStandardShippingAmount()
           
 Money ShipToTotalsImpl.getTotalReturnStandardShippingAmount()
           
 Money ShipToTotalsImpl.getTotalReturnAccommodationAmount()
           
 Money ShipToTotalsImpl.getTotalReturnAccommodationTaxAmount()
           
 Money ShipToTotalsImpl.getTotalReturnRefundShippingAndHandlingAmount()
           
 Money ShipToTotalsImpl.getTotalReturnShippingAndHandlingAmount()
           
 Money ShipToTotalsImpl.getTotalReturnRefundAdditionalShippingCharge()
           
 Money ShipToTotalsImpl.getTotalReturnAdditionalShippingCharge()
           
 Money ShipToTotalsImpl.getTotalReturnRefundExtendedTax()
           
 Money ShipToTotalsImpl.getTotalReturnExtendedTax()
           
 Money ShipToTotalsImpl.getTotalReturnPromotionAmount()
           
 Money ShipToTotalsImpl.getTotalReturnRefundShippingTax()
           
 Money ShipToTotalsImpl.getTotalReturnShippingTax()
           
 Money ShipToTotalsImpl.getTotalReturnRefundValueAddedServiceTax()
           
 Money ShipToTotalsImpl.getTotalReturnValueAddedServiceTax()
           
 Money ShipToTotalsImpl.getTotalReturnPostage()
           
 Money CustomerOrderImpl.getGrandTotal()
           
 Money CustomerOrderImpl.getTotalReturnPostageAmount()
           
 Money CustomerOrderImpl.getAccommodationsOverMerchAmount()
           
 Money CustomerOrderImpl.getTotalAccommodationAmount()
           
 Money CustomerOrderImpl.getTotalOrderHeaderAccommodationAmount()
           
 Money CustomerOrderImpl.getTotalShippingCharge()
           
 Money CustomerOrderImpl.getTotalGrossStandardShippingCharge()
          Return the total gross standard shipping charge for the order.
 Money CustomerOrderImpl.getTotalStandardShippingCharge()
           
 Money CustomerOrderImpl.getTotalAdditionalShippingCharge()
           
 Money CustomerOrderImpl.getTotalExtendedPrice()
           
 Money CustomerOrderImpl.getTotalSaleExtendedPriceForSalesDemand()
           
 Money CustomerOrderImpl.getTotalReturnExtendedPrice()
           
 Money CustomerOrderImpl.getTotalNetExtendedPrice()
           
 Money CustomerOrderImpl.getTotalNetShippingCharge()
           
 Money CustomerOrderImpl.getTotalNetStandardShippingCharge()
           
 Money CustomerOrderImpl.getTotalNetAdditionalShippingCharge()
           
 Money CustomerOrderImpl.getTotalNetRushShippingCharge()
           
 Money CustomerOrderImpl.getTotalNetGiftServiceCharge()
           
 Money CustomerOrderImpl.getTotalNetPersonalizationServiceCharge()
           
 Money CustomerOrderImpl.getBalance()
           
 Money CustomerOrderImpl.getBalanceIncludingWaitingAuthorization()
           
 Money CustomerOrderImpl.getBalance(boolean includeWaitingAuthorization)
           
 Money CustomerOrderImpl.getTotalPayments()
           
 Money CustomerOrderImpl.getTotalPaymentsIncludingWaitingAuthorization()
           
 Money CustomerOrderImpl.getTotalPayments(boolean includeWaitingAuthorization)
           
 Money CustomerOrderImpl.getTotalAuthorizedPaymentAmount()
           
 Money CustomerOrderImpl.getTotalExtendedTax()
           
 Money CustomerOrderImpl.getTotalShippingTax()
           
 Money CustomerOrderImpl.getTotalValueAddedServiceTax()
           
 Money CustomerOrderImpl.getTotalServiceCharge()
           
 Money CustomerOrderImpl.getTotalGiftServiceCharge()
           
 Money CustomerOrderImpl.getTotalPersonalizationServiceCharge()
           
 Money CustomerOrderImpl.getTotalTax()
           
 Money CustomerOrderImpl.getPreviouslyRecordedDemandAmount()
           
 Money CustomerOrderImpl.getStandardShippingPromotionDiscountValue()
           
 Money CustomerOrderImpl.getTotalPromotionDiscountValue()
           
 Money CustomerOrderImpl.getTotalAccommodationTaxAmount()
           
 Money CustomerOrderImpl.getTotalReturnAccommodationAdjustmentAmount()
           
 Money CustomerOrderImpl.getTotalReturnTaxAdjustmentAmount()
           
 Money CustomerOrderImpl.getUnderpaymentTolerance()
           
 Money CustomerOrderImpl.getOutstandingSalesAuditGoodwillAmount()
           
 Money CustomerOrderImpl.generateRefundIfNegativeBalance()
           
 Money CustomerOrderImpl.generateRefundIfNegativeBalance(CustomerOrderTransactionItem tranItem, CustomerOrderPaymentTransactionType transactionType)
           
 Money CustomerOrderImpl.generateRefundIfNegativeBalance(CustomerOrderPaymentTransactionType transactionType)
           
 Money CustomerOrderImpl.getTotalAccommodationsValue()
           
 Money CustomerOrderImpl.getUnsettledAmount()
           
 Money TaxAccommodationImpl.getAccommodationAmount()
           
 Money TaxAccommodationImpl.getTransactionItemAmount()
           
 Money CustomerOrderTransactionGroupImpl.getBalance()
           
 Money CustomerOrderTransactionGroupImpl.getReturnLineValue()
           
 Money CustomerOrderTransactionGroupImpl.getTotalExchangeReturnAmount()
           
 Money CustomerOrderTransactionGroupImpl.getTotalExchangeSaleAmount()
           
 Money CustomerOrderTransactionGroupImpl.getMerchandiseTenderLiabilityReversalAmount()
           
 Money CustomerOrderTransactionGroupImpl.getSalesAuditReturnExportAmount()
           
 Money CustomerOrderTransactionGroupImpl.getSalesAuditSaleExportAmount()
           
protected  Money LineMerchPromotionGroup.getDiscountableAmount(Promotion promotion)
           
 Money ReturnLineTaxInvoiceLineItemRecordImpl.getActualAdditionalShippingTax()
           
 Money ReturnLineTaxInvoiceLineItemRecordImpl.getActualGiftServiceTax()
           
 Money ReturnLineTaxInvoiceLineItemRecordImpl.getActualMerchTax()
           
 Money ReturnLineTaxInvoiceLineItemRecordImpl.getActualPersonalizationServiceTax()
           
 Money ReturnLineTaxInvoiceLineItemRecordImpl.getChargedAdditionalShippingTax()
           
 Money ReturnLineTaxInvoiceLineItemRecordImpl.getChargedGiftServiceTax()
           
 Money ReturnLineTaxInvoiceLineItemRecordImpl.getChargedMerchTax()
           
 Money ReturnLineTaxInvoiceLineItemRecordImpl.getChargedPersonalizationServiceTax()
           
 Money ReturnLineTaxInvoiceLineItemRecordImpl.getChargedAccommodatedMerchTax()
           
 Money ReturnLineTaxInvoiceLineItemRecordImpl.getChargedAccommodatedAdditionalShippingTax()
           
 Money ReturnLineTaxInvoiceLineItemRecordImpl.getChargedAccommodatedPersonalizationTax()
           
 Money ReturnLineTaxInvoiceLineItemRecordImpl.getChargedAccommodatedGiftTax()
           
 Money ReturnLineTaxInvoiceLineItemRecordImpl.getActualAccommodatedAdditionalShippingTax()
           
 Money ReturnLineTaxInvoiceLineItemRecordImpl.getActualAccommodatedGiftTax()
           
 Money ReturnLineTaxInvoiceLineItemRecordImpl.getActualAccommodatedMerchTax()
           
 Money ReturnLineTaxInvoiceLineItemRecordImpl.getActualAccommodatedPersonalizationTax()
           
 Money CustomerOrderLineTaxAccommodationImpl.getAccommodationAmount()
           
 Money CustomerOrderLineTaxAccommodationImpl.getAccommodatedMerchTax()
           
 Money CustomerOrderLineTaxAccommodationImpl.getChargedAccommodatedMerchTax(java.lang.String invoiceId)
           
 Money CustomerOrderLineTaxAccommodationImpl.getActualAccommodatedMerchTax(java.lang.String invoiceId)
           
 Money CustomerOrderLineTaxAccommodationImpl.getActualAccommodatedGiftTax(java.lang.String invoiceId)
           
 Money CustomerOrderLineTaxAccommodationImpl.getActualAccommodatedPersonalizationTax(java.lang.String invoiceId)
           
 Money CustomerOrderLineTaxAccommodationImpl.getActualAccommodatedAdditionalShippingTax(java.lang.String invoiceId)
           
 Money CustomerOrderLineTaxAccommodationImpl.getActualAccommodatedStandardShippingTax(java.lang.String invoiceId)
           
 Money CustomerOrderLineTaxAccommodationImpl.getAccommodatedGiftTax()
           
 Money CustomerOrderLineTaxAccommodationImpl.getChargedAccommodatedGiftTax(java.lang.String invoiceId)
           
 Money CustomerOrderLineTaxAccommodationImpl.getAccommodatedPersonalizationTax()
           
 Money CustomerOrderLineTaxAccommodationImpl.getChargedAccommodatedPersonalizationTax(java.lang.String invoiceId)
           
 Money CustomerOrderLineTaxAccommodationImpl.getAccommodatedAdditionalShippingTax()
           
 Money CustomerOrderLineTaxAccommodationImpl.getChargedAccommodatedAdditionalShippingTax(java.lang.String invoiceId)
           
 Money CustomerOrderLineTaxAccommodationImpl.getAccommodatedStandardShippingTax()
           
 Money CustomerOrderLineTaxAccommodationImpl.getChargedAccommodatedStandardShippingTax(java.lang.String invoiceId)
           
 Money CustomerOrderLineTaxAccommodationImpl.getAccommodatedRushDeliveryTax()
           
 Money CustomerOrderLineTaxAccommodationImpl.getTaxAmount()
           
 Money CustomerOrderLineTaxAccommodationImpl.getActualTotalAccommodatedTax()
           
 Money NoCustomerInformationReturnImpl.getExtendedPrice()
           
 Money ReturnLineTaxInvoiceRecordImpl.getActualStandardShippingTax()
           
 Money ReturnLineTaxInvoiceRecordImpl.getChargedStandardShippingTax()
           
 Money ReturnLineTaxInvoiceRecordImpl.getStandardShippingCharge()
           
 Money ReturnLineTaxInvoiceRecordImpl.getChargedAccommodatedShippingTax()
           
 Money ReturnLineTaxInvoiceRecordImpl.getActualAccommodatedShippingTax()
           
 Money ReturnLineAccommodationAdjustmentImpl.getAmount()
           
 Money CustomerOrderTaxAccommodationImpl.getAccommodatedMerchTax()
           
 Money CustomerOrderTaxAccommodationImpl.getChargedAccommodatedMerchTax(java.lang.String invoiceId)
           
 Money CustomerOrderTaxAccommodationImpl.getActualAccommodatedMerchTax(java.lang.String invoiceId)
           
 Money CustomerOrderTaxAccommodationImpl.getActualAccommodatedGiftTax(java.lang.String invoiceId)
           
 Money CustomerOrderTaxAccommodationImpl.getActualAccommodatedPersonalizationTax(java.lang.String invoiceId)
           
 Money CustomerOrderTaxAccommodationImpl.getActualAccommodatedAdditionalShippingTax(java.lang.String invoiceId)
           
 Money CustomerOrderTaxAccommodationImpl.getActualAccommodatedStandardShippingTax(java.lang.String invoiceId)
           
 Money CustomerOrderTaxAccommodationImpl.getAccommodatedGiftTax()
           
 Money CustomerOrderTaxAccommodationImpl.getChargedAccommodatedGiftTax(java.lang.String invoiceId)
           
 Money CustomerOrderTaxAccommodationImpl.getAccommodatedPersonalizationTax()
           
 Money CustomerOrderTaxAccommodationImpl.getChargedAccommodatedPersonalizationTax(java.lang.String invoiceId)
           
 Money CustomerOrderTaxAccommodationImpl.getAccommodatedAdditionalShippingTax()
           
 Money CustomerOrderTaxAccommodationImpl.getChargedAccommodatedAdditionalShippingTax(java.lang.String invoiceId)
           
 Money CustomerOrderTaxAccommodationImpl.getAccommodatedStandardShippingTax()
           
 Money CustomerOrderTaxAccommodationImpl.getChargedAccommodatedStandardShippingTax(java.lang.String invoiceId)
           
 Money CustomerOrderTaxAccommodationImpl.getAccommodatedRushDeliveryTax()
           
 Money CustomerOrderTaxAccommodationImpl.getTaxAmount()
           
 Money CustomerOrderTaxAccommodationImpl.getActualTotalAccommodatedTax()
           
 Money CustomerOrderStoredValueCardPaymentAuthorizationResponseImpl.getAuthorizedAmount()
           
 Money CustomerOrderStoredValueCardPaymentAuthorizationResponseImpl.getAvailableBalance()
           
 Money ShippedContainerLineImpl.getTotalActualTaxAtShipTime()
           
 Money ShippedContainerLineImpl.getTotalChargedTaxAtShipTime()
           
 Money ShippedContainerLineImpl.getActualExtendedMerchTaxAtShipTime()
           
 Money ShippedContainerLineImpl.getActualExtendedAdditionalShippingTaxAtShipTime()
           
 Money ShippedContainerLineImpl.getActualExtendedPersonalizationTaxAtShipTime()
           
 Money ShippedContainerLineImpl.getActualExtendedGiftTaxAtShipTime()
           
 Money ShippedContainerLineImpl.getDirectshipReportedUnitCost()
           
 Money ShippedContainerLineImpl.getChargedExtendedAdditionalShippingTax()
           
 Money ShippedContainerLineImpl.getChargedExtendedMerchTax()
           
 Money ShippedContainerLineImpl.getChargedValueAddedServiceTax()
           
 Money ShippedContainerLineImpl.getProratedActualStandardShippingTax()
           
 Money ShippedContainerLineImpl.getProratedActualRushDeliveryTax()
           
 Money ShippedContainerLineImpl.getProratedChargedStandardShippingTax()
           
 Money ShippedContainerLineImpl.getProratedChargedRushDeliveryTax()
           
 Money ShippedContainerLineImpl.getTotalChargedTax()
           
 Money ShippedContainerLineImpl.getTotalChargedShippingTax()
           
 Money ShippedContainerLineImpl.getTotalServiceCharge()
           
 Money ShippedContainerLineImpl.getExtendedPrice()
           
 Money ShippedContainerLineImpl.getPromotionDiscountAmount()
           
 Money ShippedContainerLineImpl.getExtendedAdditionalShippingCharge()
           
 Money ShippedContainerLineImpl.getTotalMerchChargeForStandardShipping()
           
 Money ShippedContainerLineImpl.getTotalMerchChargeForRushShipping()
           
 Money ShippedContainerLineImpl.getStandardShippingCharge()
           
 Money ShippedContainerLineImpl.getRushDeliveryCharge()
           
 Money ShippedContainerLineImpl.getTotalShippingAndDeliveryCharges()
           
 Money ShippedContainerLineImpl.getTotalGiftServiceCharge()
           
 Money ShippedContainerLineImpl.getTotalPersonalizationServiceCharge()
           
 Money ShippedContainerLineImpl.getSettlementValue()
           
 Money ShippedContainerLineImpl.getProratedAccommodationAmount(GeneralAccommodation accommodation)
           
 Money ShippedContainerLineImpl.getChargedExtendedGiftServiceTax()
           
 Money ShippedContainerLineImpl.getChargedExtendedPersonalizationServiceTax()
           
 Money CustomerOrderBaseAuthorizationCalculation.calculateAuthorizationAmount()
           
protected abstract  Money CustomerOrderBaseAuthorizationCalculation.doCalculateAuthorizationAmountForCreditCard(int authLeadTimeDays)
           
protected  Money PlanCodePromotionGroup.getDiscountableAmount(Promotion promotion)
           
 Money NormalShipToTotalsImpl.getRushDeliveryCharge()
           
 Money NormalShipToTotalsImpl.getStandardShippingTax()
           
 Money NormalShipToTotalsImpl.getStandardShippingTax(Money standardShippingCharge)
           
 Money NormalShipToTotalsImpl.getTotalStandardShippingTax(boolean applyReturnRefundTaxes)
           
 Money NormalShipToTotalsImpl.getStandardShippingCharge()
           
 Money NormalShipToTotalsImpl.getTotalStandardShippingCharge()
           
 Money NormalShipToTotalsImpl.getTotalShippingCharge()
           
 Money NormalShipToTotalsImpl.getRushDeliveryTax()
           
 Money NormalShipToTotalsImpl.getRushDeliveryTax(Money rushDeliveryCharge)
           
 Money NormalShipToTotalsImpl.getPreviousRushDeliveryTax()
           
 Money NormalShipToTotalsImpl.getTotalShipToLevelShippingChargesAndTax()
           
 Money NormalShipToTotalsImpl.getPreviousRushDeliveryCharge()
           
 Money NormalShipToTotalsImpl.getPreviousRushMerchTotal()
           
 Money NormalShipToTotalsImpl.getTotalMerchChargeForRushShipping()
           
 Money NormalShipToTotalsImpl.getTotalMerchChargeForStandardShipping()
           
protected  Money NormalShipToTotalsImpl.calculateProratedShippingTaxes(Money quotedTax, NormalShipToTotalsImpl.TaxGetter taxGetter)
           
 Money NormalShipToTotalsImpl.TaxGetter.getPreviousCharge(NormalShipToTotalsImpl totals)
           
 Money NormalShipToTotalsImpl.TaxGetter.getTotalCharge(NormalShipToTotalsImpl totals)
           
 Money NormalShipToTotalsImpl.TaxGetter.getPreviousTax(NormalShipToTotalsImpl totals)
           
 Money NormalShipToTotalsImpl.TaxGetter.getReturnedTax(ReturnLineImpl returnLine)
           
 Money NormalShipToTotalsImpl.TaxGetter.getReturnedShippingCharge(ReturnLineImpl returnLine)
           
protected  Money PersonalizationPromotionGroup.getDiscountableAmount(Promotion promotion)
           
 Money MailOrderBatchImpl.getExpectedTenderAmountReceived()
           
 Money MailOrderBatchImpl.getTenderAmountReceivedVariance()
           
 Money MailOrderBatchImpl.getActualTenderAmountReceived()
           
 Money ShipmentRequestImpl.getTotalExtendedPrice()
           
 Money ShipmentRequestImpl.getTotalExtendedTax()
           
 Money ShipmentRequestImpl.getTotalStandardShippingAndHandlingAmount()
           
 Money ShipmentRequestImpl.getTotalRushShippingAndHandlingAmount()
           
 Money ShipmentRequestImpl.getTotalAdditionalShippingAndHandlingAmount()
           
 Money ShipmentRequestImpl.getTotalVASAmount()
           
 Money ShipmentRequestImpl.getTotalTaxAmount()
           
 Money CustomerOrderServiceLineImpl.getServicePromotionDiscountValue()
           
 Money ZeroChargeShipToTotalsImpl.getTotalMerchChargeForRushShipping()
           
 Money ZeroChargeShipToTotalsImpl.getRushDeliveryCharge()
           
 Money ZeroChargeShipToTotalsImpl.getStandardShippingCharge()
           
 Money ZeroChargeShipToTotalsImpl.getTotalShippingCharge()
           
 Money ZeroChargeShipToTotalsImpl.getTotalStandardShippingCharge()
           
 Money ZeroChargeShipToTotalsImpl.getTotalShipToLevelShippingChargesAndTax()
           
 Money ZeroChargeShipToTotalsImpl.getStandardShippingTax()
           
 Money ZeroChargeShipToTotalsImpl.getStandardShippingTax(Money standardShippingCharge)
           
 Money ZeroChargeShipToTotalsImpl.getTotalStandardShippingTax(boolean applyReturnRefundTaxes)
           
 Money ZeroChargeShipToTotalsImpl.getRushDeliveryTax()
           
 Money ZeroChargeShipToTotalsImpl.getRushDeliveryTax(Money rushDeliveryCharge)
           
 Money ZeroChargeShipToTotalsImpl.getTotalMerchChargeForStandardShipping()
           
 Money CustomerOrderPromotionDiscountImpl.getDiscountAmount()
           
 Money CustomerOrderPromotionDiscountImpl.getDiscountAmountLeft()
           
 Money CustomerOrderPromotionDiscountImpl.getDiscountAmountUsed()
           
 Money PromotionItemGroup.getDiscountableAmount(Promotion promotion)
           
 Money ReturnLineImpl.getUnitPrice()
           
 Money ReturnLineImpl.getCalculatedExtendedPrice()
           
 Money ReturnLineImpl.getCalculatedExtendedTax()
           
 Money ReturnLineImpl.getRefundExtendedTax()
           
 Money ReturnLineImpl.getCalculatedExtendedAdditionalShippingCharge()
           
 Money ReturnLineImpl.getCalculatedExtendedAdditionalShippingTax()
           
 Money ReturnLineImpl.getRefundExtendedAdditionalShippingTax()
           
 Money ReturnLineImpl.getCalculatedPersonalizationServiceCharge()
           
 Money ReturnLineImpl.getCalculatedGiftServiceCharge()
           
 Money ReturnLineImpl.getTotalValueAddedServiceCharge()
           
 Money ReturnLineImpl.getRefundValueAddedServiceTax()
           
 Money ReturnLineImpl.getCalculatedStandardShippingCharge()
           
 Money ReturnLineImpl.getCalculatedStandardShippingTax()
           
 Money ReturnLineImpl.getCalculatedTotalLineTax()
           
 Money ReturnLineImpl.getRefundStandardShippingTax()
           
 Money ReturnLineImpl.getRefundTotalShippingTax()
           
 Money ReturnLineImpl.getRefundTotalTax()
           
 Money ReturnLineImpl.getTotalRefundAmount()
           
 Money ReturnLineImpl.getCalculatedValueAddedServiceTax()
           
 Money ReturnLineImpl.getCalculatedPersonalizationServiceTax()
           
 Money ReturnLineImpl.getRefundPersonalizationServiceTax()
           
 Money ReturnLineImpl.getCalculatedGiftServiceTax()
           
 Money ReturnLineImpl.getRefundGiftServiceTax()
           
 Money ReturnLineImpl.getTransactionItemAmount()
           
 Money ReturnLineImpl.getTotalGeneralAccommodationAdjustmentAmount()
           
 Money ReturnLineImpl.getTotalTaxAccomodationAdjustmentAmount()
           
 Money ReturnLineImpl.getReturnPostage()
           
 Money ReturnLineImpl.getRefundReturnPostage()
           
 Money ReturnLineImpl.getRefundExtendedAdditionalShippingCharge()
           
 Money ReturnLineImpl.getRefundExtendedPrice()
           
 Money ReturnLineImpl.getRefundPersonalizationServiceCharge()
           
 Money ReturnLineImpl.getRefundGiftServiceCharge()
           
 Money ReturnLineImpl.getRefundStandardShippingCharge()
           
 Money ReturnLineImpl.getTotalPromotionAdjustmentAmount()
           
 Money ReturnLineImpl.getTotalRefundValueAddedServiceCharge()
           
protected  Money GiftPromotionGroup.getDiscountableAmount(Promotion promotion)
           
 Money CustomerOrderSettlementImpl.getAmount()
           
 Money CustomerOrderPromotionAdjustmentImpl.getAmount()
           
 

Methods in com.retek.component.customerorder.impl with parameters of type Money
 void CustomerOrderPaymentImpl.setAmount(Money amount)
           
 void CustomerOrderPaymentImpl.setAmountUnchecked(Money amount)
           
 void CustomerOrderPaymentImpl.createHistoryEvent(com.retek.fsm.State state, java.util.Set containers, Money authorizedAmount)
           
 void CustomerOrderPaymentImpl.addSalesAuditExportAmount(Money amount)
           
 void CustomerOrderPaymentImpl.addSalesAuditExportAmount(Money amount, boolean checkForInvalidAmount)
           
 void CustomerOrderPaymentImpl.authorize(Money authorizeAmount)
           
 void CustomerOrderPaymentImpl.authorizeManually(Money authorizeAmount, java.lang.String authCode, User user)
           
 Payment CustomerOrderPaymentImpl.convertToPayment(Money authorizeAmount)
           
 CustomerOrderPayment CustomerOrderPaymentImpl.splitCredit(Money newPaymentAmount)
           
 CustomerOrderPayment CustomerOrderPaymentImpl.split(Money newPaymentAmount)
           
 CustomerOrderPayment CustomerOrderPaymentImpl.splitPayment(Money newPaymentAmount)
           
 void CustomerOrderPaymentImpl.allocateSettlement(Money amount, RDate dateOfPurchase)
           
 void CustomerOrderPaymentImpl.allocateSettlement(Money amount, RDate dateOfPurchase, ReturnLine returnLine)
           
 void CustomerOrderPaymentImpl.allocateSettlement(Money amount, RDate dateOfPurchase, ShippedContainer container)
           
 void CustomerOrderPaymentImpl.setAuthorizedAmount(Money authorizedAmount)
           
 void CustomerOrderPaymentImpl.setOriginalAuthorizedAmount(Money authorizedAmount)
           
protected  void AdditionalShippingPromotionGroup.doApplyDiscountToOrder(PromotionGroup.DistributablePromotionDiscount distributableDiscount, Money discountableAmount)
           
protected  void OrderMerchPromotionGroup.doApplyDiscountToOrder(PromotionGroup.DistributablePromotionDiscount distributableDiscount, Money discountableAmount)
           
 void ShippedContainerTaxCalculatorInvoiceImpl.setShippingAndHandlingCost(Money shippingAndHandlingCost)
           
 void ShippedContainerTaxCalculatorInvoiceImpl.setShippingAndHandlingTax(Money shippingAndHandlingTax)
           
 void CustomerOrderLineImpl.setPreviouslyRecordedDemandAmount(Money amt)
           
 void CustomerOrderLineImpl.setSellingSkuPrice(Money sellingSkuPrice)
           
 void CustomerOrderLineImpl.setQuotedTaxValues(Money quotedExtendedTax, Money quotedExtendedAdditionalShippingTax, Money quotedTotalPersonalizationServiceTax, Money quotedTotalGiftServiceTax)
           
 void CustomerOrderLineImpl.setGiftVoucherAmount(Money amount)
           
protected  Money CustomerOrderLineImpl.getChargedTax(Money quotedTax, CustomerOrderLineImpl.ChargedTaxGetter taxGetter)
           
protected  Money CustomerOrderLineImpl.getChargedWithProratedQuotedTax(Money quotedTaxAdjustedForCancelledQty, CustomerOrderLineImpl.ChargedTaxGetter taxGetter)
           
 void CustomerOrderPaymentHistoryEventImpl.setAmount(Money amount)
           
 void CustomerOrderPaymentHistoryEventImpl.setAuthorizedAmount(Money authorizedAmount)
           
 void ShippedContainerImpl.setActualExtendedRushDeliveryTaxAtShipTime(Money money)
           
 void ShippedContainerImpl.setActualExtendedShippingTaxAtShipTime(Money money)
           
 void ShippedContainerImpl.addPendingReturnedStandardShippingCharge(Money amt)
           
 void ShippedContainerImpl.addConfirmedReturnedStandardShippingCharge(Money amt)
           
 void CustomerOrderRewardCertificatePaymentImpl.setAmount(Money amount)
           
 void CustomerOrderRewardCertificatePaymentImpl.decreaseRCPaymentAmount(Money amountToDecreaseBy)
           
 void TaxAccommodationDetailImpl.setGiftingTaxDelta(Money giftingTaxDelta)
           
 void TaxAccommodationDetailImpl.setMerchandiseTaxDelta(Money merchandiseTaxDelta)
           
 void TaxAccommodationDetailImpl.setPersonalizationTaxDelta(Money personalizationTaxDelta)
           
 void TaxAccommodationDetailImpl.setAdditionalShippingAndHandlingTaxDelta(Money shippingAndHandlingTaxDelta)
           
 void TaxAccommodationDetailImpl.setStandardShippingAndHandlingTaxDelta(Money money)
           
 void TaxAccommodationDetailImpl.setRushDeliveryTaxDelta(Money money)
           
 void TaxAccommodationDetailImpl.setActualMerchandiseTaxDelta(Money money)
           
 void TaxAccommodationDetailImpl.setActualAdditionalShippingAndHandlingTaxDelta(Money money)
           
 void TaxAccommodationDetailImpl.setActualPersonalizationTaxDelta(Money money)
           
 void TaxAccommodationDetailImpl.setActualGiftingTaxDelta(Money money)
           
 void TaxAccommodationDetailImpl.setActualStandardShippingAndHandlingTaxDelta(Money money)
           
 void TaxAccommodationDetailImpl.setActualRushDeliveryTaxDelta(Money money)
           
 void CustomerOrderRewardCertificatePaymentAuthorizationResponseImpl.setCertificateValue(Money certificateValue)
           
protected  void MonogramPromotionGroup.doApplyDiscountToOrder(PromotionGroup.DistributablePromotionDiscount distributableDiscount, Money discountableAmount)
           
 void CallTagReturnItemImpl.setMerchandiseValue(Money merchandiseValue)
           
 void CustomerOrderGiftServiceLineImpl.setUnitPrice(Money price)
           
 void CustomerOrderValueAddedServiceLineImpl.setUnitPrice(Money price)
           
 void DiscountImpl.setUnitDiscountAmount(Money discountAmount)
           
protected  void PromotionGroup.applyDiscount(Money discountableAmount, Promotion promotion, Money valueOff)
           
protected abstract  void PromotionGroup.doApplyDiscountToOrder(PromotionGroup.DistributablePromotionDiscount discount, Money discountableAmount)
           
protected  Money PromotionGroup.applyDiscountToOrderLine(CustomerOrderLineImpl orderLine, PromotionGroup.DistributablePromotionDiscount distributableDiscount, Money prevAmount, Money currentCharge, Money discountableAmount)
           
protected  Money PromotionGroup.applyDiscountToServiceLine(CustomerOrderServiceLineImpl serviceLine, PromotionGroup.DistributablePromotionDiscount distributableDiscount, Money prevAmount, Money currentCharge, Money discountableAmount)
           
protected  CustomerOrderPromotionDiscountImpl PromotionGroup.buildLinePromotionDiscount(PromotionGroup.DistributablePromotionDiscount distributableDiscount, Money valueOff, DistributedContext context)
           
 void PromotionGroup.DistributablePromotionDiscount.addDiscountAmountUsed(Money discountAmount)
           
protected static Money ReturnLineRefundCalculator.calculateStandardShippingTax(Money refundStandardShippingCharge, CustomerOrderLineImpl orderLine, ReturnLineImpl returnLine)
           
protected  ReturnLineAccommodationAdjustment ReturnLineRefundCalculator.buildAccommodationAdjustment(CustomerOrderLine orderLine, GeneralAccommodation accommodation, ReturnLineAccommodationAdjustmentType type, Quantity totalChargeableQuantity, Money maximumDiscountAmount, Money previousDiscountAmount)
           
protected  void StandardShippingPromotionGroup.doApplyDiscountToOrder(PromotionGroup.DistributablePromotionDiscount distributableDiscount, Money discountableAmount)
           
 void GeneralAccommodationImpl.setTaxAmount(Money amount)
           
 void GeneralAccommodationImpl.setDollarOff(Money dollarOff)
           
static Money GeneralAccommodationImpl.applyAccommodations(Money basePrice, java.util.Collection accommodations)
           
 void ShippedContainerTaxInvoiceLineItemImpl.setExtendedAmount(Money extendedAmount)
           
 void ShippedContainerTaxInvoiceLineItemImpl.setTotalTax(Money totalTax)
           
 void ShippedContainerTaxInvoiceLineItemImpl.setCombinedRate(Money combinedRate)
           
 void ShippedContainerTaxInvoiceLineItemImpl.setMerchandiseTax(Money merchandiseTax)
           
 void ShippedContainerTaxInvoiceLineItemImpl.setShippingAndHandlingCost(Money shippingAndHandlingCost)
           
 void ShippedContainerTaxInvoiceLineItemImpl.setShippingAndHandlingTax(Money shippingAndHandlingTax)
           
 void ShippedContainerTaxInvoiceLineItemImpl.setGiftingCost(Money giftingCost)
           
 void ShippedContainerTaxInvoiceLineItemImpl.setGiftingTax(Money giftingTax)
           
 void ShippedContainerTaxInvoiceLineItemImpl.setPersonalizationCost(Money personalizationCost)
           
 void ShippedContainerTaxInvoiceLineItemImpl.setPersonalizationTax(Money personaizationTax)
           
 void SellingListPromotionGroup.doApplyDiscountToOrder(PromotionGroup.DistributablePromotionDiscount distributableDiscount, Money discountableAmount)
           
 Payment CustomerOrderCheckPaymentImpl.convertToPayment(Money authorizeAmount)
           
 void ShipToTotalsImpl.setCurrentStandardShippingItemTotal(Money amount)
           
 void ShipToTotalsImpl.setCurrentTotalStandardShippingCharge(Money amount)
           
 void ShipToTotalsImpl.setPreviousStdShippingTax(Money prevShippingTax)
           
 Money ShipToTotalsImpl.getStandardShippingCharge(Money totalMerchChargeForStdShipping)
           
abstract  Money ShipToTotalsImpl.getStandardShippingTax(Money standardShippingCharge)
           
protected abstract  void ShipToTotalsImpl.doCalculateRushDeliveryTax(Money a, Money b)
           
 void CustomerOrderImpl.setPreviouslyRecordedDemandAmount(Money amt)
           
 void CustomerOrderImpl.settle(ShippedContainer shippedContainer, User user, Money origOrderTotalTax)
           
 void CustomerOrderImpl.adjustCreditPaymentsForReturn(Money amount, ReturnLine returnLine)
           
 void CustomerOrderImpl.decrementOutstandingSalesAuditGoodwillAmount(Money amount)
           
 void CustomerOrderImpl.incrementOutstandingSalesAuditGoodwillAmount(Money amount)
           
 CustomerOrderRefundPaymentContainer CustomerOrderImpl.generateRefundIfNegativeBalance(Money refundAmount, CustomerOrderTransactionItem transactionItem, CustomerOrderPaymentTransactionType transactionType)
           
 void CustomerOrderImpl.setUnsettledAmount(Money unsettledAmount)
           
 void CustomerOrderTransactionGroupImpl.addMerchandiseTenderLiabilityReversalAmount(Money amount)
           
 void CustomerOrderTransactionGroupImpl.addSalesAuditReturnExportAmount(Money amount)
           
 void CustomerOrderTransactionGroupImpl.addSalesAuditSaleExportAmount(Money amount)
           
 void CustomerOrderTransactionGroupImpl.settleCreditPaymentsForReturn(Money refundAmount, ReturnLine returnLine)
           
 void CustomerOrderTransactionGroupImpl.adjustCreditPaymentsForExchangeSaleCancel(Money totalCancelValue, CustomerOrderLineImpl orderLine, CustomerOrderRefundPaymentContainer paymentContainer)
           
protected  java.math.BigDecimal PackComponentReturnLineRefundCalculator.computeComponentUnitAmount(Money packAmount, Quantity chargeableQty, java.math.BigDecimal componentUnitRatio)
           
protected  void LineMerchPromotionGroup.doApplyDiscountToOrder(PromotionGroup.DistributablePromotionDiscount distributableDiscount, Money discountableAmount)
           
 void ReturnLineTaxInvoiceLineItemRecordImpl.setActualAdditionalShippingTax(Money money)
           
 void ReturnLineTaxInvoiceLineItemRecordImpl.setActualGiftServiceTax(Money money)
           
 void ReturnLineTaxInvoiceLineItemRecordImpl.setActualMerchTax(Money money)
           
 void ReturnLineTaxInvoiceLineItemRecordImpl.setActualPersonalizationServiceTax(Money money)
           
 void ReturnLineTaxInvoiceLineItemRecordImpl.setChargedAdditionalShippingTax(Money money)
           
 void ReturnLineTaxInvoiceLineItemRecordImpl.setChargedGiftServiceTax(Money money)
           
 void ReturnLineTaxInvoiceLineItemRecordImpl.setChargedMerchTax(Money money)
           
 void ReturnLineTaxInvoiceLineItemRecordImpl.setChargedPersonalizationServiceTax(Money money)
           
 void ReturnLineTaxInvoiceLineItemRecordImpl.setChargedAccommodatedMerchTax(Money money)
           
 void ReturnLineTaxInvoiceLineItemRecordImpl.setChargedAccommodatedAdditionalShippingTax(Money money)
           
 void ReturnLineTaxInvoiceLineItemRecordImpl.setChargedAccommodatedPersonalizationTax(Money money)
           
 void ReturnLineTaxInvoiceLineItemRecordImpl.setChargedAccommodatedGiftTax(Money money)
           
 void ReturnLineTaxInvoiceLineItemRecordImpl.setActualAccommodatedMerchTax(Money money)
           
 void ReturnLineTaxInvoiceLineItemRecordImpl.setActualAccommodatedAdditionalShippingTax(Money money)
           
 void ReturnLineTaxInvoiceLineItemRecordImpl.setActualAccommodatedPersonalizationTax(Money money)
           
 void ReturnLineTaxInvoiceLineItemRecordImpl.setActualAccommodatedGiftTax(Money money)
           
 void ReturnLineTaxInvoiceRecordImpl.setActualStandardShippingTax(Money money)
           
 void ReturnLineTaxInvoiceRecordImpl.setChargedStandardShippingTax(Money money)
           
 void ReturnLineTaxInvoiceRecordImpl.setStandardShippingCharge(Money money)
           
 void ReturnLineTaxInvoiceRecordImpl.setChargedAccommodatedStandardShippingTax(Money money)
           
 void ReturnLineTaxInvoiceRecordImpl.setActualAccommodatedStandardShippingTax(Money money)
           
 void ReturnLineAccommodationAdjustmentImpl.setAmount(Money amount)
           
 void CustomerOrderStoredValueCardPaymentAuthorizationResponseImpl.setAuthorizedAmount(Money authorizedAmount)
           
 void ShippedContainerLineImpl.setActualTaxesAtShipTime(Money merchTax, Money additionalShippingTax, Money personalizationTax, Money giftTax)
           
 void ShippedContainerLineImpl.setDirectshipReportedUnitCost(Money reportedUnitCost)
           
 void ShippedContainerLineImpl.setProratedActualStandardShippingTax(Money actualStandardShippingTax)
           
 void ShippedContainerLineImpl.setProratedActualRushDeliveryTax(Money actualRushDeliveryTax)
           
 void ShippedContainerLineImpl.setProratedChargedStandardShippingTax(Money standardShippingTax)
           
 void ShippedContainerLineImpl.setProratedChargedRushDeliveryTax(Money rushDeliveryTax)
           
 void ShippedContainerLineImpl.setExtendedStandardShippingCharge(Money val)
           
 void ShippedContainerLineImpl.setRushDeliveryCharge(Money rushDeliveryCharge)
           
 void ShippedContainerLineImpl.setSettlementValue(Money settlementValue)
           
 void ShippedContainerLineImpl.setChargedExtendedGiftServiceTax(Money money)
           
 void ShippedContainerLineImpl.setChargedExtendedPersonalizationServiceTax(Money money)
           
protected  void PlanCodePromotionGroup.doApplyDiscountToOrder(PromotionGroup.DistributablePromotionDiscount distributableDiscount, Money discountableAmount)
           
 Money NormalShipToTotalsImpl.getStandardShippingTax(Money standardShippingCharge)
           
 Money NormalShipToTotalsImpl.getRushDeliveryTax(Money rushDeliveryCharge)
           
 void NormalShipToTotalsImpl.setPreviousRushDeliveryTax(Money prevRushDeliveryTax)
           
protected  void NormalShipToTotalsImpl.doCalculateRushDeliveryTax(Money shippingAndHandlingTax, Money standardShippingTax)
           
 void NormalShipToTotalsImpl.setPreviousRushDeliveryCharge(Money rushCharge)
           
 void NormalShipToTotalsImpl.addToPreviousRushMerchTotal(Money previousRushMerchTotal)
           
protected  Money NormalShipToTotalsImpl.calculateProratedShippingTaxes(Money quotedTax, NormalShipToTotalsImpl.TaxGetter taxGetter)
           
protected  void PersonalizationPromotionGroup.doApplyDiscountToOrder(PromotionGroup.DistributablePromotionDiscount distributableDiscount, Money discountableAmount)
           
 void MailOrderBatchImpl.setExpectedTenderAmountReceived(Money expectedAmount)
           
 Money ZeroChargeShipToTotalsImpl.getStandardShippingTax(Money standardShippingCharge)
           
 Money ZeroChargeShipToTotalsImpl.getRushDeliveryTax(Money rushDeliveryCharge)
           
protected  void ZeroChargeShipToTotalsImpl.doCalculateRushDeliveryTax(Money shippingAndHandlingTax, Money standardShippingTax)
           
 void CustomerOrderPromotionDiscountImpl.setDiscountAmount(Money dollarOffAmount)
           
 void CustomerOrderPromotionDiscountImpl.addDiscountAmountUsed(Money discountAmount)
           
 void CustomerOrderPromotionDiscountImpl.lockAllocation(Money amountToAllocate)
           
 void PromotionItemGroup.doApplyDiscountToOrder(PromotionGroup.DistributablePromotionDiscount distributableDiscount, Money discountableAmount)
           
 void ReturnLineImpl.receive(Quantity returnedQuantity, SupplierReturnDisposition disposition, User user, Money returnPostageAmount, Warehouse physicalWarehouse)
           
 void ReturnLineImpl.setReturnPostage(Money returnPostage)
           
 void ReturnLineImpl.setRefundReturnPostage(Money refundReturnPostage)
           
protected  void GiftPromotionGroup.doApplyDiscountToOrder(PromotionGroup.DistributablePromotionDiscount distributableDiscount, Money discountableAmount)
           
 void CustomerOrderSettlementImpl.setAmount(Money amount)
           
 Payment CustomerOrderCreditCardPaymentImpl.convertToPayment(Money authorizeAmount)
           
 void CustomerOrderCreditCardPaymentImpl.setAmount(Money amount)
           
 void CustomerOrderPromotionAdjustmentImpl.setAmount(Money amount)
           
 

Constructors in com.retek.component.customerorder.impl with parameters of type Money
PromotionGroup.DistributablePromotionDiscount(Promotion promotion, Money discountAmount)
           
 

Uses of Money in com.retek.component.customerorder.impl.command
 

Methods in com.retek.component.customerorder.impl.command that return Money
 Money CustomerOrderApplyPromotionsHelper.getTotalExtendedItemPriceLessDiscounts(Promotion promotion, ThresholdableItem thresholdableItem)
           
 Money CustomerOrderApplyPromotionsHelper.getTotalSaleExtendedPrice(Promotion promotion)
           
 Money CustomerOrderApplyPromotionsHelper.getExtendedPriceLessDiscountsForOrderLine(CustomerOrderLineImpl orderLine)
           
 Money CustomerOrderApplyPromotionsHelper.getExtendedAdditionalShippingChargeLessDiscountsForOrderLine(CustomerOrderLineImpl orderLine)
           
 Money CustomerOrderApplyPromotionsHelper.getExtendedPriceLessDiscountsForServiceLine(CustomerOrderServiceLineImpl serviceLine)
           
 Money CustomerOrderApplyPromotionsHelper.getTotalStandardShippingChargeLessDiscounts(CustomerOrderImpl order)
           
 Money CustomerOrderGeneralRefundPolicyCommand.getRefundBalance()
           
 Money CustomerOrderGeneralRefundPolicyCommand.getTotalRefundAmount()
           
 

Methods in com.retek.component.customerorder.impl.command with parameters of type Money
 void CustomerOrderGeneralRefundPolicyCommand.setRefundBalance(Money money)
           
 

Uses of Money in com.retek.component.customerorder.impl.fsm
 

Methods in com.retek.component.customerorder.impl.fsm that return Money
 Money EventData.getAmount()
           
 Money EventData.getAuthorizedAmount()
           
 Money EventData.getOrigOrderTotalTax()
           
 Money EventData.getOriginalShipToChargeAndTax()
           
 Money EventData.getReturnPostageAmount()
           
 

Methods in com.retek.component.customerorder.impl.fsm with parameters of type Money
 void EventData.setAmount(Money money)
           
 void EventData.setOrigOrderTotalTax(Money money)
           
 void EventData.setOriginalShipToChargeAndTax(Money money)
           
 void EventData.setReturnPostageAmount(Money money)
           
 

Uses of Money in com.retek.component.customerorder.impl.persistence
 

Methods in com.retek.component.customerorder.impl.persistence with parameters of type Money
static void CustomerOrderDbObjectMaster.getTaxAccommodationDto(DistributedContext context, CustomerOrderDto orderDto, AccommodationReasonDto reasonDto, Money amount)
           
static CustomerOrderPaymentDto CustomerOrderDbObjectMaster.getCustomerOrderCashPaymentDto(DistributedContext context, DistributedReference orderRef, Money amt, DistributedReference transactionGroupRef)
           
static CustomerOrderPaymentDto CustomerOrderDbObjectMaster.getCustomerOrderCheckPaymentDto(DistributedContext context, DistributedReference orderRef, Money amt, DistributedReference transactionGroupRef)
           
static CustomerOrderPaymentDto CustomerOrderDbObjectMaster.getCustomerOrderCreditCardPaymentDto(DistributedContext context, DistributedReference orderRef, Money amt, DistributedReference transactionGroupRef, com.retek.fsm.State paymentState)
           
static CustomerOrderPaymentDto CustomerOrderDbObjectMaster.getCustomerOrderGiftCertificatePaymentDto(DistributedContext context, DistributedReference orderRef, Money amt, DistributedReference transactionGroupRef)
           
static CustomerOrderPaymentDto CustomerOrderDbObjectMaster.getCustomerOrderMerchandiseCertificatePaymentDto(DistributedContext context, DistributedReference orderRef, Money amt, DistributedReference transactionGroupRef)
           
static CustomerOrderPaymentDto CustomerOrderDbObjectMaster.getCustomerOrderRewardCertificatePaymentDto(DistributedContext context, DistributedReference orderRef, Money amt, DistributedReference transactionGroupRef)
           
static CustomerOrderPaymentDto CustomerOrderDbObjectMaster.getCustomerOrderMoneyOrderPaymentDto(DistributedContext context, DistributedReference orderRef, Money amt, DistributedReference transactionGroupRef)
           
static CustomerOrderPaymentDto CustomerOrderDbObjectMaster.getCustomerOrderStoredValueCardPaymentDto(DistributedContext context, DistributedReference orderRef, Money amt, DistributedReference transactionGroupRef)
           
 

Uses of Money in com.retek.component.customerorder.impl.remote
 

Fields in com.retek.component.customerorder.impl.remote declared as Money
 Money CustomerOrderPromotionDiscountDto.discountAmount
           
 Money ReturnLineAccommodationAdjustmentDto.amount
           
 Money MailOrderBatchDto.expectedTenderAmountReceived
           
 Money MailOrderBatchDto.snapshotTenderAmount
           
 Money CustomerOrderPromotionAdjustmentDto.amount
           
 Money CallTagReturnItemDto.merchandiseValue
           
 Money ReturnLineTaxInvoiceLineItemRecordDto.chargedMerchTax
           
 Money ReturnLineTaxInvoiceLineItemRecordDto.chargedAdditionalShippingTax
           
 Money ReturnLineTaxInvoiceLineItemRecordDto.chargedPersonalizationServiceTax
           
 Money ReturnLineTaxInvoiceLineItemRecordDto.chargedGiftServiceTax
           
 Money ReturnLineTaxInvoiceLineItemRecordDto.actualMerchTax
           
 Money ReturnLineTaxInvoiceLineItemRecordDto.actualAdditionalShippingTax
           
 Money ReturnLineTaxInvoiceLineItemRecordDto.actualPersonalizationServiceTax
           
 Money ReturnLineTaxInvoiceLineItemRecordDto.actualGiftServiceTax
           
 Money ReturnLineTaxInvoiceLineItemRecordDto.chargedAccommodatedMerchTax
           
 Money ReturnLineTaxInvoiceLineItemRecordDto.chargedAccommodatedAdditionalShippingTax
           
 Money ReturnLineTaxInvoiceLineItemRecordDto.chargedAccommodatedPersonalizationTax
           
 Money ReturnLineTaxInvoiceLineItemRecordDto.chargedAccommodatedGiftTax
           
 Money ReturnLineTaxInvoiceLineItemRecordDto.actualAccommodatedMerchTax
           
 Money ReturnLineTaxInvoiceLineItemRecordDto.actualAccommodatedAdditionalShippingTax
           
 Money ReturnLineTaxInvoiceLineItemRecordDto.actualAccommodatedPersonalizationTax
           
 Money ReturnLineTaxInvoiceLineItemRecordDto.actualAccommodatedGiftTax
           
 Money ShippedContainerDto.standardShippingAmount
           
 Money ShippedContainerDto.chargedStandardShippingTax
           
 Money ShippedContainerDto.chargedRushDeliveryTax
           
 Money ShippedContainerDto.pendingReturnedStandardShippingCharge
           
 Money ShippedContainerDto.confirmedReturnedStandardShippingCharge
           
 Money ShippedContainerDto.actualExtendedRushDeliveryTaxAtShipTime
           
 Money ShippedContainerDto.actualExtendedShippingTaxAtShipTime
           
 Money CustomerOrderDto.previouslyRecordedDemandAmount
           
 Money CustomerOrderDto.outstandingSalesAuditGoodwillAmount
           
 Money CustomerOrderDto.unsettledAmount
           
 Money CustomerOrderValueAddedServiceLineDto.unitPrice
           
 Money CustomerOrderPaymentDto.amount
           
 Money CustomerOrderPaymentDto.authorizedAmount
           
 Money CustomerOrderPaymentDto.originalAuthorizedAmount
           
 Money CustomerOrderPaymentDto.salesAuditExportAmount
           
 Money DiscountDto.discountAmount
           
 Money ShippedContainerTaxInvoiceLineItemDto.extendedAmount
           
 Money ShippedContainerTaxInvoiceLineItemDto.totalTax
           
 Money ShippedContainerTaxInvoiceLineItemDto.combinedRate
           
 Money ShippedContainerTaxInvoiceLineItemDto.merchandiseTax
           
 Money ShippedContainerTaxInvoiceLineItemDto.shippingAndHandlingCost
           
 Money ShippedContainerTaxInvoiceLineItemDto.shippingAndHandlingTax
           
 Money ShippedContainerTaxInvoiceLineItemDto.giftingCost
           
 Money ShippedContainerTaxInvoiceLineItemDto.giftingTax
           
 Money ShippedContainerTaxInvoiceLineItemDto.personalizationCost
           
 Money ShippedContainerTaxInvoiceLineItemDto.personaizationTax
           
 Money CustomerOrderPaymentHistoryEventDto.amount
           
 Money CustomerOrderPaymentHistoryEventDto.authorizedAmount
           
 Money CustomerOrderRewardCertificatePaymentAuthorizationResponseDto.certificateValue
           
 Money GeneralAccommodationDto.baseAccommodationAmount
           
 Money GeneralAccommodationDto.taxAmount
           
 Money CustomerOrderStoredValueCardPaymentAuthorizationResponseDto.availableBalance
           
 Money CustomerOrderStoredValueCardPaymentAuthorizationResponseDto.authorizedAmount
           
 Money ReturnLineDto.returnPostage
           
 Money ReturnLineDto.calculatedExtendedPrice
           
 Money ReturnLineDto.calculatedExtendedAdditionalShippingCharge
           
 Money ReturnLineDto.calculatedGiftServiceCharge
           
 Money ReturnLineDto.calculatedPersonalizationServiceCharge
           
 Money ReturnLineDto.calculatedStandardShippingCharge
           
 Money ReturnLineDto.calculatedExtendedTax
           
 Money ReturnLineDto.calculatedExtendedAdditionalShippingTax
           
 Money ReturnLineDto.calculatedPersonalizationServiceTax
           
 Money ReturnLineDto.calculatedGiftServiceTax
           
 Money ReturnLineDto.calculatedStandardShippingTax
           
 Money ReturnLineDto.refundExtendedPrice
           
 Money ReturnLineDto.refundExtendedAdditionalShippingCharge
           
 Money ReturnLineDto.refundPersonalizationServiceCharge
           
 Money ReturnLineDto.refundGiftServiceCharge
           
 Money ReturnLineDto.refundStandardShippingCharge
           
 Money ReturnLineDto.refundReturnPostage
           
 Money ReturnLineDto.refundExtendedTax
           
 Money ReturnLineDto.refundExtendedAdditionalShippingTax
           
 Money ReturnLineDto.refundPersonalizationServiceTax
           
 Money ReturnLineDto.refundGiftServiceTax
           
 Money ReturnLineDto.refundStandardShippingTax
           
 Money CustomerOrderSettlementDto.amount
           
 Money TaxAccommodationDetailDto.chargedMerchandiseTaxDelta
           
 Money TaxAccommodationDetailDto.chargedAdditionalShippingAndHandlingTaxDelta
           
 Money TaxAccommodationDetailDto.chargedPersonalizationTaxDelta
           
 Money TaxAccommodationDetailDto.chargedGiftingTaxDelta
           
 Money TaxAccommodationDetailDto.chargedStandardShippingAndHandlingTaxDelta
           
 Money TaxAccommodationDetailDto.chargedRushDeliveryTaxDelta
           
 Money TaxAccommodationDetailDto.actualMerchandiseTaxDelta
           
 Money TaxAccommodationDetailDto.actualAdditionalShippingAndHandlingTaxDelta
           
 Money TaxAccommodationDetailDto.actualPersonalizationTaxDelta
           
 Money TaxAccommodationDetailDto.actualGiftingTaxDelta
           
 Money TaxAccommodationDetailDto.actualStandardShippingAndHandlingTaxDelta
           
 Money TaxAccommodationDetailDto.actualRushDeliveryTaxDelta
           
 Money TaxAccommodationDto.accommodationAmount
           
 Money GeneralAccommodationContainer.TaxCreditInvoiceAndAmount.taxCreditAmount
           
 Money ReturnLineTaxInvoiceRecordDto.standardShippingCharge
           
 Money ReturnLineTaxInvoiceRecordDto.chargedStandardShippingTax
          The prorated part of the charged shipping tax for this record
 Money ReturnLineTaxInvoiceRecordDto.actualStandardShippingTax
          The actual shipping tax returned by Vertex for this record
 Money ReturnLineTaxInvoiceRecordDto.chargedAccommodatedShippingTax
           
 Money ReturnLineTaxInvoiceRecordDto.actualAccommodatedShippingTax
           
 Money ShippedContainerLineDto.directshipReportedUnitCost
           
 Money ShippedContainerLineDto.settlementValue
           
 Money ShippedContainerLineDto.extendedStandardShippingCharge
           
 Money ShippedContainerLineDto.rushDeliveryCharge
           
 Money ShippedContainerLineDto.promotionDiscountAmount
           
 Money ShippedContainerLineDto.chargedExtendedAdditionalShippingTax
           
 Money ShippedContainerLineDto.chargedExtendedMerchTax
           
 Money ShippedContainerLineDto.chargedExtendedGiftServiceTax
           
 Money ShippedContainerLineDto.chargedExtendedPersonalizationServiceTax
           
 Money ShippedContainerLineDto.proratedChargedStandardShippingTax
           
 Money ShippedContainerLineDto.proratedChargedRushDeliveryTax
           
 Money ShippedContainerLineDto.proratedActualStandardShippingTax
           
 Money ShippedContainerLineDto.proratedActualRushDeliveryTax
           
 Money ShippedContainerLineDto.actualExtendedAdditionalShippingTaxAtShipTime
           
 Money ShippedContainerLineDto.actualExtendedMerchTaxAtShipTime
           
 Money ShippedContainerLineDto.actualExtendedGiftTaxAtShipTime
           
 Money ShippedContainerLineDto.actualExtendedPersonalizationTaxAtShipTime
           
 Money ShipToTotalsDto.standardShippingCharge
           
 Money ShipToTotalsDto.standardShippingTax
           
 Money ShipToTotalsDto.originalStandardShippingCharge
           
 Money ShipToTotalsDto.currentStandardShippingItemTotal
           
 Money ShipToTotalsDto.currentTotalStandardShippingCharge
           
 Money ShipToTotalsDto.previousStdShippingTax
           
 Money CustomerOrderTransactionGroupDto.salesAuditReturnExportAmount
           
 Money CustomerOrderTransactionGroupDto.salesAuditSaleExportAmount
           
 Money CustomerOrderTransactionGroupDto.merchandiseTenderLiabilityReversalAmount
           
 Money NormalShipToTotalsDto.previousRushDeliveryTax
           
 Money NormalShipToTotalsDto.previousRushDeliveryChargeForSettlement
           
 Money NormalShipToTotalsDto.previousRushMerchTotalForResa
           
 Money NormalShipToTotalsDto.rushDeliveryCharge
           
 Money NormalShipToTotalsDto.rushDeliveryTax
           
 Money OrderLineDto.sellingSkuPrice
           
 Money OrderLineDto.quotedExtendedPrice
           
 Money OrderLineDto.cancelledExtendedPrice
           
 Money OrderLineDto.quotedExtendedTax
           
 Money OrderLineDto.cancelledExtendedTax
           
 Money OrderLineDto.quotedExtendedAdditionalShippingCharge
           
 Money OrderLineDto.cancelledExtendedAdditionalShippingCharge
           
 Money OrderLineDto.quotedExtendedAdditionalShippingTax
           
 Money OrderLineDto.cancelledExtendedAdditionalShippingTax
           
 Money OrderLineDto.quotedTotalPersonalizationServiceCharge
           
 Money OrderLineDto.cancelledTotalPersonalizationServiceCharge
           
 Money OrderLineDto.quotedTotalPersonalizationServiceTax
           
 Money OrderLineDto.cancelledTotalPersonalizationServiceTax
           
 Money OrderLineDto.quotedTotalGiftServiceCharge
           
 Money OrderLineDto.cancelledTotalGiftServiceCharge
           
 Money OrderLineDto.quotedTotalGiftServiceTax
           
 Money OrderLineDto.cancelledTotalGiftServiceTax
           
 Money OrderLineDto.previouslyReportedDemandAmount
           
 Money ShippedContainerTaxCalculatorInvoiceDto.shippingAndHandlingCost
           
 Money ShippedContainerTaxCalculatorInvoiceDto.shippingAndHandlingTax
           
 Money CustomerOrderRewardCertificatePaymentDto.certificateValue
           
 Money CustomerOrderGiftServiceLineDto.unitPrice
           
 

Methods in com.retek.component.customerorder.impl.remote that return Money
 Money GeneralAccommodationContainer.OrderLineAccommodationCorrelation.getTaxCreditAmount()
           
 

Constructors in com.retek.component.customerorder.impl.remote with parameters of type Money
GeneralAccommodationContainer.TaxCreditInvoiceAndAmount(TaxCreditInvoice creditInvoice, Money taxCreditAmount)
           
 

Uses of Money in com.retek.component.customerorder.integration.rib
 

Methods in com.retek.component.customerorder.integration.rib that return Money
 Money ReturnConfirmationItemQuantity.getReturnPostageAmount()
           
 

Methods in com.retek.component.customerorder.integration.rib with parameters of type Money
 void ReturnLineRib.receive(Quantity returnedQuantity, SupplierReturnDisposition disposition, User user, Money returnPostageAmount, Warehouse physicalWarehouse)
           
 

Uses of Money in com.retek.component.customerorder.linefsm.action
 

Methods in com.retek.component.customerorder.linefsm.action with parameters of type Money
protected  void BaseOrderLineCancelAction.settleCreditPaymentsForReplacementSaleCancel(Money totalCancelValue, ReturnLineImpl returnLine)
           
 

Uses of Money in com.retek.component.customerorder.test
 

Fields in com.retek.component.customerorder.test declared as Money
 Money BasePackBuilderAttributes.price
           
 Money BasePackBuilderAttributes.additionalShippingCharge
           
 

Methods in com.retek.component.customerorder.test that return Money
static Money CustomerOrderObjectMaster.getFullOrderGrandTotalForPreBatchMailOrder(CustomerOrder order)
           
 

Methods in com.retek.component.customerorder.test with parameters of type Money
static SellingSku COItemObjectMaster.createSellingSku(Media media, Supplier supplier, Quantity availableQty, Money unitPrice, Money additionalDomesticDeliveryCharge, boolean standardShipping)
           
static SellingSku COItemObjectMaster.createSellingSku(Media media, Supplier supplier, Quantity availableQty, Money unitPrice, Money additionalDomesticDeliveryCharge, boolean standardShipping, boolean inventoriable)
           
static Sku COItemObjectMaster.createSku(DistributedContext context, Money skuValue, ItemPersonalizationBuilderAttributes itemPersAttributes)
           
static PackBuilderAttributes PackBuilderAttributes.createReservedAtSkuLevel(DistributedContext context, java.util.List componentRequestedQtys, Quantity packQty, Money packUnitPrice)
           
static PackBuilderAttributes PackBuilderAttributes.createReservedAtSkuLevel(DistributedContext context, java.util.List componentRequestedQtys, Quantity packQty, Money packUnitPrice, Money additionalShippingCharge, boolean standardShippingCharge)
           
static PackBuilderAttributes PackBuilderAttributes.createReservedAtSkuLevel(java.util.List componentQtys, Quantity packQty, Money packUnitPrice, Money additionalShippingCharge, boolean standardShippingCharge, boolean packNoLongerAvailableAtPackLevel, java.util.List componentAvailableQtys, java.lang.String supplierId)
           
static PackBuilderAttributes PackBuilderAttributes.createReservedAtPackAndSkuLevel(DistributedContext context, Quantity availablePackQuantity, Quantity futureAvailablePackQty, java.util.List componentQtys, java.util.List availableComponentQtys, java.util.List futureAvailableComponentQtys, java.util.List componentNoLongerAvailIndicators, Quantity requestedPackQty, Money packPrice, boolean packNoLongerAvailableAtPackLevel)
           
static PackBuilderAttributes PackBuilderAttributes.createReservedAtPackAndSkuLevel(DistributedContext context, Quantity availablePackQty, java.util.List componentQtys, Quantity requestedPackQty, Money packPrice)
           
static PackBuilderAttributes PackBuilderAttributes.createReservedAtPackAndSkuLevel(Quantity availablePackQty, java.util.List componentQtys, Quantity requestedPackQty, Money packPrice, java.lang.String supplierId)
           
static CustomerOrderPayment CustomerOrderObjectMaster.attachRefundPayment(CustomerOrder order, CustomerOrderPayment payment, Money refundAmount)
           
static CustomerOrderMerchandiseCertificatePayment CustomerOrderObjectMaster.attachMerchandiseCertificateRefundPayment(CustomerOrder order, Money refundAmount)
           
static CustomerOrderStoredValueCardPayment CustomerOrderObjectMaster.attachMerchandiseCardRefundPayment(CustomerOrder order, Money refundAmount)
           
static CustomerOrderCheckPayment CustomerOrderObjectMaster.attachCheckRefundPayment(CustomerOrder order, Money refundAmount)
           
static CustomerOrderLine CustomerOrderObjectMaster.createCustomerMailOrderLineWithNLA(CustomerOrder order, Media media, Supplier supplier, Quantity requestedQuantity, Quantity availQuantity, boolean hasCareInstructions, ItemPersonalizationBuilderAttributes itemPersAttributes, Money unitPrice, Money additionalDomesticDeliveryCharge, boolean standardShipping)
           
static CustomerOrderLine CustomerOrderObjectMaster.createZeroSaleOrderLine(Media media, Quantity availableQty, Money unitPrice, ItemPersonalizationBuilderAttributes itemPersAttributes)
           
static CustomerOrderLine CustomerOrderObjectMaster.createPartialOrderLine(CustomerOrderLine orderLine, Media media, Quantity quantity, Quantity availableQty, Money price, Money additionalDomesticDeliveryCharge, boolean standardShipping, DistributedContext context)
           
static CustomerOrderLine CustomerOrderObjectMaster.createCustomerOrderLine(Media media, Supplier supplier, Quantity quantity, Quantity availableQty, boolean hasCareInstructions, ItemPersonalizationBuilderAttributes itemPersAttributes, Money additionalDomesticDeliveryCharge, boolean standardShipping)
           
static CustomerOrderLine CustomerOrderObjectMaster.createCustomerOrderLine(Media media, Supplier supplier, Quantity quantity, Quantity availableQty, boolean hasCareInstructions, ItemPersonalizationBuilderAttributes itemPersAttributes, Money unitPrice, Money additionalDomesticDeliveryCharge, boolean standardShipping)
           
static CustomerOrderLine CustomerOrderObjectMaster.createCustomerOrderLineWithNLA(Media media, Supplier supplier, Quantity requestedQuantity, Quantity availQuantity, boolean hasCareInstructions, ItemPersonalizationBuilderAttributes itemPersAttributes, Money unitPrice, Money additionalDomesticDeliveryCharge, boolean standardShipping)
           
static CustomerOrderLine CustomerOrderObjectMaster.createCustomerOrderLineWithLevelOneNLA(Media media, Supplier supplier, Quantity requestedQuantity, Quantity availQuantity, boolean hasCareInstructions, ItemPersonalizationBuilderAttributes itemPersAttributes, Money unitPrice, Money additionalDomesticDeliveryCharge, boolean standardShipping)
           
static CustomerOrderLine CustomerOrderObjectMaster.createExchangeSaleOrderLine(CustomerOrder order, Media media, Supplier supplier, Quantity quantity, Quantity availableQty, boolean hasCareInstructions, ItemPersonalizationBuilderAttributes itemPersAttributes, Money unitPrice, Money additionalDomesticDeliveryCharge, boolean standardShipping)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachReservedOrderLine(CustomerOrder customerOrder, Media media, Money additionalDomesticDeliveryCharge, boolean standardShipping)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachCustomerOrderLine(CustomerOrder customerOrder, SellingSku sellingSku, boolean releaseToWmsReady, Quantity lineQty, Quantity availableInventory, Money unitPrice)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachCustomerOrderLine(CustomerOrder customerOrder, SellingSku sellingSku, boolean releaseToWmsReady, Quantity lineQty, Quantity availableInventory, Money unitPrice, Money addtlDeliveryCharge, boolean stdDeliveryCharge)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachPromotionOrderLine(CustomerOrder customerOrder, SellingSku sellingSku, boolean releaseToWmsReady, Quantity lineQty, Quantity availableInventory, Money unitPrice, Promotion promotion)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachPromotionOrderLine(CustomerOrder customerOrder, SellingSku sellingSku, boolean releaseToWmsReady, Quantity lineQty, Quantity availableInventory, Money unitPrice, Money additionalShippingCharge, boolean stdDeliveryCharge, Promotion promotion)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachCustomerOrderLine(CustomerOrder customerOrder, Media media, boolean releaseToWmsReady, Quantity lineQty, Quantity availableInventory, Money price)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachCustomerOrderLine(CustomerOrder customerOrder, Media media, boolean releaseToWmsReady, Quantity lineQty, Quantity availableInventory, Money unitPrice, Money additionalDomesticDeliveryCharge, boolean standardShipping)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachCustomerOrderLine(CustomerOrder customerOrder, Media media, boolean releaseToWmsReady, Quantity lineQty, Quantity availableInventory, boolean hasCareInstructions, ItemPersonalizationBuilderAttributes persAttributes, Money unitPrice, Money additionalDomesticDeliveryCharge, boolean standardShipping)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachPartialOrderLine(CustomerOrder customerOrder, CustomerOrderLine orderLine, Media media, boolean releaseToWmsReady, Quantity lineQty, Quantity availableInventory, Money price, Money additionalDomesticDeliveryCharge, boolean standardShipping)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachPartialOrderLine(CustomerOrder customerOrder, CustomerOrderLine orderLine, Media media, boolean releaseToWmsReady, Quantity lineQty, Quantity availableInventory, Money price)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachZeroSaleOrderLine(CustomerOrder customerOrder, Media media, Quantity lineQty, Quantity availableQty, Money unitPrice)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachZeroSaleOrderLine(CustomerOrder customerOrder, Media media, Quantity lineQty, Quantity availableQty, Money unitPrice, ItemPersonalizationBuilderAttributes persAttributes)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachExchangeSaleOrderLine(CustomerOrder customerOrder, Media media, boolean releaseToWmsReady, Quantity lineQty, Quantity availableInventory, Money unitPrice)
           
static CustomerOrderLine CustomerOrderObjectMaster.createCustomerMailOrderLine(CustomerOrder order, Media media, Quantity quantity, Money additionalDomesticDeliveryCharge, boolean standardShipping, SellingSku sellingSku)
           
static CustomerOrderLine CustomerOrderObjectMaster.createCustomerMailOrderLine(CustomerOrder order, Media media, Supplier supplier, Quantity quantity, Quantity availableQty, boolean hasCareInstructions, ItemPersonalizationBuilderAttributes itemPersAttributes, Money additionalDomesticDeliveryCharge, boolean standardShipping)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachExchangeSaleOrderLine(CustomerOrder customerOrder, Media media, boolean releaseToWmsReady, Quantity lineQty, Quantity availableInventory, boolean hasCareInstructions, ItemPersonalizationBuilderAttributes itemPersAttributes, Money unitPrice)
           
static CustomerOrderLine CustomerOrderObjectMaster.createCustomerOrderLine(Media media, Quantity qty, Money price)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.createCreditCardPaymentForCustomer(Customer cust, Money amount)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.createDiscoverCardPayment(DistributedContext context, Money amount)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.createVisaCardPayment(DistributedContext context, Money amount)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.createPrivateLabelCreditCardPayment(DistributedContext context, Money amount, CreditCard creditCard, Customer customer)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.createCreditCardPayment(DistributedContext context, java.lang.String creditCardNumber, Money amount)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.createPrivateLabelCreditCardPayment(DistributedContext context, Money amount)
           
static CustomerOrderGiftCertificatePayment CustomerOrderObjectMaster.attachGiftCertificatePaymentToOrder(CustomerOrder order, Money amount)
           
static CustomerOrderStoredValueCardPayment CustomerOrderObjectMaster.buildAndAuthorizeSVCPayment(java.lang.String controlNumber, java.lang.String pinNumber, Money cardValue, Money paymentAmount, DistributedContext context, CustomerOrderStoredValueCardType type)
           
static CustomerOrderStoredValueCardPayment CustomerOrderObjectMaster.attachGiftCardPaymentToOrder(CustomerOrder order, Money cardValue, Money paymentAmount, java.lang.String controlNumber, java.lang.String pinNumber)
           
static CustomerOrderStoredValueCardPayment CustomerOrderObjectMaster.attachMerchCardPaymentToOrder(CustomerOrder order, Money cardValue, Money paymentAmount, java.lang.String controlNumber, java.lang.String pinNumber)
           
static CustomerOrderMerchandiseCertificatePayment CustomerOrderObjectMaster.attachMerchCertificatePaymentToOrder(CustomerOrder order, Money amount)
           
static CustomerOrderMerchandiseCertificatePayment CustomerOrderObjectMaster.attachMerchCertificatePaymentToOrder(CustomerOrder order, Money amount, java.lang.String controlNumber)
           
static CustomerOrderCashPayment CustomerOrderObjectMaster.attachCashPaymentToOrder(CustomerOrder order, Money amount)
           
static CustomerOrderCheckPayment CustomerOrderObjectMaster.attachCheckPaymentToOrder(CustomerOrder order, Money amount)
           
static CustomerOrderCheckPayment CustomerOrderObjectMaster.attachCheckPaymentToOrder(CustomerOrder order, Money amount, java.lang.String accountNumber)
           
static CustomerOrderPayment CustomerOrderObjectMaster.attachMoneyOrderPaymentToOrder(CustomerOrder order, Money amount)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.attachCreditCardPaymentToOrder(CustomerOrder order, Money amount)
           
static CustomerOrderRewardCertificatePayment CustomerOrderObjectMaster.attachRewardCertificatePaymentToOrder(CustomerOrder order, Money amount, Money certificateValue)
           
static CustomerOrderRewardCertificatePayment CustomerOrderObjectMaster.createRewardCertificatePayment(DistributedContext context, Money paymentAmount)
           
static CustomerOrderRewardCertificatePayment CustomerOrderObjectMaster.createRewardCertificatePayment(DistributedContext context, Money paymentAmount, Money certificateValue)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.attachCreditCardPaymentToOrder(CustomerOrder order, Money amount, CreditCard creditCard)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.attachCreditCardPaymentToOrderNotAuthorized(CustomerOrder order, Money amount)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.attachPrivateLabelCreditCardPaymentToOrder(CustomerOrder order, Money amount, CustomerCreditCard customerCreditCard)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.attachCardPaymentToOrder(CustomerOrder order, java.lang.String creditCardNumber, Money amount)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.attachPrivateLabelCreditCardPaymentToOrder(CustomerOrder order, Money amount)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.createCreditCardPaymentNoAddressWillBeAuthorized(DistributedContext context, Money amount)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.getValidCreditCardPaymentWithoutAddress(DistributedContext context, Money amount)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.createCreditCardPaymentNoAddressWillBeDeclined(DistributedContext context, Money amount)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.createCreditCardPaymentNoAddressWillBeReferral(DistributedContext context, Money amount)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.createCreditCardPaymentNoAddressWillBeFraud(DistributedContext context, Money amount)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.createCreditCardPaymentNoAddressWillBeWaitingAuthorization(DistributedContext context, Money amount)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachNonDenominationalGiftCardOrderLine(CustomerOrder order, Media media, boolean releaseToWmsReady, Money amount)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachExchangeSaleGiftCardOrderLine(CustomerOrder customerOrder, Media media, boolean releaseToWmsReady, Money amount)
           
static void CustomerOrderObjectMaster.returnConfirm(ReturnLine returnLine, Quantity returnQty, SupplierReturnDisposition disposition, ShippedContainer shippedContainer, Money refundReturnPostage)
           
static void CustomerOrderObjectMaster.returnConfirm(ReturnLine returnLine, Quantity returnQty, SupplierReturnDisposition disposition, java.lang.String rmaNbr, Money refundReturnPostage)
           
static void CustomerOrderObjectMaster.returnConfirm(CustomerOrderLine orderLine, Quantity returnQty, java.lang.String rmaNumber, Money refundReturnPostage, Warehouse physicalWarehouse)
           
static void CustomerOrderObjectMaster.returnConfirm(CustomerOrderLine orderLine, Quantity returnQty, SupplierReturnDisposition disposition, java.lang.String rmaNbr, Money refundReturnPostage, Warehouse physicalWh)
           
 

Constructors in com.retek.component.customerorder.test with parameters of type Money
PackComponentBuilderAttributes(Quantity componentQuantity, Quantity availableQuantity, Money price, boolean isComponentNoLongerAvailable, Quantity futureAvailableQuantity)
           
PackComponentBuilderAttributes(Quantity componentQuantity, Quantity availableQuantity, Money price, boolean isComponentNoLongerAvailable, Quantity futureAvailableQuantity, java.lang.String supplierId)
           
PackComponentBuilderAttributes(Quantity componentQuantity, Quantity availableQuantity, Money price, java.lang.String supplierId)
           
PackComponentBuilderAttributes(Quantity componentQuantity, Quantity availableQuantity, Money price)
           
PackComponentBuilderAttributes(Quantity componentQuantity, Quantity availableQuantity, Money price, Money additionalShippingCharge, boolean standardShippingCharge)
           
PackComponentBuilderAttributes(Quantity componentQuantity, Quantity availableQuantity, Money price, ItemPersonalizationBuilderAttributes itemPersAttributes)
           
PackComponentBuilderAttributes(Quantity availableQuantity, Money price, boolean isComponentNoLongerAvailable)
           
PackBuilderAttributes(Quantity requestedQuantity, Quantity availableQuantity, Money price, Money additionalShippingCharge, boolean standardShippingCharge, boolean isNoLongerAvailable, Quantity futureAvailableQuantity, java.lang.String supplierId)
           
PackBuilderAttributes(Quantity requestedQuantity, Quantity availableQuantity, Money price, java.lang.String supplierId)
           
PackBuilderAttributes(Quantity requestedQuantity, Quantity availableQuantity, Money price)
           
BasePackBuilderAttributes(Quantity availableQuantity, Money price)
           
BasePackBuilderAttributes(Quantity availableQuantity, Money price, Money additionalShippingCharge, boolean standardShippingCharge)
           
BasePackBuilderAttributes(Quantity availableQuantity, Money price, boolean isNoLongerAvailable)
           
BasePackBuilderAttributes(Quantity availableQuantity, Money price, boolean isNoLongerAvailable, Quantity futureAvailableQuantity, java.lang.String supplierId)
           
BasePackBuilderAttributes(Quantity availableQuantity, Money price, Money additionalShippingCharge, boolean standardShippingCharge, boolean isNoLongerAvailable, Quantity futureAvailableQuantity, java.lang.String supplierId)
           
 

Uses of Money in com.retek.component.demand
 

Methods in com.retek.component.demand that return Money
 Money OrderDemandRecord.getAddedOrderAmount()
           
 Money OrderLineDemandRecord.getOrderLineAddedAmount()
           
 Money DemandOverTime.getFlashAverageOrderMerchAmount()
           
 Money DemandOverTime.getFlashOrderMerchTotal()
           
 Money DemandOverTime.getInventoryLineMerchAverage()
           
 Money DemandOverTime.getInventoryLineMerchTotal()
           
 

Methods in com.retek.component.demand with parameters of type Money
protected  void DemandOverTimeCalculationTest.assertInventoryDemandValues(DemandOverTime demandOverTime, Money expectedLineMerchTotal, int expectedNumberOfLines, Quantity expectedNumberOfUnits)
           
protected  void DemandOverTimeCalculationTest.assertOrderDemandValues(DemandOverTime demandOverTime, Money expectedOrderMerchTotal, int expectedNumberOfOrders)
           
protected  void DemandOverTimeCalculationTest.assertDemandValues(DemandOverTime demandOverTime, Money expectedOrderMerchTotal, int expectedNumberOfOrders, Money expectedLineMerchTotal, int expectedNumberOfLines, Quantity expectedNumberOfUnits)
           
protected  void DemandOverTimeCalculationTest.assertDemandValuesWithNoLine(DemandOverTime demandOverTime, Money expectedOrderMerchTotal, int expectedNumberOfOrders)
           
protected  void DemandOverTimeCalculationTest.assertDemandValuesWithNoOrder(DemandOverTime demandOverTime, Money expectedLineMerchTotal, int expectedNumberOfLines, Quantity expectedNumberOfUnits)
           
 OrderDemandRecord DemandManager.recordOrderDemand(Media media, boolean addToOrderCount, Money addedOrderTotal)
           
 OrderLineDemandRecord DemandManager.recordOrderLineDemand(Media media, boolean addToOrderLineCount, Money addedOrderLineTotal, Quantity addedOrderLineQty)
           
 

Uses of Money in com.retek.component.demand.impl
 

Methods in com.retek.component.demand.impl that return Money
 Money DemandOverTimeImpl.getFlashAverageOrderMerchAmount()
           
 Money DemandOverTimeImpl.getFlashOrderMerchTotal()
           
 Money DemandOverTimeImpl.getInventoryLineMerchAverage()
           
 Money DemandOverTimeImpl.getInventoryLineMerchTotal()
           
 Money OrderDemandRecordImpl.getAddedOrderAmount()
           
 Money OrderLineDemandRecordImpl.getOrderLineAddedAmount()
           
 

Methods in com.retek.component.demand.impl with parameters of type Money
 void OrderDemandRecordImpl.setAddedOrderAmount(Money addedOrderAmount)
           
 void OrderLineDemandRecordImpl.setAddedOrderAmount(Money addedOrderLineAmount)
           
 OrderDemandRecord DemandManagerImpl.recordOrderDemand(Media media, boolean addToOrderCount, Money addedOrderTotal)
           
 OrderLineDemandRecord DemandManagerImpl.recordOrderLineDemand(Media media, boolean addToOrderLineCount, Money addedOrderLineTotal, Quantity addedOrderLineQty)
           
 

Uses of Money in com.retek.component.demand.impl.persistence
 

Methods in com.retek.component.demand.impl.persistence with parameters of type Money
static DemandOverTimeDto DemandDbObjectMaster.getDemandOverTimeDto(Money orderTotal, Money invenTotal, java.lang.Integer orderCount, java.lang.Integer invenLines, Quantity invenUnits)
           
 

Uses of Money in com.retek.component.demand.impl.remote
 

Fields in com.retek.component.demand.impl.remote declared as Money
 Money OrderLineDemandRecordDto.orderLineAddedAmount
           
 Money DemandOverTimeDto.flashOrderMerchTotal
           
 Money DemandOverTimeDto.inventoryLineMerchTotal
           
 Money OrderDemandRecordDto.addedOrderAmount
           
 

Uses of Money in com.retek.component.directshiporder
 

Methods in com.retek.component.directshiporder that return Money
 Money DirectShipOrderLine.getItemCost()
           
 

Methods in com.retek.component.directshiporder with parameters of type Money
 void DirectShipOrderLine.setItemCost(Money itemCost)
           
 

Uses of Money in com.retek.component.directshiporder.impl
 

Methods in com.retek.component.directshiporder.impl that return Money
 Money DirectShipOrderLineImpl.getItemCost()
           
 

Methods in com.retek.component.directshiporder.impl with parameters of type Money
 void DirectShipOrderLineImpl.setItemCost(Money itemCost)
           
 

Uses of Money in com.retek.component.directshiporder.impl.persistence
 

Methods in com.retek.component.directshiporder.impl.persistence with parameters of type Money
static DirectShipOrderLineDto DirectShipOrderDbObjectMaster.getDirectShipOrderLineDto(DistributedReference ref, Money itemCost, Quantity poLineQty)
           
 

Uses of Money in com.retek.component.directshiporder.impl.remote
 

Fields in com.retek.component.directshiporder.impl.remote declared as Money
 Money DirectShipOrderLineDto.itemCost
           
 

Uses of Money in com.retek.component.item
 

Methods in com.retek.component.item that return Money
 Money ItemSupplierCountryAttribute.getUnitCost()
           
 Money ItemSupplierPersonalizationAttribute.getCharacterCost()
           
 Money ItemSupplierPersonalizationAttribute.getCharacterPrice()
           
 Money ItemLocation.getPromoRetail()
           
 Money ItemLocation.getPromoSellingRetail()
           
 Money ItemLocation.getSellingUnitRetail()
           
 Money ItemLocation.getUnitRetail()
           
 

Methods in com.retek.component.item with parameters of type Money
 void ItemSupplierCountryAttribute.setUnitCost(Money unitCost)
           
 void ItemSupplierPersonalizationAttribute.setCharacterCost(Money characterCost)
           
 void ItemSupplierPersonalizationAttribute.setCharacterPrice(Money characterPrice)
           
 void ItemLocation.setPromoRetail(Money promoRetail)
           
 void ItemLocation.setPromoSellingRetail(Money promoSellingRetail)
           
 void ItemLocation.setSellingUnitRetail(Money sellingUnitRetail)
           
 void ItemLocation.setUnitRetail(Money unitRetail)
           
 

Uses of Money in com.retek.component.item.impl
 

Methods in com.retek.component.item.impl that return Money
 Money ItemSupplierCountryAttributeImpl.getUnitCost()
           
 Money ItemLocationImpl.getPromoRetail()
           
 Money ItemLocationImpl.getPromoSellingRetail()
           
 Money ItemLocationImpl.getSellingUnitRetail()
           
 Money ItemLocationImpl.getUnitRetail()
           
 Money ItemSupplierPersonalizationAttributeImpl.getCharacterCost()
           
 Money ItemSupplierPersonalizationAttributeImpl.getCharacterPrice()
           
 

Methods in com.retek.component.item.impl with parameters of type Money
 void ItemSupplierCountryAttributeImpl.setUnitCost(Money unitCost)
           
 void ItemLocationImpl.setPromoRetail(Money promoRetail)
           
 void ItemLocationImpl.setPromoSellingRetail(Money promoSellingRetail)
           
 void ItemLocationImpl.setSellingUnitRetail(Money sellingUnitRetail)
           
 void ItemLocationImpl.setUnitRetail(Money unitRetail)
           
 void ItemSupplierPersonalizationAttributeImpl.setCharacterCost(Money characterCost)
           
 void ItemSupplierPersonalizationAttributeImpl.setCharacterPrice(Money characterPrice)
           
 

Uses of Money in com.retek.component.item.impl.remote
 

Fields in com.retek.component.item.impl.remote declared as Money
 Money ItemSupplierPersonalizationAttributeDto.characterCost
           
 Money ItemSupplierPersonalizationAttributeDto.characterPrice
           
 

Methods in com.retek.component.item.impl.remote that return Money
 Money ItemSupplierCountryAttributeDto.getUnitCost()
           
 Money ItemLocationDto.getPromoRetail()
           
 Money ItemLocationDto.getPromoSellingRetail()
           
 Money ItemLocationDto.getSellingUnitRetail()
           
 Money ItemLocationDto.getUnitRetail()
           
 

Methods in com.retek.component.item.impl.remote with parameters of type Money
 void ItemSupplierCountryAttributeDto.setUnitCost(Money unitCost)
           
 void ItemLocationDto.setPromoRetail(Money promoRetail)
           
 void ItemLocationDto.setPromoSellingRetail(Money promoSellingRetail)
           
 void ItemLocationDto.setSellingUnitRetail(Money sellingUnitRetail)
           
 void ItemLocationDto.setUnitRetail(Money unitRetail)
           
 

Uses of Money in com.retek.component.item.test
 

Fields in com.retek.component.item.test declared as Money
 Money ItemPersonalizationBuilderAttributes.characterPrice
           
 

Methods in com.retek.component.item.test with parameters of type Money
static Sku ItemObjectMaster.createSku(DistributedContext context, Money unitPrice)
           
 

Constructors in com.retek.component.item.test with parameters of type Money
ItemPersonalizationBuilderAttributes(DistributedContext context, boolean hasMonogramming, boolean hasPersonalization, int numItemSuppliers, Money characterPrice, Supplier supplier, PersonalizationType[] personalizationTypes, java.lang.String placementOnItem, boolean[] monogramCharacterIndicators, int[] persMaxCharsPerLine)
           
 

Uses of Money in com.retek.component.media
 

Methods in com.retek.component.media that return Money
 Money ValueAddedService.getUnitPrice()
           
 Money SellingSku.getAdditionalDomesticDeliveryCharge()
           
 Money SellingSku.getAdditionalInternationalDeliveryCharge()
           
 Money SellingSku.getRushDeliveryOverideCharge()
           
 Money SellingSku.getSuggestedRetailPrice()
           
 Money SellingSku.getUnitPrice()
           
static Money MediaReportingUtility.getAveragePricePoint(Media media)
           
static Money MediaReportingUtility.getMedianPricePoint(Media media)
           
 Money Media.getTotalAdCost()
           
 Money SellingListItem.getRegularPrice()
           
 Money SellingListItem.getDiscountPrice()
           
 Money SellingListItem.getDiscount()
           
 Money Depiction.getSpaceCost()
           
 Money ShippingRateTable.getDeliveryCharge(Money shippingAmount)
           
 Money ShippingRateTable.getRangeMaximum()
           
 Money ShippingRateTable.getRangeMinimum()
           
 Money ShippingRateTable.getRushDeliveryCharge()
           
 Money ShippingRateTable.getRushDeliveryChargeNonContiguous()
           
 Money ShippingRateTable.getShippingCharge(Money shippingAmount)
           
 Money ShippingRate.getDeliveryChargeFlatRate()
           
 Money ShippingRate.getDeliveryCharge(Money shippingAmount)
           
 Money ShippingRate.getRangeMaximum()
           
 Money ShippingRate.getRangeMinimum()
           
 Money SellingSkuSearchCriteria.getHighPriceRange()
           
 Money SellingSkuSearchCriteria.getLowPriceRange()
           
 

Methods in com.retek.component.media with parameters of type Money
 void ValueAddedService.setUnitPrice(Money unitPrice)
           
 void SellingSku.setAdditionalDomesticDeliveryCharge(Money additionalCharge)
           
 void SellingSku.setAdditionalInternationalDeliveryCharge(Money additionalInternationalCharge)
           
 void SellingSku.setRushDeliveryOverrideCharge(Money rushDeliveryOverrideCharge)
           
 void SellingSku.setUnitPrice(Money unitPrice)
           
 void Media.setTotalAdCost(Money cost)
           
 void Depiction.setSpaceCost(Money spaceCost)
           
 Money ShippingRateTable.getDeliveryCharge(Money shippingAmount)
           
 boolean ShippingRateTable.isInRange(Money shippingAmount)
           
 ShippingRate ShippingRateTable.getShippingRate(Money shippingTotal)
           
 void ShippingRateTable.setRushDeliveryCharge(Money rushDeliveryCharge)
           
 void ShippingRateTable.setRushDeliveryChargeNonContiguous(Money rushDeliveryChargeNonContiguous)
           
 Money ShippingRateTable.getShippingCharge(Money shippingAmount)
           
 Money ShippingRate.getDeliveryCharge(Money shippingAmount)
           
 boolean ShippingRate.isInRange(Money shippingAmount)
           
 void ShippingRate.setDeliveryChargeFlatRate(Money deliveryChargeFlatRate)
           
 void ShippingRate.setRangeMinimum(Money rangeMinimum)
           
 void ShippingRate.setRangeMaximum(Money rangeMaximum)
          If this is the last shipping rate in the ShippingRateTable (and therefore, its current max is infinity) then setting rangeMaximum to less than infinity has the side effect of creating a new shipping rate to uphold the invariant described above.
 void SellingSkuSearchCriteria.setHighPriceRange(Money highPriceRange)
           
 void SellingSkuSearchCriteria.setLowPriceRange(Money lowPriceRange)
           
 

Uses of Money in com.retek.component.media.impl
 

Methods in com.retek.component.media.impl that return Money
 Money ValueAddedServiceImpl.getUnitPrice()
           
 Money SellingListItemImpl.getDiscount()
           
 Money SellingListItemImpl.getDiscountPrice()
           
 Money SellingListItemImpl.getRegularPrice()
           
 Money ShippingRateTableImpl.getRangeMaximum()
           
 Money ShippingRateTableImpl.getRangeMinimum()
           
 Money ShippingRateTableImpl.getDeliveryCharge(Money shippingAmount)
           
 Money ShippingRateTableImpl.getRushDeliveryCharge()
           
 Money ShippingRateTableImpl.getRushDeliveryChargeNonContiguous()
           
 Money ShippingRateTableImpl.getShippingCharge(Money shippingAmount)
           
 Money ShippingRateImpl.getRangeMaximum()
           
 Money ShippingRateImpl.getRangeMinimum()
           
 Money ShippingRateImpl.getDeliveryChargeFlatRate()
           
 Money ShippingRateImpl.getDeliveryCharge(Money shippingAmount)
           
 Money MediaImpl.getTotalAdCost()
           
 Money DepictionImpl.getSpaceCost()
           
 Money PackSellingSkuComponentImpl.getSuggestedRetailPrice()
           
 Money SellingSkuImpl.getAdditionalDomesticDeliveryCharge()
           
 Money SellingSkuImpl.getAdditionalInternationalDeliveryCharge()
           
 Money SellingSkuImpl.getRushDeliveryOverideCharge()
           
 Money SellingSkuImpl.getSuggestedRetailPrice()
           
 Money SellingSkuImpl.getUnitPrice()
           
 Money PackSellingSkuImpl.getSuggestedRetailPrice()
           
 

Methods in com.retek.component.media.impl with parameters of type Money
 void ValueAddedServiceImpl.setUnitPrice(Money unitPrice)
           
 void SellingListItemImpl.setDiscountPrice(Money price)
           
 Money ShippingRateTableImpl.getDeliveryCharge(Money shippingAmount)
           
 boolean ShippingRateTableImpl.isInRange(Money shippingAmount)
           
 ShippingRate ShippingRateTableImpl.getShippingRate(Money shippingTotal)
           
 void ShippingRateTableImpl.setRushDeliveryCharge(Money rushDeliveryCharge)
           
 void ShippingRateTableImpl.setRushDeliveryChargeNonContiguous(Money rushDeliveryChargeNonContiguous)
           
 Money ShippingRateTableImpl.getShippingCharge(Money shippingAmount)
           
 void ShippingRateImpl.setDeliveryChargeFlatRate(Money deliveryChargeFlatRate)
           
 void ShippingRateImpl.setRangeMaximum(Money rangeMaximum)
           
 void ShippingRateImpl.setRangeMinimum(Money rangeMinimum)
           
 Money ShippingRateImpl.getDeliveryCharge(Money shippingAmount)
           
 boolean ShippingRateImpl.isInRange(Money shippingAmount)
           
 void MediaImpl.setTotalAdCost(Money cost)
           
 void DepictionImpl.setSpaceCost(Money spaceCost)
           
 void SellingSkuImpl.setAdditionalDomesticDeliveryCharge(Money additionalCharge)
           
 void SellingSkuImpl.setAdditionalInternationalDeliveryCharge(Money additionalInternationalCharge)
           
 void SellingSkuImpl.setRushDeliveryOverrideCharge(Money rushDeliveryOverrideCharge)
           
 void SellingSkuImpl.setUnitPrice(Money itemUnitPrice)
           
 void PackSellingSkuImpl.setUnitPrice(Money itemUnitPrice)
           
 

Uses of Money in com.retek.component.media.impl.persistence
 

Methods in com.retek.component.media.impl.persistence with parameters of type Money
static ShippingRateDto MediaDbObjectMaster.getShippingRateDto(DistributedReference groupRef, Money rangeMin)
           
 

Uses of Money in com.retek.component.media.impl.remote
 

Fields in com.retek.component.media.impl.remote declared as Money
 Money SellingSkuDto.additionalDomesticDeliveryCharge
           
 Money SellingSkuDto.additionalInternationalDeliveryCharge
           
 Money SellingSkuDto.rushDeliveryOverideCharge
           
 Money SellingSkuDto.unitPrice
           
 Money ValueAddedServiceDto.unitPrice
           
 Money DepictionDto.spaceCost
           
 Money SellingListItemDto.discountPrice
           
 Money ShippingRateTableDto.rushDeliveryCharge
           
 Money ShippingRateTableDto.rushDeliveryChargeNonContiguous
           
 Money MediaDto.totalAdCost
           
 Money ShippingRateDto.rangeMinimum
           
 Money ShippingRateDto.deliveryChargeFlatRate
           
 

Uses of Money in com.retek.component.payment
 

Methods in com.retek.component.payment that return Money
 Money PLCCCreditApplicationResponse.getCreditLimit()
           
 Money RewardCertificateAuthorizationResponse.getCertificateValue()
           
 Money Payment.getAmount()
           
 Money Settlement.getAmount()
           
 Money StoredValueCardCashoutResponse.getCashoutAmount()
           
 Money PLCCCreditApplication.getOrderTotal()
           
 Money StoredValueCardAuthorizationResponse.getAvailableBalance()
           
 Money StoredValueCardAuthorizationResponse.getAuthorizedAmount()
           
 Money CreditCard.getCreditLimit()
           
 Money StoredValueCardInquiryResponse.getAvailableBalance()
           
 Money PaymentSettlementPayment.getAmount()
           
 Money PaymentSettlementPayment.getOriginalAuthorizedAmount()
           
 

Methods in com.retek.component.payment with parameters of type Money
 void PLCCCreditApplicationResponse.setCreditLimit(Money creditLimit)
           
 void RewardCertificateAuthorizationResponse.setCertificateValue(Money certificateValue)
           
 void Payment.setAmount(Money amount)
           
 Payment Payment.allocateSettlement(Money amount, RDate dateOfPurchase)
           
 void Settlement.setAmount(Money amount)
           
 void StoredValueCardCashoutResponse.setCashoutAmount(Money cashoutAmount)
           
 void PLCCCreditApplication.setOrderTotal(Money orderTotal)
           
 void StoredValueCardAuthorizationResponse.setAvailableBalance(Money availableBalance)
           
 void StoredValueCardAuthorizationResponse.setAuthorizedAmount(Money authorizedAmount)
           
 void CreditCard.setCreditLimit(Money creditLimit)
           
 void StoredValueCardInquiryResponse.setAvailableBalance(Money availableBalance)
           
 void PaymentSettlementPayment.setAmount(Money amount)
           
 void PaymentSettlementPayment.setOriginalAuthorizedAmount(Money originalAuthorizedAmount)
           
 

Uses of Money in com.retek.component.payment.impl
 

Methods in com.retek.component.payment.impl that return Money
 Money PaymentSettlementPaymentImpl.getAmount()
           
 Money PaymentSettlementPaymentImpl.getOriginalAuthorizedAmount()
           
 Money PaymentImpl.getAmount()
           
 

Methods in com.retek.component.payment.impl with parameters of type Money
protected  PaymentImpl StoredValueCardPaymentImpl.doCreateNewPayment(Money amount)
           
protected  PaymentImpl CashPaymentImpl.doCreateNewPayment(Money amount)
           
 void PaymentSettlementPaymentImpl.setAmount(Money amount)
           
 void PaymentSettlementPaymentImpl.setOriginalAuthorizedAmount(Money originalAuthorizedAmount)
           
protected  PaymentImpl CreditCardPaymentImpl.doCreateNewPayment(Money amount)
           
protected  PaymentImpl MerchandiseCertificatePaymentImpl.doCreateNewPayment(Money amount)
           
protected  PaymentImpl CheckPaymentImpl.doCreateNewPayment(Money amount)
           
protected  PaymentImpl RewardCertificatePaymentImpl.doCreateNewPayment(Money amount)
           
protected  PaymentImpl MoneyOrderPaymentImpl.doCreateNewPayment(Money amount)
           
 void PaymentImpl.setAmount(Money amount)
           
 Payment PaymentImpl.allocateSettlement(Money amount, RDate dateOfPurchase)
           
protected abstract  PaymentImpl PaymentImpl.doCreateNewPayment(Money amount)
           
protected  PaymentImpl GiftCertificatePaymentImpl.doCreateNewPayment(Money amount)
           
 

Uses of Money in com.retek.component.payment.impl.remote
 

Fields in com.retek.component.payment.impl.remote declared as Money
 Money PaymentSettlementPaymentDto.amount
           
 Money PaymentSettlementPaymentDto.originalAuthorizedAmount
           
 Money PaymentDto.amount
           
 

Uses of Money in com.retek.component.payment.integration.creditapp
 

Methods in com.retek.component.payment.integration.creditapp that return Money
 Money CreditApplicationRequest.getOrderTotal()
           
 

Methods in com.retek.component.payment.integration.creditapp with parameters of type Money
 void CreditApplicationRequest.setOrderTotal(Money money)
           
 

Uses of Money in com.retek.component.payment.test
 

Methods in com.retek.component.payment.test with parameters of type Money
static CreditCardPayment PaymentObjectMaster.createCreditCardPaymentNoAddressWillBeAuthorized(DistributedContext context, Money amount)
           
static CheckPayment PaymentObjectMaster.createCheckPaymentManuallyAuthorized(Money amount)
           
static CashPayment PaymentObjectMaster.createCashPaymentManuallyAuthorized(Money amount)
           
static CreditCardPayment PaymentObjectMaster.createCreditCardPaymentNoAddressWillBeDeclined(DistributedContext context, Money amount)
           
static CreditCardPayment PaymentObjectMaster.createCreditCardPaymentNoAddressWillBeFraud(DistributedContext context, Money amount)
           
static CreditCardPayment PaymentObjectMaster.createCreditCardPaymentNoAddressWillBeReferral(DistributedContext context, Money amount)
           
static CreditCardPayment PaymentObjectMaster.createCreditCardPaymentNoAddressWillBeWaitingAuthorization(DistributedContext context, Money amount)
           
static CreditCardPayment PaymentObjectMaster.createCreditCardPaymentNoAddressWithSuffix(DistributedContext context, Money amount, java.lang.String suffix)
           
static StoredValueCardPayment PaymentObjectMaster.loadAndAuthorizeSVCPayment(java.lang.String accountNumber, java.lang.String pinNumber, Money cardBalance, Money paymentAmount, StoredValueCardType type)
           
static CreditCardPayment PaymentObjectMaster.getValidCreditCardPaymentWithoutAddress(Money amount)
           
static CreditCardPayment PaymentObjectMaster.getValidCreditCardPaymentWithAddress(Money amount)
           
static GiftCertificatePayment PaymentObjectMaster.getValidGiftCertificatePayment(Money amount)
           
static MerchandiseCertificatePayment PaymentObjectMaster.getValidMerchandiseCertificatePayment(Money amount)
           
static CashPayment PaymentObjectMaster.getValidCashPayment(Money amount)
           
static CheckPayment PaymentObjectMaster.getValidCheckPayment(Money amount)
           
static MoneyOrderPayment PaymentObjectMaster.getValidMoneyOrderPayment(Money amount)
           
static void PaymentObjectMaster.loadRewardCertificateValue(java.lang.String controlNumber, Money certificateValue)
           
static void PaymentObjectMaster.loadStoredValueCard(java.lang.String accountNumber, java.lang.String pinNumber, Money availableBalance, java.lang.String bannerId, boolean giftCard)
           
static PaymentSettlementPayment PaymentObjectMaster.createPaymentSettlementPayment(PaymentSettlementTransactionContainer txnContainer, Money paymentAmount)
           
 

Uses of Money in com.retek.component.pend
 

Methods in com.retek.component.pend that return Money
 Money PendRule.getOrderLineTotal()
           
 Money PendRule.getOrderTotalTolerance()
           
 Money PendRule.getOrderHeaderAccommodationAmount()
           
 Money PendRule.getOrderLineAccommodationAmount()
           
 

Methods in com.retek.component.pend with parameters of type Money
 void PendRule.setOrderLineTotal(Money orderLineTotal)
           
 void PendRule.setOrderTotalTolerance(Money orderTotalTolerance)
           
 void PendRule.setOrderHeaderAccommodationAmount(Money pendAccommodationsAmount)
           
 void PendRule.setOrderLineAccommodationAmount(Money pendAccommodationsAmount)
           
 

Uses of Money in com.retek.component.pend.impl
 

Methods in com.retek.component.pend.impl that return Money
 Money PendRuleImpl.getOrderTotalTolerance()
           
 Money PendRuleImpl.getOrderLineTotal()
           
 Money PendRuleImpl.getOrderHeaderAccommodationAmount()
           
 Money PendRuleImpl.getOrderLineAccommodationAmount()
           
 

Methods in com.retek.component.pend.impl with parameters of type Money
 void PendRuleImpl.setOrderTotalTolerance(Money orderTotalTolerance)
           
 void PendRuleImpl.setOrderLineTotal(Money orderLineTotal)
           
 void PendRuleImpl.setOrderHeaderAccommodationAmount(Money pendAccommodationsAmount)
           
 void PendRuleImpl.setOrderLineAccommodationAmount(Money pendAccommodationsAmount)
           
 

Uses of Money in com.retek.component.pend.impl.remote
 

Fields in com.retek.component.pend.impl.remote declared as Money
 Money PendRuleDto.orderTotalTolerance
           
 Money PendRuleDto.orderLineTotal
           
 Money PendRuleDto.orderHeaderAccommodationAmount
           
 Money PendRuleDto.orderLineAccommodationAmount
           
 

Uses of Money in com.retek.component.promotion
 

Methods in com.retek.component.promotion that return Money
 Money SellingListItemBenefit.getAmount()
           
 Money OrderCurrencyAmountThreshold.getAmount()
           
 Money ItemCurrencyAmountThreshold.getAmount()
           
 Money Promotion.getTotalDollarOffForBenefits()
           
 Money PromotionBenefit.getDollarOff()
           
 Money GiftCertificateBenefit.getAmount()
           
 

Methods in com.retek.component.promotion with parameters of type Money
 void SellingListItemBenefit.setAmount(Money money)
           
 void OrderCurrencyAmountThreshold.setAmount(Money amount)
           
 void ItemCurrencyAmountThreshold.setAmount(Money amount)
           
 void PromotionBenefit.setDollarOff(Money dollarOff)
           
 void GiftCertificateBenefit.setAmount(Money giftCertificateAmount)
           
 

Uses of Money in com.retek.component.promotion.impl
 

Methods in com.retek.component.promotion.impl that return Money
 Money SellingListItemBenefitImpl.getAmount()
           
 Money GiftCertificateBenefitImpl.getAmount()
           
 Money OrderCurrencyAmountThresholdImpl.getAmount()
           
 Money ItemCurrencyAmountThresholdImpl.getAmount()
           
 Money PromotionImpl.getTotalDollarOffForBenefits()
           
 Money PromotionBenefitImpl.getDollarOff()
           
 

Methods in com.retek.component.promotion.impl with parameters of type Money
 void SellingListItemBenefitImpl.setAmount(Money sellingListItemAmount)
           
 void SellingListItemBenefitImpl.setDollarOff(Money dollarOff)
           
 void GiftCertificateBenefitImpl.setAmount(Money giftCertificateAmount)
           
 void OrderCurrencyAmountThresholdImpl.setAmount(Money amount)
           
 void ItemCurrencyAmountThresholdImpl.setAmount(Money amount)
           
 void PromotionBenefitImpl.setDollarOff(Money dollarOff)
           
 

Uses of Money in com.retek.component.promotion.impl.remote
 

Fields in com.retek.component.promotion.impl.remote declared as Money
 Money PromotionBenefitDto.dollarOff
           
 Money PromotionDto.promotionDiscountAmount
           
 Money SellingListItemBenefitDto.amount
           
 Money GiftCertificateBenefitDto.amount
           
 Money ItemCurrencyAmountThresholdDto.amount
           
 Money OrderCurrencyAmountThresholdDto.amount
           
 

Uses of Money in com.retek.component.promotion.test
 

Methods in com.retek.component.promotion.test with parameters of type Money
static PromotionBenefit PromotionObjectMaster.attachBenefit(DistributedContext context, Promotion promo, Money currencyOff)
           
static GiftCertificateBenefit PromotionObjectMaster.attachGiftCertificateBenefit(DistributedContext context, Promotion promotion, Money giftCertificateAmount, Percent percentOff)
           
static GiftCertificateBenefit PromotionObjectMaster.attachGiftCertificateBenefit(DistributedContext context, Promotion promotion, Money giftCertificateAmount, Money dollarOff)
           
static ItemBenefit PromotionObjectMaster.attachItemBenefit(DistributedContext context, Promotion promotion, ReceivableItem receiveItem, Money dollarOff)
           
static LineMerchAmountBenefit PromotionObjectMaster.attachLineMerchAmountBenefit(DistributedContext context, Promotion promotion, Money dollarOff)
           
static OrderMerchAmountBenefit PromotionObjectMaster.attachOrderMerchAmountBenefit(DistributedContext context, Promotion promotion, Money dollarOff)
           
static OrderMerchAmountBenefit PromotionObjectMaster.attachOrderMerchAmountBenefit(DistributedContext context, Promotion promotion, Money thresholdAmt, Money dollarOff)
           
static OrderMerchAmountBenefit PromotionObjectMaster.attachOrderMerchAmountBenefit(DistributedContext context, Promotion promotion, Money thresholdAmt, Percent percentOff)
           
static OrderMerchAmountBenefit PromotionObjectMaster.attachOrderMerchAmountBenefit(DistributedContext context, Promotion promotion, Quantity thresholdQty, Money dollarOff)
           
static OrderServiceAmountBenefit PromotionObjectMaster.attachOrderServiceAmountBenefit(DistributedContext context, Promotion promotion, Money dollarOff)
           
static OrderServiceAmountBenefit PromotionObjectMaster.attachOrderServiceAmountBenefit(DistributedContext context, Promotion promotion, Money dollarOff, PromotionDetailServiceType type)
           
static ItemCurrencyAmountThreshold PromotionObjectMaster.attachItemCurrencyAmountThreshold(DistributedContext context, Promotion promotion, ThresholdableItem thresholdableItem, Money thresholdAmt)
           
static OrderCurrencyAmountThreshold PromotionObjectMaster.attachOrderCurrencyAmountThreshold(DistributedContext context, Promotion promotion, Money amount)
           
static SellingListItemBenefit PromotionObjectMaster.createSellingListItemBenefit(DistributedContext context, SellingListItem sellingListItem, Money dollarOff)
           
static SellingListItemBenefit PromotionObjectMaster.createSellingListItemBenefitForAmount(DistributedContext context, SellingListItem sellingListItem, Money amount)
           
static Promotion PromotionObjectMaster.createGeneralActiveOrderLevelPromotion(DistributedContext context, SourceCode sourceCode, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createGeneralActivePromotionWithDetailServiceType(DistributedContext context, SourceCode sourceCode, Money dollarOff, PromotionDetailServiceType type)
           
static Promotion PromotionObjectMaster.createGeneralActivePromotionWithDetailServiceType(DistributedContext context, SourceCode sourceCode, Money dollarOff, PromotionDetailServiceType type, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createGeneralActiveAdditonalShippingServiceLevelPromotion(DistributedContext context, SourceCode sourceCode, Money dollarOff)
           
static Promotion PromotionObjectMaster.createGeneralActiveAdditonalShippingServiceLevelPromotion(DistributedContext context, SourceCode sourceCode, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createGeneralActiveGiftCardServiceLevelPromotion(DistributedContext context, SourceCode sourceCode, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createGeneralActiveGiftWrappingServiceLevelPromotion(DistributedContext context, SourceCode sourceCode, Money dollarOff)
           
static Promotion PromotionObjectMaster.createGeneralActiveMonogrammingServiceLevelPromotion(DistributedContext context, SourceCode sourceCode, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createGeneralActivePersonalizationServiceLevelPromotion(DistributedContext context, SourceCode sourceCode, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createGeneralActiveStdShippingPromotion(DistributedContext context, SourceCode sourceCode, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOfferCodeTriggerAndDollarOffBenefit(DistributedContext context, Money dollarOff, OfferCode offerCode, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithDollarOffBenefit(DistributedContext context, Money amount)
           
static Promotion PromotionObjectMaster.createActivePromotionWithDollarOffOrderMerchAmountBenefit(DistributedContext context, Money amount)
           
static Promotion PromotionObjectMaster.createActivePromotionWithDollarOffLineMerchAmountBenefit(DistributedContext context, Money amount)
           
static Promotion PromotionObjectMaster.createActivePromotionWithDollarOffOrderServiceAmountBenefit(DistributedContext context, Money amount, PromotionDetailServiceType serviceType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndDollarOffItemBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, ThresholdableItem thresholdableItem, ReceivableItem receivableItem, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndPercentOffItemBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, ThresholdableItem thresholdableItem, ReceivableItem receivableItem, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndDollarOffItemBenefit(DistributedContext context, SourceCode sourceCode, Quantity thresholdQty, ThresholdableItem thresholdableItem, ReceivableItem receivableItem, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndLineMerchBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, ThresholdableItem thresholdableItem, Percent percentOff)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndLineMerchBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, ThresholdableItem thresholdableItem, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndLineMerchBenefit(DistributedContext context, SourceCode sourceCode, Quantity thresholdQty, ThresholdableItem thresholdableItem, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndOrderMerchBenefit(DistributedContext context, SourceCode sourceCode, Quantity thresholdQty, ThresholdableItem thresholdableItem, Money dollarOff)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndOrderMerchBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, ThresholdableItem thresholdableItem, Money dollarOff)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndOrderMerchBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, ThresholdableItem thresholdableItem, Percent percentOff)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndGiftCertificateBenefit(DistributedContext context, SourceCode sourceCode, Money giftCertificateAmount, Percent giftCertificatePercentOff, ThresholdableItem thresholdableItem, Money thresholdAmt, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndGiftCertificateBenefit(DistributedContext context, SourceCode sourceCode, Money giftCertificateAmount, Percent giftCertificatePercentOff, ThresholdableItem thresholdableItem, Quantity thresholdQty, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndGiftCertificateBenefit(DistributedContext context, SourceCode sourceCode, Money giftCertificateAmount, Money dollarOff, ThresholdableItem thresholdableItem, Quantity thresholdQty, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndLineMerchAmountBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, ThresholdableItem thresholdableItem, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndLineMerchAmountBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, ThresholdableItem thresholdableItem, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndLineMerchAmountBenefit(DistributedContext context, SourceCode sourceCode, Quantity thresholdQty, ThresholdableItem thresholdableItem, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActiveTenderTypePromotionWithOrderThresholdAndGiftCertificateBenefit(DistributedContext context, Money giftCertificateAmount, Money thresholdAmt, TenderType[] tenderTypes, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndOrderMerchBenefit(DistributedContext context, SourceCode sourceCode, Money dollarOff)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndGiftCertificateBenefit(DistributedContext context, SourceCode sourceCode, Money giftCertificateAmount, Money thresholdAmt)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndGiftCertificateBenefit(DistributedContext context, SourceCode sourceCode, Money giftCertificateAmount, Quantity thresholdQty, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndGiftCertificateBenefitWithoutSubmit(DistributedContext context, SourceCode sourceCode, Money giftCertificateAmount, Quantity thresholdQty, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndGiftCertificateBenefit(DistributedContext context, SourceCode sourceCode, Money giftCertificateAmount, Percent giftCertificatePercentOff, Money thresholdAmt, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndGiftCertificateBenefit(DistributedContext context, SourceCode sourceCode, Money giftCertificateAmount, Percent giftCertificatePercentOff, Quantity thresholdQty, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndGiftCertificateBenefit(DistributedContext context, SourceCode sourceCode, Money giftCertificateAmount, Money dollarOff, Quantity thresholdQty, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndOrderMerchBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndOrderMerchBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndOrderMerchBenefit(DistributedContext context, SourceCode sourceCode, Quantity thresholdQty, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndItemBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, ReceivableItem receivableItem, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndItemBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, ReceivableItem receivableItem, Percent percentOff)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndItemBenefit(DistributedContext context, SourceCode sourceCode, Quantity thresholdQty, ReceivableItem receivableItem, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndItemBenefits(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, java.util.Set itemBenefits, Banner banner, ChannelType channelType)
           
 

Uses of Money in com.retek.component.rcomrib
 

Methods in com.retek.component.rcomrib that return Money
static Money RcomRibStringUtil.getMoney(java.lang.String val)
           
 

Uses of Money in com.retek.component.salesaudit
 

Methods in com.retek.component.salesaudit that return Money
 Money SaeAccommodation.getAccommodationAmount()
           
 Money SalesAuditManager.getTransactionBalancingThreshold()
           
 Money SaeTax.getTaxAmount()
           
 Money SaeTax.getMerchandiseTaxAmount()
           
 Money SaeTax.getShippingTaxAmount()
           
 Money SaeTax.getGiftServiceTaxAmount()
           
 Money SaeTax.getPersonalizationServiceTaxAmount()
           
 Money SaeService.getServiceUnitAmount()
           
 Money SaeDiscount.getDiscountAmount()
           
 Money SaeItem.getSellingUnitPrice()
           
 Money SaeItem.getSuggestedRetailPrice()
           
 Money SaePayment.getPaymentAmount()
           
 

Methods in com.retek.component.salesaudit with parameters of type Money
 void SaeAccommodation.setAccommodationAmount(Money accommodationAmount)
           
 void SaeTax.setTaxAmount(Money taxAmount)
           
 void SaeTax.setMerchandiseTaxAmount(Money merchandiseTaxAmount)
           
 void SaeTax.setShippingTaxAmount(Money additionalShippingTaxAmount)
           
 void SaeTax.setGiftServiceTaxAmount(Money giftServiceTaxAmount)
           
 void SaeTax.setPersonalizationServiceTaxAmount(Money personalizationServiceTaxAmount)
           
 void SaeService.setServiceUnitAmount(Money serviceUnitAmount)
           
 void SaeDiscount.setDiscountAmount(Money discountAmount)
           
protected  void SalesAuditExportTestCase.assertServiceElementContents(java.lang.String expectedServiceType, Quantity expectedServiceQty, Money expectedServiceAmt, SaeService serviceElement)
           
protected  void SalesAuditExportTestCase.assertAccommodationElementContents(Accommodation accommodation, Money accommdationAmount, SaeAccommodation accommodationElement)
           
protected  void SalesAuditExportTestCase.assertDiscountElementContents(java.lang.String discountType, Money discountAmount, Promotion promotion, SaeDiscount discountElement)
           
protected  void SalesAuditExportTestCase.assertPaymentElementContentsForSaleTransaction(Money expectedAmt, java.util.List payments)
           
protected  void SalesAuditExportTestCase.assertPaymentElementContentsForReturnTransaction(Money totalRefundAmt, java.util.List paymentElements)
           
protected  void SalesAuditExportTestCase.assertPaymentElementContentsForReturnTransaction(Money totalRefundAmt, CustomerOrderPayment expectedRefundPayment, java.util.List paymentElements)
           
protected  void SalesAuditExportTestCase.assertPaymentElementContentsForPaidInTransaction(Money expectedAmount, java.util.List payments)
           
protected  void SalesAuditExportTestCase.assertPaymentElementContentsForPaidOutTransaction(Money expectedAmount, SaeTransaction transactionElement, java.util.List payments)
           
 void SaeItem.setSellingUnitPrice(Money sellingUnitPrice)
           
 void SaeItem.setSuggestedRetailPrice(Money suggestedRetailPrice)
           
 void SaePayment.setPaymentAmount(Money paymentAmount)
           
 

Uses of Money in com.retek.component.salesaudit.impl
 

Methods in com.retek.component.salesaudit.impl that return Money
 Money SaeDiscountImpl.getDiscountAmount()
           
 Money SaeServiceImpl.getServiceUnitAmount()
           
 Money SaeItemImpl.getSellingUnitPrice()
           
 Money SaeItemImpl.getSuggestedRetailPrice()
           
 Money SaeAccommodationImpl.getAccommodationAmount()
           
 Money SaeTaxImpl.getTaxAmount()
           
 Money SaeTaxImpl.getMerchandiseTaxAmount()
           
 Money SaeTaxImpl.getShippingTaxAmount()
           
 Money SaeTaxImpl.getGiftServiceTaxAmount()
           
 Money SaeTaxImpl.getPersonalizationServiceTaxAmount()
           
 Money SaePaymentImpl.getPaymentAmount()
           
 Money SalesAuditManagerImpl.getTransactionBalancingThreshold()
           
 

Methods in com.retek.component.salesaudit.impl with parameters of type Money
 void SaeDiscountImpl.setDiscountAmount(Money discountAmount)
           
 void SaeServiceImpl.setServiceUnitAmount(Money unitAmount)
           
 void SaeItemImpl.setSellingUnitPrice(Money sellingUnitPrice)
           
 void SaeItemImpl.setSuggestedRetailPrice(Money suggestedRetailPrice)
           
 void SaeAccommodationImpl.setAccommodationAmount(Money accommodationAmount)
           
 void SaeTaxImpl.setTaxAmount(Money taxAmount)
           
 void SaeTaxImpl.setMerchandiseTaxAmount(Money merchandiseTaxAmount)
           
 void SaeTaxImpl.setShippingTaxAmount(Money shippingTaxAmount)
           
 void SaeTaxImpl.setGiftServiceTaxAmount(Money giftServiceTaxAmount)
           
 void SaeTaxImpl.setPersonalizationServiceTaxAmount(Money personalizationServiceTaxAmount)
           
 void SaePaymentImpl.setPaymentAmount(Money paymentAmount)
           
 

Uses of Money in com.retek.component.salesaudit.impl.remote
 

Fields in com.retek.component.salesaudit.impl.remote declared as Money
 Money SaePaymentDto.paymentAmount
           
 Money SaeDiscountDto.discountAmount
           
 Money SaeServiceDto.serviceUnitAmount
           
 Money SaeItemDto.sellingUnitPrice
           
 Money SaeItemDto.suggestedRetailPrice
           
 Money SaeTaxDto.taxAmount
           
 Money SaeTaxDto.merchandiseTaxAmount
           
 Money SaeTaxDto.shippingTaxAmount
           
 Money SaeTaxDto.giftServiceTaxAmount
           
 Money SaeTaxDto.personalizationServiceTaxAmount
           
 Money SaeAccommodationDto.accommodationAmount
           
 

Uses of Money in com.retek.component.salesaudit.impl.remote.command
 

Fields in com.retek.component.salesaudit.impl.remote.command declared as Money
protected  Money SaeExportReplacementTender.replacementAmount
           
protected  Money BaseTransactionConverter.totalPaymentAmt
           
protected  Money SaeExportGoodwillTender.paymentAmount
           
 

Methods in com.retek.component.salesaudit.impl.remote.command that return Money
 Money SaeExportReturnMerchandiseTender.getAmount()
           
 Money SaeExportReturnMerchandiseTender.getSalesAuditExportAmount()
           
 Money SaeExportReplacementTender.getAmount()
           
 Money SaeExportReplacementTender.getSalesAuditExportAmount()
           
 Money SaeExportSaleMerchandiseReversalTender.getAmount()
           
 Money SaeExportSaleMerchandiseReversalTender.getSalesAuditExportAmount()
           
 Money SaeExportNoTendTender.getAmount()
           
 Money SaeExportNoTendTender.getSalesAuditExportAmount()
           
 Money SaeExportPaymentTender.getAmount()
           
 Money SaeExportPaymentTender.getSalesAuditExportAmount()
           
 Money SaeExportTender.getAmount()
          Return the amount of the tender (payment).
 Money SaeExportTender.getSalesAuditExportAmount()
           
 Money SaeExportStoredValueCardCashoutTender.getAmount()
           
 Money SaeExportStoredValueCardCashoutTender.getSalesAuditExportAmount()
           
abstract  Money SaeExportMerchandiseTender.getAmount()
           
abstract  Money SaeExportMerchandiseTender.getSalesAuditExportAmount()
           
protected  Money BaseTransactionConverter.calculateValueAddedServicePrice(CustomerOrderLine orderLine, CustomerOrderServiceLine serviceLine, Quantity previousShippedQuantity)
           
protected  Money BaseTransactionConverter.getTransactionBalancingThreshold()
           
 Money SaeExportSaleMerchandiseTender.getAmount()
          Return the export amount for the exchange merchandise SALE tender.
 Money SaeExportSaleMerchandiseTender.getSalesAuditExportAmount()
           
 Money SaeExportGoodwillTender.getAmount()
           
 Money SaeExportGoodwillTender.getSalesAuditExportAmount()
           
 

Methods in com.retek.component.salesaudit.impl.remote.command with parameters of type Money
 void SaeExportReturnMerchandiseTender.addSalesAuditExportAmount(Money amount)
           
 void SaeExportReplacementTender.addSalesAuditExportAmount(Money amount)
           
 void SaeExportSaleMerchandiseReversalTender.addSalesAuditExportAmount(Money amount)
           
 void SaeExportNoTendTender.addSalesAuditExportAmount(Money amount)
           
 void SaeExportPaymentTender.addSalesAuditExportAmount(Money amount)
           
 void SaeExportTender.addSalesAuditExportAmount(Money used)
           
 void SaeExportStoredValueCardCashoutTender.addSalesAuditExportAmount(Money amount)
           
abstract  void SaeExportMerchandiseTender.addSalesAuditExportAmount(Money amount)
           
protected  SaeItem BaseTransactionConverter.createItemElement(CustomerOrder order, CustomerOrderLine orderLine, Quantity quantity, Money sellingUnitPrice, Money suggestedRetailPrice)
           
protected  SaeItem BaseTransactionConverter.createItemElement(CustomerOrder order, CustomerOrderLine orderLine, Quantity quantity, Money sellingUnitPrice, Money suggestedRetailPrice, ReturnReason returnReason)
           
protected  java.util.List BaseTransactionConverter.createPaymentElementsForSaleTransaction(java.lang.String transactionType, CustomerOrder order, Money totalPrice, java.util.List saeExportTenders)
           
protected  java.util.List BaseTransactionConverter.createPaymentElementsForReturnTransaction(java.lang.String transactionType, CustomerOrder order, Money totalPrice, java.util.List saeExportTenders)
           
protected  SaePayment BaseTransactionConverter.createPaymentElementForLiabilityTransaction(java.lang.String transactionType, SaeExportTender exportTender, Money amount)
           
protected  SaeService BaseTransactionConverter.createShippingServiceElement(java.lang.String serviceType, Quantity serviceQty, Money serviceUnitAmt, Money shippingTax)
           
 void SaeExportSaleMerchandiseTender.addSalesAuditExportAmount(Money amount)
           
 void SaeExportGoodwillTender.addSalesAuditExportAmount(Money amount)
           
 

Constructors in com.retek.component.salesaudit.impl.remote.command with parameters of type Money
SaeExportReplacementTender(java.lang.String paymentId, Money replacementAmount)
           
SaeExportGoodwillReversalTender(Money paymentAmount)
           
SaeExportGoodwillTender(Money paymentAmount)
           
 

Uses of Money in com.retek.component.salesaudit.integration.resa
 

Methods in com.retek.component.salesaudit.integration.resa that return Money
 Money TitemRecord.getOriginalUnitRetail()
           
 Money TitemRecord.getUnitRetail()
           
 Money TheadRecord.getValue()
           
 Money IdiscRecord.getUnitDiscountAmount()
           
 Money TtendRecord.getAmount()
           
 Money TtaxRecord.getReferenceNumber17()
           
 Money TtaxRecord.getReferenceNumber18()
           
 Money TtaxRecord.getReferenceNumber19()
           
 Money TtaxRecord.getTaxAmount()
           
 

Methods in com.retek.component.salesaudit.integration.resa with parameters of type Money
 void TitemRecord.setOriginalUnitRetail(Money originalUnitRetail)
           
 void TitemRecord.setUnitRetail(Money unitRetail)
           
 void TheadRecord.setValue(Money value)
           
 void IdiscRecord.setUnitDiscountAmount(Money unitDiscountAmount)
           
 void TtendRecord.setAmount(Money amount)
           
static java.math.BigDecimal ResaAttributeTranslator.calculateUnitDiscountAmount(Money discountAmt, Quantity totalQty)
           
 void TtaxRecord.setReferenceNumber17(Money referenceNumber17)
           
 void TtaxRecord.setReferenceNumber18(Money referenceNumber18)
           
 void TtaxRecord.setReferenceNumber19(Money referenceNumber19)
           
 void TtaxRecord.setTaxAmount(Money taxAmount)
           
 

Uses of Money in com.retek.component.salesaudit.test
 

Fields in com.retek.component.salesaudit.test declared as Money
 Money ReturnTransactionBuilderAttributes.itemPrice
          Item unit retail price.
 Money PaidOutTransactionBuilderAttributes.paymentAmount
          Payment amount.
 Money PaidInTransactionBuilderAttributes.paymentAmount
          Payment amount.
 Money SaleTransactionBuilderAttributes.itemPrice
          Item unit retail price.
 

Methods in com.retek.component.salesaudit.test that return Money
static Money SalesAuditObjectMaster.calculateTotalSalePrice(SaeTransaction transaction)
           
 

Methods in com.retek.component.salesaudit.test with parameters of type Money
static SaeDiscount SalesAuditObjectMaster.createSaeDiscount(SaeStoreTransactionContainer container, java.lang.String discountType, Money discountAmt)
           
static SaeItem SalesAuditObjectMaster.createSaeItem(SaeStoreTransactionContainer container, Quantity itemQuantity, Money sellingUnitPrice, java.util.List discountTypes, java.util.List accommodationTypes, boolean additionalShService, boolean vasService, boolean vasServiceDiscounts)
           
static SaeTax SalesAuditObjectMaster.createSaeTax(SaeStoreTransactionContainer container, Money taxAmount)
           
static SaePayment SalesAuditObjectMaster.createSaePayment(SaeStoreTransactionContainer container, java.lang.String paymentType, Money paymentAmount)
           
static SaeAccommodation SalesAuditObjectMaster.createSaeAccommodation(SaeStoreTransactionContainer container, java.lang.String accommodationType, Money accommodationAmt, Money taxCredit)
           
 

Uses of Money in com.retek.component.supplier
 

Methods in com.retek.component.supplier that return Money
 Money Supplier.getReturnMinimumDollarAmount()
           
 

Methods in com.retek.component.supplier with parameters of type Money
 void Supplier.setReturnMinimumDollarAmount(Money returnMinimumDollarAmount)
           
 

Uses of Money in com.retek.component.supplier.impl
 

Methods in com.retek.component.supplier.impl that return Money
 Money SupplierImpl.getReturnMinimumDollarAmount()
           
 

Methods in com.retek.component.supplier.impl with parameters of type Money
 void SupplierImpl.setReturnMinimumDollarAmount(Money returnMinimumDollarAmount)
           
 

Uses of Money in com.retek.component.supplier.impl.remote
 

Fields in com.retek.component.supplier.impl.remote declared as Money
 Money SupplierDto.returnMinimumDollarAmount
           
 

Uses of Money in com.retek.component.task
 

Methods in com.retek.component.task that return Money
 Money OrderWorkTask.getOrderTotal()
           
 

Uses of Money in com.retek.component.task.impl
 

Methods in com.retek.component.task.impl that return Money
 Money OrderWorkTaskImpl.getOrderTotal()
           
 

Uses of Money in com.retek.component.task.impl.remote
 

Fields in com.retek.component.task.impl.remote declared as Money
 Money OrderWorkTaskDto.orderTotal
           
 

Uses of Money in com.retek.component.tax
 

Methods in com.retek.component.tax that return Money
 Money TaxCalculator.getMerchandiseTax()
           
 Money TaxCalculator.getMerchandiseTax(long lineItemId)
           
 Money TaxCalculator.getShippingAndHandlingTax()
           
 Money TaxCalculator.getShippingAndHandlingTax(long lineItemId)
           
 Money TaxCalculator.getGiftingTax()
           
 Money TaxCalculator.getGiftingTax(long lineItemId)
           
 Money TaxCalculator.getPersonalizationTax()
           
 Money TaxCalculator.getPersonalizationTax(long lineItemId)
           
 Money TaxInvoiceLineItem.getCombinedRate()
           
 Money TaxInvoiceLineItem.getExtendedAmt()
           
 Money TaxInvoiceLineItem.getGiftingCost()
           
 Money TaxInvoiceLineItem.getGiftingTax()
           
 Money TaxInvoiceLineItem.getLineTotalTax()
           
 Money TaxInvoiceLineItem.getMerchandiseTax()
           
 Money TaxInvoiceLineItem.getPersonalizationCost()
           
 Money TaxInvoiceLineItem.getPersonalizationTax()
           
 Money TaxInvoiceLineItem.getShippingAndHandlingCost()
           
 Money TaxInvoiceLineItem.getShippingAndHandlingTax()
           
 Money TaxCalculatorInvoice.getShippingAndHandlingCost()
           
 Money TaxCalculatorInvoice.getShippingAndHandlingTax()
           
 Money TaxCreditor.getCreditAmount()
           
 

Methods in com.retek.component.tax with parameters of type Money
 void TaxInvoiceLineItem.setCombinedRate(Money combinedRate)
           
 void TaxInvoiceLineItem.setExtendedAmt(Money extendedAmt)
           
 void TaxInvoiceLineItem.setGiftingCost(Money giftingCost)
           
 void TaxInvoiceLineItem.setGiftingTax(Money giftingTax)
           
 void TaxInvoiceLineItem.setLineTotalTax(Money lineTotalTax)
           
 void TaxInvoiceLineItem.setMerchandiseTax(Money merchandiseTax)
           
 void TaxInvoiceLineItem.setPersonalizationCost(Money personalizationCost)
           
 void TaxInvoiceLineItem.setPersonalizationTax(Money personalizationTax)
           
 void TaxInvoiceLineItem.setShippingAndHandlingCost(Money shippingAndHandlingCost)
           
 void TaxInvoiceLineItem.setShippingAndHandlingTax(Money shippingAndHandlingTax)
           
 TaxCreditor TaxManager.buildTaxCreditorInstance(TaxCreditInvoice creditInvoice, Money creditAmount)
           
 void TaxCalculatorInvoice.setShippingAndHandlingCost(Money shippingAndHandlingCost)
           
 void TaxCalculatorInvoice.setShippingAndHandlingTax(Money shippingAndHandlingTax)
           
 

Uses of Money in com.retek.component.tax.impl
 

Methods in com.retek.component.tax.impl that return Money
 Money TaxCalculatorImpl.getMerchandiseTax()
           
 Money TaxCalculatorImpl.getShippingAndHandlingTax()
           
 Money TaxCalculatorImpl.getShippingAndHandlingTax(long lineItemId)
           
 Money TaxCalculatorImpl.getMerchandiseTax(long lineItemId)
           
 Money TaxCalculatorImpl.getGiftingTax()
           
 Money TaxCalculatorImpl.getGiftingTax(long lineItemId)
           
 Money TaxCalculatorImpl.getPersonalizationTax()
           
 Money TaxCalculatorImpl.getPersonalizationTax(long lineItemId)
           
 Money TaxCalculatorInvoiceImpl.getShippingAndHandlingCost()
           
 Money TaxCalculatorInvoiceImpl.getShippingAndHandlingTax()
           
 Money TaxCreditorImpl.getCreditAmount()
           
 

Methods in com.retek.component.tax.impl with parameters of type Money
 void TaxCalculatorInvoiceImpl.setShippingAndHandlingCost(Money shippingAndHandlingCost)
           
 void TaxCalculatorInvoiceImpl.setShippingAndHandlingTax(Money shippingAndHandlingTax)
           
 void TaxCreditorImpl.setCreditAmount(Money creditAmount)
           
 TaxCreditor TaxManagerImpl.buildTaxCreditorInstance(TaxCreditInvoice creditInvoice, Money creditAmount)
           
 

Uses of Money in com.retek.component.tax.impl.remote
 

Fields in com.retek.component.tax.impl.remote declared as Money
 Money TaxCalculatorInvoiceDto.shippingAndHandlingCost
           
 Money TaxCalculatorInvoiceDto.shippingAndHandlingTax
           
 Money TaxCreditorDto.creditAmount
           
 

Uses of Money in com.retek.component.tax.integration.taxengine
 

Methods in com.retek.component.tax.integration.taxengine with parameters of type Money
 void TaxEngine.creditTax(TaxCreditInvoice taxCreditInvoice, Money creditAmount)
           
 void VertexTaxEngine.creditTax(TaxCreditInvoice invoice, Money creditAmount)
           
 

Uses of Money in com.retek.component.tax.test
 

Methods in com.retek.component.tax.test with parameters of type Money
static TaxInvoiceLineItem TaxObjectMaster.createValidLineItem(DistributedContext context, long lineItemId, Money extendedAmount, java.lang.String productCode, java.lang.String skuId)
           
 

Uses of Money in com.retek.rcom.gui.wrapper
 

Methods in com.retek.rcom.gui.wrapper that return Money
 Money RcomOrderLine.getPromotionDiscountValue()
          Set the discount amount on the orderline
 

Uses of Money in com.retek.rmm.gui.screen.promotions
 

Methods in com.retek.rmm.gui.screen.promotions that return Money
 Money SellingListItemDiscountsDialogHandler.getDirtyBenefitPrice()
           
 Money SellingListItemDiscountsDialogHandler.getDirtyBenefitDollarOff()
           
 

Methods in com.retek.rmm.gui.screen.promotions with parameters of type Money
 void SellingListItemDiscountsDialogHandler.setUncheckedBenefitPrice(Money amount)
           
 void SellingListItemDiscountsDialogHandler.setUncheckedBenefitDollarOff(Money dollarOff)
           
 



Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28