Class DummyAnalyticsProvider

java.lang.Object
de.hybris.platform.sap.productconfig.runtime.interf.impl.DummyAnalyticsProvider
All Implemented Interfaces:
AnalyticsProvider

public class DummyAnalyticsProvider extends Object implements AnalyticsProvider
  • Constructor Details

    • DummyAnalyticsProvider

      public DummyAnalyticsProvider()
  • Method Details

    • getPopularity

      public AnalyticsDocument getPopularity(ConfigModel config)
      Description copied from interface: AnalyticsProvider
      Provides AnalyticsDocument object, which contains popularity information for the given ConfigModel Retrieves if present current total price, base price and selected options price
      Specified by:
      getPopularity in interface AnalyticsProvider
      Parameters:
      config - configuration model for which popularity should be retrieved
      Returns:
      analytics document
    • isActive

      public boolean isActive()
      Description copied from interface: AnalyticsProvider
      Indicates whether the product configuration intelligence provider is active
      Specified by:
      isActive in interface AnalyticsProvider
      Returns:
      true if product configuration intelligence provider is active in the implementation