public class ConfigurableFileCalendarAdapter extends AbstractCalendarAdapter implements ICalendarAdapter
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
ConfigurableFileCalendarAdapter() |
| Modifier and Type | Method and Description |
|---|---|
CalendarEventSet |
getEvents(CalendarConfiguration calendarConfiguration,
org.joda.time.Interval interval,
javax.portlet.PortletRequest request)
Get events for the defined calendar and time period.
|
protected net.fortuna.ical4j.model.Calendar |
retrieveCalendar(String fileName) |
void |
setCache(net.sf.ehcache.Cache cache) |
void |
setCacheKeyGenerator(ICacheKeyGenerator cacheKeyGenerator) |
void |
setCacheKeyPrefix(String cacheKeyPrefix) |
void |
setContentProcessor(IContentProcessor contentProcessor) |
getDescriptionKey, getLink, getParameters, getTitleKey, insertCalendarEventSetIntoCache, insertCalendarEventSetIntoCache, setDescriptionKey, setParameters, setTitleKeyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescriptionKey, getLink, getParameters, getTitleKeypublic CalendarEventSet getEvents(CalendarConfiguration calendarConfiguration, org.joda.time.Interval interval, javax.portlet.PortletRequest request) throws CalendarException
ICalendarAdaptergetEvents in interface ICalendarAdaptercalendarConfiguration - calendar configuration for which to retrieve eventsinterval - time period for which to retrieve eventsrequest - user's portlet requestCalendarExceptionprotected net.fortuna.ical4j.model.Calendar retrieveCalendar(String fileName) throws CalendarException
CalendarExceptionpublic void setCache(net.sf.ehcache.Cache cache)
public void setContentProcessor(IContentProcessor contentProcessor)
public void setCacheKeyGenerator(ICacheKeyGenerator cacheKeyGenerator)
public void setCacheKeyPrefix(String cacheKeyPrefix)
Copyright © 2019 Apereo. All rights reserved.