Uses of Interface
com.broadleafcommerce.pricing.service.CurrencyConversionService
Packages that use CurrencyConversionService
Package
Description
-
Uses of CurrencyConversionService in com.broadleafcommerce.pricing.service
Classes in com.broadleafcommerce.pricing.service that implement CurrencyConversionServiceModifier and TypeClassDescriptionclass
Implementation ofCurrencyConversionService
that relies on an implementation of ExchangeRateService and provides a mapping from and to for each item included in the ExchangeRateServiceclass
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 CurrencyConversionServiceModifier and TypeMethodDescriptionprotected CurrencyConversionService
DefaultPriceListFilterService.getCurrencyConversionService()
Constructors in com.broadleafcommerce.pricing.service with parameters of type CurrencyConversionServiceModifierConstructorDescriptionDefaultPriceListFilterService
(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