|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CurrencyDetail in com.bmc.arsys.api |
---|
Methods in com.bmc.arsys.api that return types with arguments of type CurrencyDetail | |
---|---|
List<CurrencyDetail> |
CurrencyFieldLimit.getAllowable()
Retrieves currency types that the server will allow user to enter |
List<CurrencyDetail> |
CurrencyFieldLimit.getFunctional()
Retrieves currency types that are always stored in the database |
Constructor parameters in com.bmc.arsys.api with type arguments of type CurrencyDetail | |
---|---|
CurrencyFieldLimit(BigDecimal lowLimit,
BigDecimal highLimit,
int precision,
List<CurrencyDetail> functional,
List<CurrencyDetail> allowable)
|
|
CurrencyFieldLimit(BigDecimal lowLimit,
BigDecimal highLimit,
int precision,
List<CurrencyDetail> functional,
List<CurrencyDetail> allowable)
|
|
CurrencyFieldLimit(String lowLimit,
String highLimit,
int precision,
List<CurrencyDetail> functional,
List<CurrencyDetail> allowable)
|
|
CurrencyFieldLimit(String lowLimit,
String highLimit,
int precision,
List<CurrencyDetail> functional,
List<CurrencyDetail> allowable)
|
|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |