Interface AnalyticsService
- All Known Implementing Classes:
AnalyticsServiceImpl
public interface AnalyticsService
The analytics service retrieves an analytics document.
-
Method Summary
Modifier and TypeMethodDescriptiongetAnalyticData(String configId) Retrieves the analytic documentbooleanisActive()Indicates whether the underlying analytical provider is active
-
Method Details
-
getAnalyticData
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
-