Interface FindDiscountValuesStrategy

All Superinterfaces:
ServiceLayerOnlyCalculationVerifier
All Known Implementing Classes:
BundleCurrentFactoryFindPricingStrategy, DefaultSLFindDiscountValuesStrategy, DefaultSLFindOrderDiscountValuesStrategy, FindBundlePricingWithCurrentPriceFactoryStrategy, FindOrderDiscountValuesStrategy, FindPricingWithCurrentPriceFactoryStrategy, FindSubscriptionPricingWithCurrentPriceFactoryStrategy, TestPriceFactory

public interface FindDiscountValuesStrategy extends ServiceLayerOnlyCalculationVerifier
Strategy focuses on resolving DiscountValues for the order (global discounts), or for the order entry. Implement the interface and inject a list of such strategies into the DefaultCalculationService if you want the order calculation process to take into account all the returned discounts.