|
jWorkSheet release 0.90 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ponec.jworksheet.report.SuperReport net.ponec.jworksheet.report.ReportAttendance
public class ReportAttendance
Days Report
Field Summary | |
---|---|
protected WorkDay |
lastWorkDay
Last WorkDay. |
protected java.lang.StringBuilder |
repBody
Report body |
protected ReportA |
report
Last report |
Fields inherited from class net.ponec.jworksheet.report.SuperReport |
---|
applContext, dateFrom, dateTo, reportTitle, workDayCount |
Constructor Summary | |
---|---|
ReportAttendance()
|
Method Summary | |
---|---|
void |
calculate(WorkDay workDay,
Event event)
Calculate required times. |
java.lang.String |
print()
Print the result in HTML report. |
void |
printHeader(java.lang.StringBuilder sb)
Print the data result |
Methods inherited from class net.ponec.jworksheet.report.SuperReport |
---|
escape, formatTime, formatTimeZero, getApplContext, getReport, getText, getWorkDayCount, init, init, isDayOff, printFilter, printTableBeg, printTableEnd |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected WorkDay lastWorkDay
protected ReportA report
protected java.lang.StringBuilder repBody
Constructor Detail |
---|
public ReportAttendance()
Method Detail |
---|
public void calculate(WorkDay workDay, Event event)
Calculator
public java.lang.String print() throws java.io.IOException
Calculator
java.io.IOException
public void printHeader(java.lang.StringBuilder sb) throws java.io.IOException
sb
-
java.io.IOException
|
jWorkSheet release 0.90 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |