Uses of Interface
com.broadleafcommerce.pricing.service.CurrencyConversionService
-
Packages that use CurrencyConversionService Package Description com.broadleafcommerce.pricing.service com.broadleafcommerce.pricing.service.autoconfigure -
-
Uses of CurrencyConversionService in com.broadleafcommerce.pricing.service
Classes in com.broadleafcommerce.pricing.service that implement CurrencyConversionService Modifier and Type Class Description class
DefaultCurrencyConversionService
Implementation ofCurrencyConversionService
that relies on an implementation of ExchangeRateService and provides a mapping from and to for each item included in the ExchangeRateServiceclass
NoOpCurrencyConversionService
Implementation ofCurrencyConversionService
that does nothing it always returns false forNoOpCurrencyConversionService.canCovert(CurrencyUnit, CurrencyUnit)
and errors if convert is called.Methods in com.broadleafcommerce.pricing.service that return CurrencyConversionService Modifier and Type Method Description protected CurrencyConversionService
DefaultPriceListFilterService. getCurrencyConversionService()
Constructors in com.broadleafcommerce.pricing.service with parameters of type CurrencyConversionService Constructor Description DefaultPriceListFilterService(com.broadleafcommerce.rulesengine.expression.service.RuleEvaluationService ruleEvaluationService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, CurrencyUtils currencyUtils, UserTargetFilterService userTargetFilterService, CurrencyConversionService currencyConversionService)
-
Uses of CurrencyConversionService in com.broadleafcommerce.pricing.service.autoconfigure
Methods in com.broadleafcommerce.pricing.service.autoconfigure that return CurrencyConversionService Modifier and Type Method Description CurrencyConversionService
PricingServiceAutoConfiguration. currencyConversionService()
-