Uses of Class
com.broadleafcommerce.pricing.domain.CurrencyInfo
-
Uses of CurrencyInfo in com.broadleafcommerce.pricing.domain
Modifier and TypeMethodDescriptionstatic CurrencyInfo
CurrencyInfo.getInstance
(javax.money.CurrencyUnit fallbackCurrency, javax.money.CurrencyUnit requestedCurrency) -
Uses of CurrencyInfo in com.broadleafcommerce.pricing.service
Modifier and TypeMethodDescriptionprotected CurrencyInfo
DefaultPriceListFilterService.buildCurrenciesInfoForRequest
(com.broadleafcommerce.pricing.client.domain.context.PriceContext priceContext, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Returns the requested and fallback currencies based on the request and on the system defaults.Modifier and TypeMethodDescriptionvoid
DefaultPriceListFilterService.filterPriceListsUsingCurrencyInfo
(List<? extends PriceList> initialList, CurrencyInfo currencyInfo) Filter price lists based on currency.