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 ExchangeRateInfo
ConfigurationExchangeRateInfoProvider. getExchangeRateInfo()
ExchangeRateInfo
ConfigurationExchangeRateInfoProvider. getLatestExchangeRates(Optional<String> baseCurrency)
Implementation that reads the ExchangeRateInfo object from a properties file.ExchangeRateInfo
ExchangeRateApiInfoProvider. getLatestExchangeRates(Optional<String> requestedBaseCurrency)
ExchangeRateInfo
ExchangeRateInfoProvider. getLatestExchangeRates(Optional<String> baseCurrency)
Called by CurrencyConversionService.Methods in com.broadleafcommerce.pricing.provider.exchangerate with parameters of type ExchangeRateInfo Modifier and Type Method Description void
ConfigurationExchangeRateInfoProvider. 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 void
DefaultCurrencyConversionService. populateBaseExchangeRates(ExchangeRateInfo exchangeRateInfo, Map<javax.money.CurrencyUnit,javax.money.convert.ExchangeRate> rates)
-