Interface AnalyticsProvider

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      AnalyticsDocument getPopularity​(ConfigModel config)
      Provides AnalyticsDocument object, which contains popularity information for the given ConfigModel Retrieves if present current total price, base price and selected options price
      boolean isActive()
      Indicates whether the product configuration intelligence provider is active
    • Method Detail

      • getPopularity

        AnalyticsDocument getPopularity​(ConfigModel config)
        Provides AnalyticsDocument object, which contains popularity information for the given ConfigModel Retrieves if present current total price, base price and selected options price
        Parameters:
        config - configuration model for which popularity should be retrieved
        Returns:
        analytics document
      • isActive

        boolean isActive()
        Indicates whether the product configuration intelligence provider is active
        Returns:
        true if product configuration intelligence provider is active in the implementation