- 
Method Summary
void
   void
   boolean
 
Checks to see if the schedule named is active or not at the given time. 
 boolean
 
Checks to see if the schedule named is active or not at the given time. 
 void
   void
       
Returns the model of the named schedule 
 
Return a list of all defined schedules 
 boolean
 
Checks to see if there is a schedule with the given name. 
 void
   void
   
 
 
 
- 
Method Details
- 
checkScheduleChecks to see if the schedule named is active or not at the given time. If the schedule doesn't exist, false will
 be returned. 
- 
checkScheduleboolean checkSchedule(@Nullable
 String schedule,
 long date) Checks to see if the schedule named is active or not at the given time. If the schedule doesn't exist, false will
 be returned. 
- 
isScheduleDefinedboolean isScheduleDefined(String schedule) Checks to see if there is a schedule with the given name. Names are case insensitive. 
- 
getSchedulesReturn a list of all defined schedules 
- 
getScheduleModelReturns the model of the named schedule 
- 
- 
- 
- 
- 
- 
- 
-