Holger's
Java API

Uses of Class
com.antelmann.calendar.Holiday

Packages that use Holiday
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 Holiday in com.antelmann.calendar
 

Methods in com.antelmann.calendar that return types with arguments of type Holiday
 SortedSet<Holiday> HolidayCalendar.getHolidays()
          returns an unmodifiable view of all holidays
 SortedSet<Holiday> HolidayCalendar.getHolidays(Date date)
          returns the holidays for the given day
 SortedSet<Holiday> HolidayCalendar.getHolidays(Date from, Date until)
          returns all holidays within the given range (inclusive day begin from, exclusive until)
 

Methods in com.antelmann.calendar with parameters of type Holiday
 boolean HolidayCalendar.addHoliday(Holiday holiday)
           
 int Holiday.compareTo(Holiday h)
          based on the date
 void JHolidayList.DataChangeListener.holidayAdded(Holiday h)
           
 void JHolidayList.DataChangeListener.holidayDeleted(Holiday[] h)
           
 boolean HolidayCalendar.removeHoliday(Holiday holiday)
           
 

Uses of Holiday in com.antelmann.timeregister
 

Methods in com.antelmann.timeregister with parameters of type Holiday
 void SQLPunchDB.delete(Holiday h)
           
 void PunchDBClient.delete(Holiday h)
           
 void PunchAdminDB.delete(Holiday h)
           
 void SQLPunchDB.insert(Holiday h)
           
 void PunchDBClient.insert(Holiday h)
           
 void PunchAdminDB.insert(Holiday h)
           
 



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