|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.opengts.war.report.ReportData org.opengts.war.report.event.EventDetailReport org.opengts.extra.war.report.event.EngineThermoReport
public class EngineThermoReport
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 | |
---|---|
EngineThermoReport(ReportEntry rptEntry,
RequestProperties reqState,
ReportDeviceList devList)
Event Detail Report Constructor |
Method Summary | |
---|---|
void |
_writeJavaScript(java.io.PrintWriter pw,
RequestProperties reqState)
Writes the Graph JavaScript to the HTTP stream |
DBDataIterator |
getBodyDataIterator()
Creates and returns an iterator for the row data displayed in the body of this report. |
MapDimension |
getGraphWindowSize()
Graph window size |
boolean |
getSupportsGraphDisplay()
Returns true if this report supports displaying a graph |
void |
postInitialize()
Post report initialization |
void |
writeHtmlBody(java.io.PrintWriter pw,
RequestProperties reqState)
Writes the HTML body |
void |
writeJavaScript(java.io.PrintWriter pw,
RequestProperties reqState)
Writes the required JavaScript |
Methods inherited from class org.opengts.war.report.event.EventDetailReport |
---|
getReportLayout, GetReportLayout, getSupportsKmlDisplay, getSupportsMapDisplay, getTotalsDataIterator, isSingleDeviceOnly |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EngineThermoReport(ReportEntry rptEntry, RequestProperties reqState, ReportDeviceList devList) throws ReportException
rptEntry
- The ReportEntry that generated this reportreqState
- The session RequestProperties instancedevList
- The list of devices
ReportException
Method Detail |
---|
public void postInitialize()
postInitialize
in class ReportData
public DBDataIterator getBodyDataIterator()
getBodyDataIterator
in class EventDetailReport
public boolean getSupportsGraphDisplay()
getSupportsGraphDisplay
in class ReportData
public MapDimension getGraphWindowSize()
getGraphWindowSize
in class ReportData
public void writeJavaScript(java.io.PrintWriter pw, RequestProperties reqState)
writeJavaScript
in class ReportData
public void writeHtmlBody(java.io.PrintWriter pw, RequestProperties reqState)
writeHtmlBody
in class ReportData
public void _writeJavaScript(java.io.PrintWriter pw, RequestProperties reqState) throws java.lang.Exception
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |