|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Currency.BlockDateMatch | |
---|---|
com.sage.accpac.sm | Contains the classes that provide access to Sage Accpac ERP System Manager, as well as Sage Accpac ERP application features. |
Uses of Currency.BlockDateMatch in com.sage.accpac.sm |
---|
Methods in com.sage.accpac.sm that return Currency.BlockDateMatch | |
---|---|
static Currency.BlockDateMatch |
Currency.BlockDateMatch.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Currency.BlockDateMatch[] |
Currency.BlockDateMatch.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.sage.accpac.sm with parameters of type Currency.BlockDateMatch | |
---|---|
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. |
boolean |
CurrencyImpl.isBlockCombinationWith(java.lang.String other,
java.util.Date date,
Currency.BlockDateMatch match)
Determines if this currency is in the same block as the specified currency at the specified date |
boolean |
Currency.isBlockCombinationWith(java.lang.String other,
java.util.Date date,
Currency.BlockDateMatch match)
Determines if this currency is in the same block as the specified currency at the specified date |
boolean |
CurrencyImpl.isBlockMaster(java.util.Date date,
Currency.BlockDateMatch match)
Determines if the currency is a block master currency at the given date The value returned reflects the state of the underlying data when the call is made, not when the Currency object was constructed. |
boolean |
Currency.isBlockMaster(java.util.Date date,
Currency.BlockDateMatch match)
Determines if the currency is a block master currency at the given date The value returned reflects the state of the underlying data when the call is made, not when the Currency object was constructed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |