|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CurrencyRate | |
---|---|
com.sage.accpac.sm | Contains the classes that provide access to Sage Accpac ERP System Manager, as well as Sage Accpac ERP application features. |
com.sage.accpac.sm.currency |
Uses of CurrencyRate in com.sage.accpac.sm |
---|
Classes in com.sage.accpac.sm that implement CurrencyRate | |
---|---|
class |
CurrencyRateImpl
Represents a currency exchange rate An object of this class can be obtained from DBLink object's getCurrencyRate(...) ,
getCurrencyRateComposite(...) and
getCurrencyRateFloating(...) methods. |
Methods in com.sage.accpac.sm that return CurrencyRate | |
---|---|
CurrencyRate |
CurrencyImpl.getBlockRate(java.util.Date date,
Currency.BlockDateMatch match)
Gets the exchange rate between this currency and its block master at the given date, returning null if not a member of a block. |
CurrencyRate |
Currency.getBlockRate(java.util.Date date,
Currency.BlockDateMatch match)
Gets the exchange rate between this currency and its block master at the given date, returning null if not a member of a block. |
Uses of CurrencyRate in com.sage.accpac.sm.currency |
---|
Methods in com.sage.accpac.sm.currency that return CurrencyRate | |
---|---|
CurrencyRate |
HasCurrency.getCurrencyRate(java.lang.String homeCurrency,
java.lang.String rateType,
java.lang.String sourceCurrency,
java.util.Date date)
Gets the exchange rate between the specified currencies |
CurrencyRate |
HasCurrency.getCurrencyRateComposite(java.lang.String homeCurrency,
java.lang.String rateType,
java.lang.String sourceCurrency,
java.util.Date date)
Gets the composite exchange rate between the specified currencies |
CurrencyRate |
HasCurrency.getCurrencyRateFloating(java.lang.String homeCurrency,
java.lang.String rateType,
java.lang.String sourceCurrency,
java.util.Date date)
Gets the floating exchange rate between the specified currencies, that is the exchange rate between the block master currencies (or the actual currency if it is not a member of a currency block). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |