public interface CalendarService
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<CalendarDef> |
getAllCalendarDefs() |
org.quartz.Calendar |
getCalendar(long calendarId) |
Collection<CalendarDate> |
getCalendarDate(long calendarId) |
CalendarDef |
getCalendarDef(long calendarId) |
Collection<CalendarDef> getAllCalendarDefs()
CalendarDef getCalendarDef(long calendarId)
Collection<CalendarDate> getCalendarDate(long calendarId)
org.quartz.Calendar getCalendar(long calendarId)
Copyright © 2019 Bstek. All rights reserved.