|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opengts.war.report.ReportData
org.opengts.extra.war.report.antx.AntxDayValueSummaryReport
public class AntxDayValueSummaryReport
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.opengts.war.report.ReportData |
|---|
ReportData.ArrayDataIterator, ReportData.ListDataIterator |
| Field Summary |
|---|
| Fields inherited from class org.opengts.war.report.ReportData |
|---|
CheckinAgeColorRangeDefault, CreationAgeColorRangeDefault, FORMAT_GRAPH, FORMAT_KML, FORMAT_MAP, FORMAT_PDF, GpsAgeColorRangeDefault, LoginAgeColorRangeDefault |
| Constructor Summary | |
|---|---|
AntxDayValueSummaryReport(ReportEntry rptEntry,
RequestProperties reqState,
ReportDeviceList devList)
|
|
| Method Summary | |
|---|---|
DBDataIterator |
getBodyDataIterator()
Gets the details data interator for this report. The subclass of this object must implement this method. For simple EventData record data, this method could simply return: new ArrayDataIterator(this.getEventData()); |
ReportLayout |
getReportLayout()
Gets the report layout |
DBDataIterator |
getTotalsDataIterator()
Gets the totals data interator for this report. The subclass of this object must implement this method. For simple EventData record data, this method may simply return null. |
void |
postInitialize()
This method is called after all other ReportConstraints have been set. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AntxDayValueSummaryReport(ReportEntry rptEntry,
RequestProperties reqState,
ReportDeviceList devList)
throws ReportException
ReportException| Method Detail |
|---|
public void postInitialize()
ReportData
postInitialize in class ReportDatapublic ReportLayout getReportLayout()
ReportData
getReportLayout in class ReportDatapublic DBDataIterator getBodyDataIterator()
ReportData
getBodyDataIterator in class ReportDatapublic DBDataIterator getTotalsDataIterator()
ReportData
getTotalsDataIterator in class ReportData
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||