Interface AggregatorConfiguration
-
@Role @Unstable public interface AggregatorConfigurationProvides a common interface for all the aggregator configurations.- Since:
- 1.0
- Version:
- $Id$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEndDate()End date of the time interval in case the user selected custom.StringgetStartDate()Start date of the time interval in case the user selected custom.StringgetTimeIntervalForStatistics()Time interval for the aggregated statistics: e.g.
-
-
-
Method Detail
-
getTimeIntervalForStatistics
String getTimeIntervalForStatistics()
Time interval for the aggregated statistics: e.g. current year,month, year or custom.- Returns:
- time interval to compute aggregated statistics.
-
getStartDate
String getStartDate()
Start date of the time interval in case the user selected custom.- Returns:
- stat date of the interval
-
getEndDate
String getEndDate()
End date of the time interval in case the user selected custom.- Returns:
- stat date of the interval
-
-