public class CalendarServiceImpl extends Object implements CalendarService
BEAN_ID| 构造器和说明 |
|---|
CalendarServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<CalendarDef> |
getAllCalendarDefs() |
org.quartz.Calendar |
getCalendar(long calendarId) |
Collection<CalendarDate> |
getCalendarDate(long calendarId) |
CalendarDef |
getCalendarDef(long calendarId) |
CommandService |
getCommandService() |
void |
setCommandService(CommandService commandService) |
public Collection<CalendarDef> getAllCalendarDefs()
getAllCalendarDefs 在接口中 CalendarServicepublic CalendarDef getCalendarDef(long calendarId)
getCalendarDef 在接口中 CalendarServicepublic Collection<CalendarDate> getCalendarDate(long calendarId)
getCalendarDate 在接口中 CalendarServicepublic org.quartz.Calendar getCalendar(long calendarId)
getCalendar 在接口中 CalendarServicepublic CommandService getCommandService()
public void setCommandService(CommandService commandService)
Copyright © 2019 Bstek. All rights reserved.