Uses of Class
com.broadleafcommerce.pricing.domain.ExchangeRateInfo
Packages that use ExchangeRateInfo
Package
Description
-
Uses of ExchangeRateInfo in com.broadleafcommerce.pricing.provider.exchangerate
Methods in com.broadleafcommerce.pricing.provider.exchangerate that return ExchangeRateInfoModifier and TypeMethodDescriptionConfigurationExchangeRateInfoProvider.getExchangeRateInfo()
ConfigurationExchangeRateInfoProvider.getLatestExchangeRates
(Optional<String> baseCurrency) Implementation that reads the ExchangeRateInfo object from a properties file.ExchangeRateApiInfoProvider.getLatestExchangeRates
(Optional<String> requestedBaseCurrency) ExchangeRateInfoProvider.getLatestExchangeRates
(Optional<String> baseCurrency) Called by CurrencyConversionService.Methods in com.broadleafcommerce.pricing.provider.exchangerate with parameters of type ExchangeRateInfoModifier and TypeMethodDescriptionvoid
ConfigurationExchangeRateInfoProvider.setExchangeRateInfo
(ExchangeRateInfo exchangeRateInfo) -
Uses of ExchangeRateInfo in com.broadleafcommerce.pricing.service
Methods in com.broadleafcommerce.pricing.service with parameters of type ExchangeRateInfoModifier and TypeMethodDescriptionprotected void
DefaultCurrencyConversionService.populateBaseExchangeRates
(ExchangeRateInfo exchangeRateInfo, Map<javax.money.CurrencyUnit, javax.money.convert.ExchangeRate> rates)