|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ICalendarAdapter | |
|---|---|
| org.jasig.portlet.calendar.adapter | |
| Uses of ICalendarAdapter in org.jasig.portlet.calendar.adapter |
|---|
| Classes in org.jasig.portlet.calendar.adapter that implement ICalendarAdapter | |
|---|---|
class |
AbstractCalendarAdapter
AbstractCalendarAdapter provides a base representation of a calendar adapter, without any implementation-specfic functionality. |
class |
CalDavCalendarAdapter
Implementation of ICalendarAdapter that uses CalDAV
for retrieving ical-based CalendarEventSets. |
class |
ConfigurableFileCalendarAdapter
|
class |
ConfigurableHttpCalendarAdapter<T>
Implementation of ICalendarAdapter that uses Commons HttpClient
for retrieving CalendarEventSets. |
class |
CoursesCalendarAdapter
Implementation of ICalendarAdapter that creates
a single calendar in a CalendarEventSet using data
from a user's courses for the term. |
class |
ExchangeCalendarAdapter
Queries Exchange Web Services API for calendar events. |
| Methods in org.jasig.portlet.calendar.adapter with parameters of type ICalendarAdapter | |
|---|---|
net.fortuna.ical4j.model.Calendar |
CalendarEventsDao.getCalendar(ICalendarAdapter adapter,
CalendarConfiguration calendarConfig,
org.joda.time.Interval interval,
javax.portlet.PortletRequest request)
|
Set<CalendarDisplayEvent> |
CalendarEventsDao.getEvents(ICalendarAdapter adapter,
CalendarConfiguration calendar,
org.joda.time.Interval interval,
javax.portlet.PortletRequest request,
org.joda.time.DateTimeZone usersConfiguredDateTimeZone)
Obtains the calendar events from the adapter and returns timezone-adjusted events within the requested interval. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||