Uses of Class
com.broadleafcommerce.pricing.domain.CurrencyInfo
-
Packages that use CurrencyInfo Package Description com.broadleafcommerce.pricing.domain com.broadleafcommerce.pricing.service -
-
Uses of CurrencyInfo in com.broadleafcommerce.pricing.domain
Methods in com.broadleafcommerce.pricing.domain that return CurrencyInfo Modifier and Type Method Description static CurrencyInfo
CurrencyInfo. getInstance(javax.money.CurrencyUnit fallbackCurrency, javax.money.CurrencyUnit requestedCurrency)
-
Uses of CurrencyInfo in com.broadleafcommerce.pricing.service
Methods in com.broadleafcommerce.pricing.service that return CurrencyInfo Modifier and Type Method Description protected 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.Methods in com.broadleafcommerce.pricing.service with parameters of type CurrencyInfo Modifier and Type Method Description void
DefaultPriceListFilterService. filterPriceListsUsingCurrencyInfo(List<? extends PriceList> initialList, CurrencyInfo currencyInfo)
Filter price lists based on currency.
-