public interface IExtCalendarMgr
ExtCalendarMgr.getInstance().
ExtCalendarServlet) in
order to provide calendar information that is shown within the user interface client (e.g.
when browsing through the calendar popup).ExtCalendarMgr, which is typically replaced
by your own implementation.| Modifier and Type | Interface and Description |
|---|---|
static class |
IExtCalendarMgr.ExtCalendarInfo
Information about a day that is a non-working day.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clearBuffer()
Optional implementation: in case the calendar management buffers calendar infos: release all buffered
information.
|
java.util.List<java.lang.String> |
getAvailableCalendarIds()
Optional implementation: all available calendars.
|
IExtCalendarMgr.ExtCalendarInfo |
getCalendarInfoForDay(java.lang.String calendarId,
java.util.Date d,
java.lang.String timeZone)
Mandatory implementation: check the calendar info for one day.
|
java.util.List<IExtCalendarMgr.ExtCalendarInfo> |
getCalendarInfoForMonth(java.lang.String calendarId,
java.util.Date d,
java.lang.String timeZone)
Mandatory implementation: check the calendar info for all days of one month.
|
void clearBuffer()
java.util.List<java.lang.String> getAvailableCalendarIds()
IExtCalendarMgr.ExtCalendarInfo getCalendarInfoForDay(java.lang.String calendarId, java.util.Date d, java.lang.String timeZone)
java.util.List<IExtCalendarMgr.ExtCalendarInfo> getCalendarInfoForMonth(java.lang.String calendarId, java.util.Date d, java.lang.String timeZone)
Copyright © CaptainCasa Gmbh. All Rights Reserved.