AR System Java API

Uses of Class
com.bmc.arsys.api.CurrencyDetail

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

© Copyright 2006, 2007 BMC Software, Inc.