Uses of Interface
to.etc.domui.component.agenda.ScheduleHoliday

Packages that use ScheduleHoliday
to.etc.domui.component.agenda   
 

Uses of ScheduleHoliday in to.etc.domui.component.agenda
 

Classes in to.etc.domui.component.agenda that implement ScheduleHoliday
 class BasicScheduleHoliday
           
 

Methods in to.etc.domui.component.agenda that return types with arguments of type ScheduleHoliday
 java.util.List<ScheduleHoliday> ScheduleModel.getScheduleHolidays(java.util.Date start, java.util.Date end)
          Returns a list of holidays in the given period.
 java.util.List<ScheduleHoliday> BasicScheduleModel.getScheduleHolidays(java.util.Date start, java.util.Date end)
           
 

Methods in to.etc.domui.component.agenda with parameters of type ScheduleHoliday
 void BasicScheduleModel.addHoliday(ScheduleHoliday h)