All Known Implementing Classes:
AnalyticsServiceImpl

public interface AnalyticsService
The analytics service retrieves an analytics document.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the analytic document
    boolean
    Indicates whether the underlying analytical provider is active
  • Method Details

    • getAnalyticData

      AnalyticsDocument getAnalyticData(String configId)
      Retrieves the analytic document
      Parameters:
      configId - id of the configuration
      Returns:
      analytical data
    • isActive

      boolean isActive()
      Indicates whether the underlying analytical provider is active
      Returns:
      true if the underlying pricing provider is active