Uses of Class
org.jasig.portlet.calendar.adapter.CalendarException

Packages that use CalendarException
org.jasig.portlet.calendar.adapter   
org.jasig.portlet.calendar.processor   
 

Uses of CalendarException in org.jasig.portlet.calendar.adapter
 

Subclasses of CalendarException in org.jasig.portlet.calendar.adapter
 class CalendarLinkException
          CalendarLinkException represents an exception related to calendar hyper links.
 class UserFeedbackCalendarException
          Specialized CalendarException subclass that carries a user-facing message payload.
 

Methods in org.jasig.portlet.calendar.adapter that throw CalendarException
protected  Set<net.fortuna.ical4j.model.component.VEvent> CalDavCalendarAdapter.convertCalendarToEvents(Long calendarId, net.fortuna.ical4j.model.Calendar calendar, net.fortuna.ical4j.model.Period period)
           
 Set<net.fortuna.ical4j.model.component.VEvent> CalDavCalendarAdapter.getEvents(CalendarConfiguration calendarConfiguration, net.fortuna.ical4j.model.Period period, javax.servlet.http.HttpServletRequest request)
           
 CalendarEventSet ICalendarAdapter.getEvents(CalendarConfiguration calendar, net.fortuna.ical4j.model.Period period, javax.portlet.PortletRequest request)
          Get events for the defined calendar and time period.
 CalendarEventSet ExchangeCalendarAdapter.getEvents(CalendarConfiguration calendarConfiguration, net.fortuna.ical4j.model.Period period, javax.portlet.PortletRequest request)
           
 CalendarEventSet ConfigurableHttpCalendarAdapter.getEvents(CalendarConfiguration calendarConfiguration, net.fortuna.ical4j.model.Period period, javax.portlet.PortletRequest request)
          Workflow for this implementation: consult the configured IUrlCreator for the url to request consult the cache to see if the fetch via HTTP is necessary (if not return the cached events) if the fetch is necessary, consult the ICredentialsExtractor for necessary Credentials Invoke retrieveCalendarHttp Pass the returned InputStream into the configured IContentProcessor Return the CalendarEvents (non-Javadoc)
 CalendarEventSet ConfigurableFileCalendarAdapter.getEvents(CalendarConfiguration calendarConfiguration, net.fortuna.ical4j.model.Period period, javax.portlet.PortletRequest request)
           
 CalendarEventSet CalDavCalendarAdapter.getEvents(CalendarConfiguration calendarConfiguration, net.fortuna.ical4j.model.Period period, javax.portlet.PortletRequest request)
           
protected  InputStream ConfigurableFileCalendarAdapter.retrieveCalendar(String fileName)
           
protected  InputStream ConfigurableHttpCalendarAdapter.retrieveCalendarHttp(String url, org.apache.commons.httpclient.Credentials credentials)
          Uses Commons HttpClient to retrieve the specified url (optionally with the provided Credentials.
 Set<net.fortuna.ical4j.model.component.VEvent> ExchangeCalendarAdapter.retrieveExchangeEvents(CalendarConfiguration calendar, net.fortuna.ical4j.model.Period period, String emailAddress)
          Retrieve a set of CalendarEvents from the Exchange server for the specified period and email address.
 

Uses of CalendarException in org.jasig.portlet.calendar.processor
 

Methods in org.jasig.portlet.calendar.processor that throw CalendarException
protected  Set<net.fortuna.ical4j.model.component.VEvent> ICalendarContentProcessorImpl.convertCalendarToEvents(Long calendarId, net.fortuna.ical4j.model.Calendar calendar, net.fortuna.ical4j.model.Period period)
           
protected  InputStream XSLTICalendarContentProcessorImpl.transformToICal(InputStream in)
           
 



Copyright © 2011 Jasig. All Rights Reserved.