Uses of Class
com.broadleafcommerce.pricing.domain.CurrencyInfo
Packages that use CurrencyInfo
- 
Uses of CurrencyInfo in com.broadleafcommerce.pricing.domain
Methods in com.broadleafcommerce.pricing.domain that return CurrencyInfoModifier and TypeMethodDescriptionstatic CurrencyInfoCurrencyInfo.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 CurrencyInfoModifier and TypeMethodDescriptionprotected CurrencyInfoDefaultPriceListFilterService.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 CurrencyInfoModifier and TypeMethodDescriptionvoidDefaultPriceListFilterService.filterPriceListsUsingCurrencyInfo(List<? extends PriceList> initialList, CurrencyInfo currencyInfo) Filter price lists based on currency.