Uses of Class
mondrian.util.Schedule
Packages that use Schedule
- 
Uses of Schedule in mondrian.util
Methods in mondrian.util that return ScheduleModifier and TypeMethodDescriptionstatic ScheduleSchedule.createDaily(Date begin, Date end, TimeZone tz, Time timeOfDay, int period) Creates a calendar which fires every day.static ScheduleSchedule.createMonthlyByDay(Date begin, Date end, TimeZone tz, Time timeOfDay, int period, int daysOfMonthBitmap) Creates a calendar which fires on particular days of each month.static ScheduleSchedule.createMonthlyByWeek(Date begin, Date end, TimeZone tz, Time timeOfDay, int period, int daysOfWeekBitmap, int weeksOfMonthBitmap) Creates a calendar which fires on particular days of particular weeks of a month.static ScheduleSchedule.createOnce(Date date, TimeZone tz) Creates a calendar which fires only once.static ScheduleSchedule.createWeekly(Date begin, Date end, TimeZone tz, Time timeOfDay, int period, int daysOfWeekBitmap) Creates a calendar which fires on particular days each week.