Class SimplePricingProviderMockImpl

java.lang.Object
de.hybris.platform.sap.productconfig.runtime.mock.provider.impl.SimplePricingProviderMockImpl
All Implemented Interfaces:
PricingProvider

public class SimplePricingProviderMockImpl extends Object implements PricingProvider
Simple pricing provider that ensures that the mock can determine prices that are stored in the configuration model and later taken from there in asynchronous pricing calls. This class is not meant for productive usage but just show-cases the pricing integration into product configuration. It is also used for integration testing.
  • Constructor Details

    • SimplePricingProviderMockImpl

      public SimplePricingProviderMockImpl()
  • Method Details