Package com.broadleafcommerce.pricing.service
package com.broadleafcommerce.pricing.service
-
ClassDescriptionImplementations of this service provide support for reducing the user targets that are involved in pricing with the goal of increasing the caching of
PriceList
related queries.Implementations of this service provide support for currency conversions.Implementation ofCurrencyConversionService
that relies on an implementation of ExchangeRateService and provides a mapping from and to for each item included in the ExchangeRateServiceDefaultPriceDataService<P extends PriceData>DefaultPriceListService<P extends PriceList>Implementation ofCurrencyConversionService
that does nothing it always returns false forNoOpCurrencyConversionService.canCovert(CurrencyUnit, CurrencyUnit)
and errors if convert is called.PriceDataService<P extends PriceData>Base service API forPriceData
.This service provides access to pricing info forPriceContexts
.Service for retrieving filtered price lists based on context.PriceListService<P extends PriceList>Base service API forPriceList
s.Implementations of this service provide support for reducing the user targets that are involved in pricing with the goal of increasing the caching ofPriceList
related queries.