Holger's
Java API

Uses of Class
com.antelmann.calendar.HolidayCalendar

Packages that use HolidayCalendar
com.antelmann.calendar This package contains classes for implementing calendar and time related solutions. 
com.antelmann.timeregister This package contains classes that implement a time register solution for a small business. 
 

Uses of HolidayCalendar in com.antelmann.calendar
 

Methods in com.antelmann.calendar that return HolidayCalendar
 HolidayCalendar JHolidayList.getHolidayCalendar()
           
 

Constructors in com.antelmann.calendar with parameters of type HolidayCalendar
JHolidayList(HolidayCalendar holidays)
           
 

Uses of HolidayCalendar in com.antelmann.timeregister
 

Methods in com.antelmann.timeregister that return HolidayCalendar
 HolidayCalendar SQLPunchDB.getHolidays()
           
 HolidayCalendar PunchDBClient.getHolidays()
           
 HolidayCalendar PunchAdminDB.getHolidays()
           
 

Methods in com.antelmann.timeregister with parameters of type HolidayCalendar
 long WorkUnitValidator.getHolidayTime(HolidayCalendar holidays, Date begin, Date end)
          returns the net working time that falls on a holiday according to this schedule within the given limits.
 



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