Holger's
Java API

Uses of Class
com.antelmann.timeregister.PunchDataAnalyzer

Packages that use PunchDataAnalyzer
com.antelmann.timeregister This package contains classes that implement a time register solution for a small business. 
 

Uses of PunchDataAnalyzer in com.antelmann.timeregister
 

Methods in com.antelmann.timeregister that return PunchDataAnalyzer
 PunchDataAnalyzer JPunchDataAnalyzer.getAnalyzer()
           
 PunchDataAnalyzer SQLPunchDB.getPunchData(User user, Date from, Date until, String location, String activity)
           
 PunchDataAnalyzer RemotePunchDBClient.getPunchData(User user, Date from, Date until, String location, String activity)
           
 PunchDataAnalyzer PunchDBClient.getPunchData(User user, Date from, Date until, String location, String activity)
           
 PunchDataAnalyzer PunchDB.getPunchData(User user, Date from, Date until, String location, String activity)
          retrieves the relevant set of Punchdata objects in a PunchDataAnalyzer
 PunchDataAnalyzer PunchDataAnalyzer.getPunchData(User user, Date from, Date until, String location, String activity)
           
 PunchDataAnalyzer FilePunchDB.getPunchData(User user, Date after, Date before, String location, String activity)
          retrieves the relevant set of Punchdata objects
 PunchDataAnalyzer RemotePunchDBImpl.remoteRetrievePunchData(User user, Date from, Date until, String location, String activity)
           
 PunchDataAnalyzer RemotePunchDB.remoteRetrievePunchData(User user, Date from, Date until, String location, String activity)
           
 

Methods in com.antelmann.timeregister with parameters of type PunchDataAnalyzer
 void PunchDataAnalyzer.addAll(PunchDataAnalyzer analyzer)
           
 void PunchTableModel.update(PunchDataAnalyzer analyzer)
           
 

Constructors in com.antelmann.timeregister with parameters of type PunchDataAnalyzer
JPunchDataAnalyzer(PunchDataAnalyzer analyzer, User employee)
          uses the beginning of the current week as the workBeginDate by default
JPunchDataAnalyzer(PunchDataAnalyzer analyzer, User employee, Date workBeginDate)
           
PunchDataAnalyzer(PunchDataAnalyzer analyzer)
           
PunchTableModel(PunchDataAnalyzer analyzer)
           
 



(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads