Uses of Interface
org.jasig.portlet.calendar.adapter.ICalendarAdapter

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 CalendarEvents.
 class ConfigurableFileCalendarAdapter
           
 class ConfigurableHttpCalendarAdapter<T>
          Implementation of ICalendarAdapter that uses Commons HttpClient for retrieving CalendarEvents.
 class ExchangeCalendarAdapter
          Queries Exchange Web Services API for calendar events.
 

Methods in org.jasig.portlet.calendar.adapter with parameters of type ICalendarAdapter
 Set<CalendarDisplayEvent> CalendarEventsDao.getEvents(ICalendarAdapter adapter, CalendarConfiguration calendar, org.joda.time.Interval interval, javax.portlet.PortletRequest request, org.joda.time.DateTimeZone tz)
           
 



Copyright © 2012 Jasig. All Rights Reserved.