Holger's
Java API

Uses of Class
com.antelmann.timeregister.TimeUser

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

Uses of TimeUser in com.antelmann.timeregister
 

Methods in com.antelmann.timeregister that return TimeUser
protected  TimeUser SQLPunchDB.extractUser(ResultSet rs)
           
 

Methods in com.antelmann.timeregister that return types with arguments of type TimeUser
 Map<Object,TimeUser> SQLPunchDB.getUsers()
          uses TimeUser objects
 Map<Object,TimeUser> RemotePunchDBClient.getUsers()
           
 Map<Object,TimeUser> PunchDBClient.getUsers()
           
 Map<Object,TimeUser> PunchDB.getUsers()
          returns an unmodifiable view of the users, mapping the id to a TimeUser
 Map<Object,TimeUser> PunchDataAnalyzer.getUsers()
          returns a new set of all user ids available in this analyzer
 Map<Object,TimeUser> FilePunchDB.getUsers()
           
 

Methods in com.antelmann.timeregister with parameters of type TimeUser
 List<WorkUnit> WorkUnitAnalyzer.getWorkUnits(TimeUser user, Date beginFrom, Date beginUntil, String location)
          selects both dates inclusive
 

Method parameters in com.antelmann.timeregister with type arguments of type TimeUser
protected  List<WorkUnit> SQLPunchDB.extractUnits(ResultSet rs, Map<Object,TimeUser> users, Filter<WorkUnit> filter)
           
 



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