Interface ServiceLayerOnlyCalculationVerifier

All Known Subinterfaces:
FindDeliveryCostStrategy, FindDiscountValuesStrategy, FindPaymentCostStrategy, FindPriceHook, FindPriceStrategy, FindTaxValuesStrategy
All Known Implementing Classes:
BundleCurrentFactoryFindPricingStrategy, ChineseFindDeliveryCostStrategy, ChineseSLFindDeliveryCostStrategy, DefaultFindDeliveryCostStrategy, DefaultFindPaymentCostStrategy, DefaultProductConfigFindPriceHook, DefaultSLFindDeliveryCostStrategy, DefaultSLFindDiscountValuesStrategy, DefaultSLFindOrderDiscountValuesStrategy, DefaultSLFindPaymentCostStrategy, DefaultSLFindPriceStrategy, DefaultSLFindTaxValuesStrategy, FindBundlePricingWithCurrentPriceFactoryStrategy, FindOrderDiscountValuesStrategy, FindPricingWithCurrentPriceFactoryStrategy, FindSubscriptionPricingWithCurrentPriceFactoryStrategy, SubscriptionPriceFindPriceHook, TestPriceFactory

public interface ServiceLayerOnlyCalculationVerifier
An interface for marking service layer only calculation strategies.
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    Implement this and return true if you are using only service-layer models
  • Method Details

    • isSLOnly

      default boolean isSLOnly()
      Implement this and return true if you are using only service-layer models
      Returns:
      true, if only service-layer models are used