net.ponec.jworksheet.report
Class ReportAttendance

Package class diagram package ReportAttendance
java.lang.Object
  extended by net.ponec.jworksheet.report.SuperReport
      extended by net.ponec.jworksheet.report.ReportAttendance
All Implemented Interfaces:
Calculator

public class ReportAttendance
extends SuperReport

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

lastWorkDay

protected WorkDay lastWorkDay
Last WorkDay.


report

protected ReportA report
Last report


repBody

protected java.lang.StringBuilder repBody
Report body

Constructor Detail

ReportAttendance

public ReportAttendance()
Method Detail

calculate

public void calculate(WorkDay workDay,
                      Event event)
Description copied from interface: Calculator
Calculate required times.


print

public java.lang.String print()
                       throws java.io.IOException
Description copied from interface: Calculator
Print the result in HTML report.

Throws:
java.io.IOException

printHeader

public void printHeader(java.lang.StringBuilder sb)
                 throws java.io.IOException
Print the data result

Parameters:
sb -
Throws:
java.io.IOException


Copyright © 2007-2009 PPonec