Uses of Class
org.jasig.schedassist.SchedulingException

Packages that use SchedulingException
org.jasig.schedassist   
 

Uses of SchedulingException in org.jasig.schedassist
 

Subclasses of SchedulingException in org.jasig.schedassist
 class ConflictExistsException
          Exception that signals a conflict exists within the schedule.\ Most likely thrown when attempting to schedule an appointment and the time is no longer available.
 class MeetingLimitExceededException
          Subclass of SchedulingException thrown when a IScheduleVisitor attempts to create an appointment with a IScheduleOwner that has a defined meeting limit that the IScheduleVisitor has already met (or exceeds).
 class NoAppointmentExistsException
          SchedulingException triggered when an attempt to cancel an appointment that doesn't exist is made.
 

Methods in org.jasig.schedassist that throw SchedulingException
 void SchedulingAssistantService.cancelAppointment(IScheduleVisitor visitor, IScheduleOwner owner, net.fortuna.ical4j.model.component.VEvent event, AvailableBlock block, String cancelReason)
          Cancel an available appointment for IScheduleVisitor/IScheduleOwner.
 net.fortuna.ical4j.model.component.VEvent ICalendarDataDao.joinAppointment(IScheduleVisitor visitor, IScheduleOwner owner, net.fortuna.ical4j.model.component.VEvent appointment)
          Add the specified IScheduleVisitor as an attendee to the VEvent in the IScheduleOwner's schedule.
 net.fortuna.ical4j.model.component.VEvent ICalendarDataDao.leaveAppointment(IScheduleVisitor visitor, IScheduleOwner owner, net.fortuna.ical4j.model.component.VEvent appointment)
          Remove the specified IScheduleVisitor from the attendees in the VEvent in the IScheduleOwner's schedule.
 net.fortuna.ical4j.model.component.VEvent SchedulingAssistantService.scheduleAppointment(IScheduleVisitor visitor, IScheduleOwner owner, AvailableBlock block, String eventDescription)
          Schedule an available appointment for IScheduleVisitor/IScheduleOwner within the times specified in the AvailableBlock.
 



Copyright © 2011 Jasig. All Rights Reserved.