Uses of Class
com.broadleafcommerce.pricing.domain.ExchangeRateInfo
-
Packages that use ExchangeRateInfo Package Description com.broadleafcommerce.pricing.provider.exchangerate com.broadleafcommerce.pricing.service -
-
Uses of ExchangeRateInfo in com.broadleafcommerce.pricing.provider.exchangerate
Methods in com.broadleafcommerce.pricing.provider.exchangerate that return ExchangeRateInfo Modifier and Type Method Description ExchangeRateInfoConfigurationExchangeRateInfoProvider. getExchangeRateInfo()ExchangeRateInfoConfigurationExchangeRateInfoProvider. getLatestExchangeRates(Optional<String> baseCurrency)Implementation that reads the ExchangeRateInfo object from a properties file.ExchangeRateInfoExchangeRateApiInfoProvider. getLatestExchangeRates(Optional<String> requestedBaseCurrency)ExchangeRateInfoExchangeRateInfoProvider. getLatestExchangeRates(Optional<String> baseCurrency)Called by CurrencyConversionService.Methods in com.broadleafcommerce.pricing.provider.exchangerate with parameters of type ExchangeRateInfo Modifier and Type Method Description voidConfigurationExchangeRateInfoProvider. setExchangeRateInfo(ExchangeRateInfo exchangeRateInfo) -
Uses of ExchangeRateInfo in com.broadleafcommerce.pricing.service
Methods in com.broadleafcommerce.pricing.service with parameters of type ExchangeRateInfo Modifier and Type Method Description protected voidDefaultCurrencyConversionService. populateBaseExchangeRates(ExchangeRateInfo exchangeRateInfo, Map<javax.money.CurrencyUnit,javax.money.convert.ExchangeRate> rates)
-