Uses of Class
org.jasig.schedassist.impl.caldav.CalendarWithURI

Packages that use CalendarWithURI
org.jasig.schedassist.impl.caldav   
org.jasig.schedassist.impl.caldav.xml   
 

Uses of CalendarWithURI in org.jasig.schedassist.impl.caldav
 

Methods in org.jasig.schedassist.impl.caldav that return CalendarWithURI
protected  CalendarWithURI CaldavCalendarDataDaoImpl.getExistingAppointmentInternal(IScheduleOwner owner, Date startTime, Date endTime)
          This method returns the CalendarWithURI containing a single VEvent that was created with the Scheduling Assistant with the specified IScheduleOwner as the owner and the specified start and end times.
protected  CalendarWithURI CaldavCalendarDataDaoImpl.getExistingAppointmentInternalForVisitor(IScheduleVisitor visitor, Date startTime, Date endTime, net.fortuna.ical4j.model.property.Uid eventUid)
          Special method used when cancelUpdatesVisitorCalendar is set to true.
protected  CalendarWithURI CaldavCalendarDataDaoImpl.purgeDeclinedAttendees(CalendarWithURI calendarWithURI, ICalendarAccount owner)
          This method will inspect IScheduleVisitor Attendees among the SchedulingAssistantAppointments in the Calendar argument.
 

Methods in org.jasig.schedassist.impl.caldav that return types with arguments of type CalendarWithURI
protected  List<CalendarWithURI> CaldavCalendarDataDaoImpl.getCalendarsInternal(ICalendarAccount calendarAccount, Date startDate, Date endDate)
           
 List<CalendarWithURI> CaldavCalendarDataDaoImpl.peekAtAvailableScheduleReflections(IScheduleOwner owner, Date startDate, Date endDate)
           
 

Methods in org.jasig.schedassist.impl.caldav with parameters of type CalendarWithURI
protected  int CaldavCalendarDataDaoImpl.deleteCalendar(CalendarWithURI calendarWithURI, ICalendarAccount calendarAccount)
           
protected  CalendarWithURI CaldavCalendarDataDaoImpl.purgeDeclinedAttendees(CalendarWithURI calendarWithURI, ICalendarAccount owner)
          This method will inspect IScheduleVisitor Attendees among the SchedulingAssistantAppointments in the Calendar argument.
 URI CaldavDialect.resolveCalendarURI(CalendarWithURI calendar)
          Return a URI that represents the full URI to the URI field within the CalendarWithURI.
 URI DefaultCaldavDialectImpl.resolveCalendarURI(CalendarWithURI calendar)
           
 

Method parameters in org.jasig.schedassist.impl.caldav with type arguments of type CalendarWithURI
protected  net.fortuna.ical4j.model.Calendar CaldavCalendarDataDaoImpl.consolidate(List<CalendarWithURI> calendars)
          Consolidate the Calendars within the argument, returning 1.
 

Uses of CalendarWithURI in org.jasig.schedassist.impl.caldav.xml
 

Methods in org.jasig.schedassist.impl.caldav.xml that return types with arguments of type CalendarWithURI
 List<CalendarWithURI> ReportResponseHandlerImpl.extractCalendars(InputStream inputStream)
          Extracts a List of Calendars from the InputStream, if present.
 



Copyright © 2011 Jasig. All Rights Reserved.