Class FindPricingWithCurrentPriceFactoryStrategy

All Implemented Interfaces:
FindDiscountValuesStrategy, FindPriceStrategy, FindTaxValuesStrategy, ServiceLayerOnlyCalculationVerifier, UserNetCheckingStrategy, Serializable, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
Direct Known Subclasses:
BundleCurrentFactoryFindPricingStrategy, FindSubscriptionPricingWithCurrentPriceFactoryStrategy

public class FindPricingWithCurrentPriceFactoryStrategy extends AbstractBusinessService implements FindPriceStrategy, FindDiscountValuesStrategy, FindTaxValuesStrategy, UserNetCheckingStrategy, org.springframework.context.ApplicationContextAware
Default implementation of price, taxes and discounts resolver strategies (FindPriceStrategy, FindDiscountValuesStrategy, FindTaxValuesStrategy) that resolves values for calculation from current session's price factory. If no session price factory is set it uses OrderManager.getPriceFactory() which will retrieve the default one according to system settings.
See Also: