Interface AnalyticsService
-
- All Known Implementing Classes:
AnalyticsServiceImpl
public interface AnalyticsServiceThe analytics service retrieves an analytics document.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnalyticsDocumentgetAnalyticData(java.lang.String configId)Retrieves the analytic documentbooleanisActive()Indicates whether the underlying analytical provider is active
-
-
-
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
-
-