org.opengts.extra.war.report.antx
Class AntxDailyReport

java.lang.Object
  extended by org.opengts.war.report.ReportData
      extended by org.opengts.extra.war.report.antx.AntxDailyReport

public class AntxDailyReport
extends ReportData


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
FORMAT_GRAPH, FORMAT_KML, FORMAT_MAP
 
Constructor Summary
AntxDailyReport(ReportEntry rptEntry, RequestProperties reqState, ReportDeviceList devList)
           
 
Method Summary
 DBDataIterator getBodyDataIterator()
           
 ReportLayout getReportLayout()
           
 DBDataIterator getTotalsDataIterator()
           
 void postInitialize()
          This method is called after all other ReportConstraints have been set.
 
Methods inherited from class org.opengts.war.report.ReportData
_countEventData, _getEventData, countEventData, expandHeaderText, getAccount, getAccountID, getAutoReportURL, getColumnCount, getDataRowTemplate, getDevice, getDeviceCount, getEventData, getEventData, getFirstDeviceID, getGraphLinkDescription, getGraphURL, getGraphWindowSize, getKmlLinkDescription, getKmlURL, getLocale, getMapIconSelector, getMapLinkDescription, getMapURL, getMapWindowSize, getMaximumEventDataCount, getOrderAscending, getPreferredFormat, getPrivateLabel, getProperties, getRefreshURL, getReportCallback, getReportColumns, getReportConstraints, getReportDeviceList, getReportEntry, getReportFactory, getReportLimit, getReportName, getReportOption, getReportSubtitle, getReportTitle, getReportType, getRequestProperties, getRuleSelector, getSelectionLimit, getSelectionLimitType, getStatusCodes, getSupportsGraphDisplay, getSupportsKmlDisplay, getSupportsMapDisplay, getTimeEnd, getTimeStart, getTimeZone, getTimeZoneString, getUser, getUserID, getValidGPSRequired, getWhereSelector, hasReportColumn, hasReportOption, isSingleDeviceOnly, isSoapRequest, setAutoReportURL, setGraphURL, setKmlURL, setMapIconSelector, setMapURL, setPreferredFormat, setRefreshURL, setReportCallback, setReportColumns, setReportConstraints, setReportDeviceList, setReportName, setReportOption, setReportSubtitle, setReportTitle, writeReport, writeReport, writeReportStyle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntxDailyReport

public AntxDailyReport(ReportEntry rptEntry,
                       RequestProperties reqState,
                       ReportDeviceList devList)
                throws ReportException
Throws:
ReportException
Method Detail

postInitialize

public void postInitialize()
Description copied from class: ReportData
This method is called after all other ReportConstraints have been set. The report has this opportunity to make any changes to the ReportConstraints before the report is actually generated

Overrides:
postInitialize in class ReportData

getReportLayout

public ReportLayout getReportLayout()
Specified by:
getReportLayout in class ReportData

getBodyDataIterator

public DBDataIterator getBodyDataIterator()
Specified by:
getBodyDataIterator in class ReportData

getTotalsDataIterator

public DBDataIterator getTotalsDataIterator()
Specified by:
getTotalsDataIterator in class ReportData