|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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,
java.util.Date startTime,
java.util.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,
java.util.Date startTime,
java.util.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 java.util.List<CalendarWithURI> |
CaldavCalendarDataDaoImpl.getCalendarsInternal(ICalendarAccount calendarAccount,
java.util.Date startDate,
java.util.Date endDate)
|
java.util.List<CalendarWithURI> |
CaldavCalendarDataDaoImpl.peekAtAvailableScheduleReflections(IScheduleOwner owner,
java.util.Date startDate,
java.util.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. |
java.net.URI |
DefaultCaldavDialectImpl.resolveCalendarURI(CalendarWithURI calendar)
|
java.net.URI |
CaldavDialect.resolveCalendarURI(CalendarWithURI calendar)
Return a URI that represents the full URI to the URI field within the CalendarWithURI. |
| Method parameters in org.jasig.schedassist.impl.caldav with type arguments of type CalendarWithURI | |
|---|---|
protected net.fortuna.ical4j.model.Calendar |
CaldavCalendarDataDaoImpl.consolidate(java.util.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 | |
|---|---|
java.util.List<CalendarWithURI> |
ReportResponseHandlerImpl.extractCalendars(java.io.InputStream inputStream)
Extracts a List of Calendars from the InputStream, if present. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||