|
|||||||||
| 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.field.DriverReport
public class DriverReport
| 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 |
| Fields inherited from interface org.opengts.dbtools.DBRecordHandler |
|---|
DBRH_SAVE, DBRH_SAVE_LAST, DBRH_SAVE_LAST_STOP, DBRH_SAVE_STOP, DBRH_SKIP, DBRH_STOP |
| Constructor Summary | |
|---|---|
DriverReport(ReportEntry rptEntry,
RequestProperties reqState,
ReportDeviceList devList)
Motion Report Constructor |
|
| Method Summary | |
|---|---|
DBDataIterator |
getBodyDataIterator()
Creates and returns an iterator for the row data displayed in the body of this report. |
protected EventData[] |
getEventData(Device device,
DBRecordHandler rcdHandler)
Override 'getEventData' to reset selected status codes |
ReportLayout |
getReportLayout()
Gets the bound ReportLayout singleton instance for this report |
static ReportLayout |
GetReportLayout()
Gets the bound ReportLayout singleton instance for this report |
boolean |
getSupportsMapDisplay()
Returns true if this report supports displaying a map |
DBDataIterator |
getTotalsDataIterator()
Creates and returns an iterator for the row data displayed in the total rows of this report. |
int |
handleDBRecord(Driver rcd)
Custom DBRecord callback handler class |
void |
postInitialize()
Post report initialization |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DriverReport(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
protected EventData[] getEventData(Device device,
DBRecordHandler rcdHandler)
getEventData in class ReportDatadevice - The Device for which EventData records will be selectedrcdHandler - The DBRecordHandler
public boolean getSupportsMapDisplay()
getSupportsMapDisplay in class ReportDatapublic static ReportLayout GetReportLayout()
public ReportLayout getReportLayout()
getReportLayout in class ReportDatapublic DBDataIterator getBodyDataIterator()
getBodyDataIterator in class ReportDatapublic DBDataIterator getTotalsDataIterator()
getTotalsDataIterator in class ReportData
public int handleDBRecord(Driver rcd)
throws DBException
handleDBRecord in interface DBRecordHandler<Driver>rcd - The EventData record
DBException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||