| Package | Description |
|---|---|
| org.jasig.portlet.calendar.adapter | |
| org.jasig.portlet.calendar.mvc |
| Modifier and Type | Method and Description |
|---|---|
protected Set<CalendarDisplayEvent> |
CalendarEventsDao.getDisplayEvents(net.fortuna.ical4j.model.component.VEvent e,
org.joda.time.Interval interval,
Locale locale,
org.joda.time.DateTimeZone usersConfiguredDateTimeZone)
Get a JSON-appropriate representation of each recurrence of an event within the specified time
period.
|
Set<CalendarDisplayEvent> |
CalendarEventsDao.getEvents(ICalendarAdapter adapter,
CalendarConfiguration calendar,
org.joda.time.Interval interval,
javax.portlet.PortletRequest request,
org.joda.time.DateTimeZone usersConfiguredDateTimeZone)
Obtains the calendar events from the adapter and returns timezone-adjusted events within the
requested interval.
|
| Modifier and Type | Method and Description |
|---|---|
CalendarDisplayEvent |
JsonCalendarEventWrapper.getEvent() |
| Modifier and Type | Method and Description |
|---|---|
Set<CalendarDisplayEvent> |
CalendarHelper.getEventList(List<String> errors,
org.joda.time.Interval interval,
javax.portlet.PortletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
int |
CalendarDisplayEvent.compareTo(CalendarDisplayEvent event) |
| Constructor and Description |
|---|
JsonCalendarEventWrapper(CalendarDisplayEvent event,
int colorIndex) |
Copyright © 2019 Apereo. All rights reserved.