Interface AnalyticsService

  • All Known Implementing Classes:
    AnalyticsServiceImpl

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

      • getAnalyticData

        AnalyticsDocument getAnalyticData​(java.lang.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