Class RecordStatsGenerator.RecordsStats
- java.lang.Object
-
- org.openforis.collect.web.controller.RecordStatsGenerator.RecordsStats
-
- Enclosing class:
- RecordStatsGenerator
public static class RecordStatsGenerator.RecordsStats extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static RecordStatsGenerator.RecordsStatsEMPTY
-
Constructor Summary
Constructors Constructor Description RecordsStats(Date[] period)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfinalize()Map<Integer,RecordStatsGenerator.PointStats>getDailyStats()Map<Integer,RecordStatsGenerator.PointStats>getMonthlyStats()RecordStatsGenerator.PointStatsgetOrCreateDailyStats(Date date)Date[]getPeriod()Map<Integer,RecordStatsGenerator.PointStats>getYearlyStats()
-
-
-
Field Detail
-
EMPTY
public static final RecordStatsGenerator.RecordsStats EMPTY
-
-
Constructor Detail
-
RecordsStats
public RecordsStats(Date[] period)
-
-
Method Detail
-
getOrCreateDailyStats
public RecordStatsGenerator.PointStats getOrCreateDailyStats(Date date)
-
getPeriod
public Date[] getPeriod()
-
getDailyStats
public Map<Integer,RecordStatsGenerator.PointStats> getDailyStats()
-
getMonthlyStats
public Map<Integer,RecordStatsGenerator.PointStats> getMonthlyStats()
-
getYearlyStats
public Map<Integer,RecordStatsGenerator.PointStats> getYearlyStats()
-
-