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
(Date date, Currency currency) Gets the selling rate.Money.getBuyingRate
(Date date, Currency currency, SystemEntity systemEntity) Gets the buying rate.static Rate
Money.getBuyingRate
(Date date, Currency from, Currency to) Gets the selling rate.static Rate
Money.getBuyingRate
(Date date, Currency from, Currency to, SystemEntity systemEntity) Gets the buying rate.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.InventoryGRN.getExchangeRate()
Money.getExchangeRate
(Date date, Currency currency) Gets the exchange rate (average of selling rate and buying rate).Money.getExchangeRate
(Date date, Currency currency, SystemEntity systemEntity) Gets the exchange rate (average of selling rate and buying rate).static Rate
Money.getExchangeRate
(Date date, Currency from, Currency to) Gets the exchange rate (average of selling rate and buying rate).static Rate
Money.getExchangeRate
(Date date, Currency from, Currency to, SystemEntity systemEntity) Gets the exchange rate (average of selling rate and 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
(Date date, Currency currency) Gets the selling rate.Money.getSellingRate
(Date date, Currency currency, SystemEntity systemEntity) Gets the selling rate.static Rate
Money.getSellingRate
(Date date, Currency from, Currency to) Gets the selling rate.static Rate
Money.getSellingRate
(Date date, Currency from, Currency to, SystemEntity systemEntity) Gets the selling rate.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 TypeMethodDescriptionInventoryPO.createGRN
(Transaction transaction, Map<Id, Quantity> quantities, InventoryGRN grn, String invoiceNumber, Date invoiceDate, Rate exchangeRate) Create a GRN for this PO.Money.percentage
(Rate percentage) Calculate the percentage.void
CurrencyRate.setBuyingRate
(Rate buyingRate) void
ExchangeRate.setBuyingRate
(Rate buyingRate) void
InventoryGRN.setExchangeRate
(Rate exchangeRate) 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 multiplying with the given "exchange rate".Money.toLocal
(Rate exchangeRate, TransactionManager tm) Convert this monetary value to the equivalent in local currency by multiplying with 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