Uses of Class
com.storedobject.core.Rate
Packages that use Rate
Package
Description
-
Uses of Rate in com.storedobject.accounts
Methods in com.storedobject.accounts that return RateMethods in com.storedobject.accounts with parameters of type Rate -
Uses of Rate in com.storedobject.core
Fields in com.storedobject.core declared as RateMethods in com.storedobject.core that return RateModifier and TypeMethodDescriptionRate.average
(BigDecimal another) static Rate
CurrencyRate.getBuyingRate()
CurrencyRateProvider.getBuyingRate()
ExchangeRate.getBuyingRate()
Money.getBuyingRate
(Currency currency) Gets the selling rate.Money.getBuyingRate
(Currency currency, SystemEntity systemEntity) Gets the buying rate.static Rate
Money.getBuyingRate
(Currency from, Currency to) Gets the selling rate.static Rate
Money.getBuyingRate
(Currency from, Currency to, SystemEntity systemEntity) Gets the buying rate.Money.getExchangeRate
(Currency currency) Gets the exchange rate (average of selling rate and buying rate).Money.getExchangeRate
(Currency currency, SystemEntity systemEntity) Gets the exchange rate (average of selling rate and buying rate).static Rate
Money.getExchangeRate
(Currency from, Currency to) Gets the exchange rate (average of selling rate and buying rate).static Rate
Money.getExchangeRate
(Currency from, Currency to, SystemEntity systemEntity) Gets the exchange rate (average of selling rate and buying rate).CurrencyRate.getRate()
default Rate
CurrencyRateProvider.getRate()
ExchangeRate.getRate()
CurrencyRate.getSellingRate()
CurrencyRateProvider.getSellingRate()
ExchangeRate.getSellingRate()
Money.getSellingRate
(Currency currency) Gets the selling rate.Money.getSellingRate
(Currency currency, SystemEntity systemEntity) Gets the selling rate.static Rate
Money.getSellingRate
(Currency from, Currency to) Gets the selling rate.static Rate
Money.getSellingRate
(Currency from, Currency to, SystemEntity systemEntity) Gets the selling rate.Rate.reverse()
Methods in com.storedobject.core with parameters of type RateModifier and TypeMethodDescriptionDivide the amount with an "exchange rate" to convert it into another currency value.Divide the amount with a rateMultiply the amount with a rateMoney.percentage
(Rate percentage) Calculate the percentage.void
CurrencyRate.setBuyingRate
(Rate buyingRate) void
ExchangeRate.setBuyingRate
(Rate buyingRate) void
CurrencyRate.setSellingRate
(Rate sellingRate) void
ExchangeRate.setSellingRate
(Rate sellingRate) Money.toLocal
(Rate exchangeRate, SystemEntity systemEntity) Convert this monetary value to the equivalent in local currency by applying the given "exchange rate".Money.toLocal
(Rate exchangeRate, TransactionManager tm) Convert this monetary value to the equivalent in local currency by applying the given "exchange rate".Constructors in com.storedobject.core with parameters of type Rate -
Uses of Rate in com.storedobject.core.converter
Methods in com.storedobject.core.converter that return RateMethods in com.storedobject.core.converter that return types with arguments of type Rate -
Uses of Rate in com.storedobject.ui
Constructors in com.storedobject.ui with parameters of type Rate