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.customer   
com.retek.component.customerorder   
com.retek.component.demand   
com.retek.component.item   
com.retek.component.media   
com.retek.component.payment   
com.retek.component.payment.integration.creditapp   
com.retek.component.pend   
com.retek.component.promotion   
com.retek.component.rcomrib   
com.retek.component.salesaudit   
com.retek.component.salesaudit.integration.resa   
com.retek.component.supplier   
com.retek.component.task   
com.retek.component.tax   
com.retek.rcom.gui.screen.nocustomerinfo   
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.customer
 

Methods in com.retek.component.customer that return Money
 Money RefundOrGiftCertificateActivityRequest.getAmount()
           
 Money StoredValueCardCashout.getCashoutAmount()
           
 Money CustomerCreditApplication.getOrderTotal()
           
 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.customerorder
 

Methods in com.retek.component.customerorder that return Money
 Money CustomerOrderSettlement.getAmount()
           
 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 NoCustomerInformationReturnSearchResults.getUnitPrice()
           
 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()
          Return the original authorization amount for the payment.
 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 NoCustomerInformationReturnSkuSearchResults.getUnitRetail()
           
 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.getTotalAccommodationAmount()
           
 Money CustomerOrder.getTotalAccommodationTaxAmount()
           
 Money CustomerOrder.getTotalReturnTaxAdjustmentAmount()
           
 Money CustomerOrder.getTotalOrderHeaderAccommodationAmount()
           
 Money CustomerOrder.getTotalReturnExtendedPrice()
           
 Money CustomerOrder.getUnsettledAmount()
           
 Money CustomerOrder.getOutstandingSalesAuditGoodwillAmount()
           
 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 MailOrderBatchPaymentSummary.addAccount(java.lang.String accountNumber, Money amount)
           
 void Discount.setUnitDiscountAmount(Money discountAmount)
           
 void CustomerOrderPromotionAdjustment.setAmount(Money amount)
           
 void ShippedContainerLine.setDirectshipReportedUnitCost(Money reportedUnitCost)
           
 void NoCustomerInformationReturnSearchResults.setUnitPrice(Money money)
           
 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.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 NoCustomerInformationReturnSkuSearchResults.setUnitRetail(Money money)
           
 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 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.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 DemandApiTestCase.assertInventoryDemandValues(DemandOverTime demandOverTime, Money expectedLineMerchTotal, int expectedNumberOfLines, Quantity expectedNumberOfUnits)
           
protected  void DemandApiTestCase.assertOrderDemandValues(DemandOverTime demandOverTime, Money expectedOrderMerchTotal, int expectedNumberOfOrders)
           
protected  void DemandApiTestCase.assertDemandValues(DemandOverTime demandOverTime, Money expectedOrderMerchTotal, int expectedNumberOfOrders, Money expectedLineMerchTotal, int expectedNumberOfLines, Quantity expectedNumberOfUnits)
           
protected  void DemandApiTestCase.assertDemandValuesWithNoLine(DemandOverTime demandOverTime, Money expectedOrderMerchTotal, int expectedNumberOfOrders)
           
protected  void DemandApiTestCase.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.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.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.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.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.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.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.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.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)
           
 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.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.task
 

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

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
protected  TaxInvoiceLineItem TaxApiTestCase.getDefaultValidLineItem(long lineItemId, Money extendedAmount, java.lang.String skuId)
           
protected  TaxInvoiceLineItem TaxApiTestCase.getValidLineItem(long lineItemId, Money extendedAmount, java.lang.String productCode, java.lang.String skuId)
           
 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.rcom.gui.screen.nocustomerinfo
 

Methods in com.retek.rcom.gui.screen.nocustomerinfo that return Money
 Money NoCustomerInfoHandler.getUnitPrice()
           
 

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 © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25