Uses of Class
com.sas.hls.schedule.exception.ScheduleNotFoundException

Packages that use ScheduleNotFoundException
com.sas.hls.schedule Service and class definitions for managing schedules. 
 

Uses of ScheduleNotFoundException in com.sas.hls.schedule
 

Methods in com.sas.hls.schedule that throw ScheduleNotFoundException
 void ScheduleService.deleteSchedule(ScheduleDescriptor schedule)
          Deletes the specified schedule
 Schedule ScheduleService.getScheduleByDescriptor(ScheduleDescriptor schedule)
          Get the full client representation of a schedule from their scheduleDescriptor.
 void ScheduleService.pauseSchedule(ScheduleDescriptor schedule)
          Pauses the specified schedule.
 void ScheduleService.resumeSchedule(ScheduleDescriptor schedule)
          Resumes the specified schedule
 Schedule ScheduleService.updateSchedule(Schedule schedule)
          Updates the specified schedule
 



Copyright (c) 2013, SAS Institute Inc., Cary, NC, USA