org.jasig.portlet.calendar.adapter
Class CalendarEventsDao
java.lang.Object
org.jasig.portlet.calendar.adapter.CalendarEventsDao
public class CalendarEventsDao
- extends Object
- Version:
- $Revision: 24414 $
- Author:
- Jen Bourey, jennifer.bourey@gmail.com
|
Field Summary |
protected org.apache.commons.logging.Log |
log
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected final org.apache.commons.logging.Log log
CalendarEventsDao
public CalendarEventsDao()
setCache
public void setCache(net.sf.ehcache.Cache cache)
- Parameters:
cache - the cache to set
getEvents
public Set<JsonCalendarEvent> getEvents(ICalendarAdapter adapter,
CalendarConfiguration calendar,
net.fortuna.ical4j.model.Period period,
javax.portlet.PortletRequest request,
TimeZone tz)
getStuff
protected Set<JsonCalendarEvent> getStuff(net.fortuna.ical4j.model.component.VEvent e,
TimeZone tz,
net.fortuna.ical4j.model.TimeZoneRegistry tzRegistry,
net.fortuna.ical4j.model.Period period)
throws ParseException,
IOException,
URISyntaxException
- Throws:
ParseException
IOException
URISyntaxException
getJsonEvents
protected Set<JsonCalendarEvent> getJsonEvents(net.fortuna.ical4j.model.component.VEvent event,
net.fortuna.ical4j.model.Period period,
TimeZone tz)
throws IOException,
URISyntaxException,
ParseException
- Throws:
IOException
URISyntaxException
ParseException
Copyright © 2011 Jasig. All Rights Reserved.