public interface ICalendarAdapter
| Modifier and Type | Method and Description |
|---|---|
String |
getDescriptionKey()
Get the message key to be used as the description for this adapter.
|
CalendarEventSet |
getEvents(CalendarConfiguration calendar,
org.joda.time.Interval interval,
javax.portlet.PortletRequest request)
Get events for the defined calendar and time period.
|
String |
getLink(CalendarConfiguration calendar,
org.joda.time.Interval interval,
javax.portlet.PortletRequest request)
Get hyper link for the defined calendar.
|
List<org.jasig.portlet.form.parameter.Parameter> |
getParameters()
Get the list of configuration parameters available for this adapter.
|
String |
getTitleKey()
Get the message key to be used as the title for this adapter.
|
String getTitleKey()
String getDescriptionKey()
List<org.jasig.portlet.form.parameter.Parameter> getParameters()
CalendarEventSet getEvents(CalendarConfiguration calendar, org.joda.time.Interval interval, javax.portlet.PortletRequest request) throws CalendarException
calendar - calendar configuration for which to retrieve eventsinterval - time period for which to retrieve eventsrequest - user's portlet requestCalendarExceptionString getLink(CalendarConfiguration calendar, org.joda.time.Interval interval, javax.portlet.PortletRequest request) throws CalendarLinkException
calendar - calendar configuration for which to retrieve eventsinterval - time period for which to retrieve eventsrequest - user's servlet requestCalendarExceptionCalendarLinkExceptionCopyright © 2019 Apereo. All rights reserved.