| com.sun.ssoadapter.calendar.pim.APimCalendar
APimCalendar | public class APimCalendar extends ICalendar (Code) | | |
Constructor Summary | |
public | APimCalendar(CalendarStore store, String calId) Calendar constructor. |
Method Summary | |
public void | addEvent(VEvent event, boolean notify) Store the Event. | public void | addTodo(VTodo task, boolean notify) | public VEvent | createEvent() | public VTodo | createTodo() | public void | deleteEvent(VEvent event, String modifier, boolean notify) Delete the Specified Event. | public void | deleteTodo(VTodo task, String modifier, boolean notify) | public CalendarComponent[] | fetchComponents(DateTime start, DateTime end, int types) Fetch the events between the specified dates. | public CalendarComponent[] | fetchComponents(String uid, String rid, String modifier) | public VEvent[] | fetchEvents(String uid, String rid, String modifier) | public VTodo[] | fetchTodos(String uid, String rid, String modifier) | PimAppointmentItems | getAppointmentItems() | public Properties | getCalProps() | PimCalendar | getCalendarFolder() | public String | getDisplayName() | PimInvitation | getInvitationFolder() | PimInvitationItems | getInvitationItems() | PimTask | getTaskFolder() | PimTaskItems | getTaskItems() | public TimeZone | getTimeZone() | public boolean | isUserTheOwner(String id) | public void | modifyEvent(VEvent event, String modifier, boolean notify) Store the event with a specified modifier. | public void | modifyTodo(VTodo task, String modifier, boolean notify) | public void | setCalProps(Properties props) | public void | setTimeZone(TimeZone tz) | public String | toRFC2445() | public String | toString() |
APimCalendar | public APimCalendar(CalendarStore store, String calId) throws CalendarException(Code) | | Calendar constructor.
Parameters: store - The CalStore this calendar belongs to |
addEvent | public void addEvent(VEvent event, boolean notify) throws CalendarException(Code) | | Store the Event.
exception: CalendarException - if add fails for whatever reason |
addTodo | public void addTodo(VTodo task, boolean notify) throws CalendarException(Code) | | |
createEvent | public VEvent createEvent() throws OperationNotSupportedException(Code) | | |
createTodo | public VTodo createTodo() throws OperationNotSupportedException(Code) | | |
deleteEvent | public void deleteEvent(VEvent event, String modifier, boolean notify) throws CalendarException(Code) | | Delete the Specified Event.
Parameters: event - The modifed event Parameters: modifer - Event modifier, see RecurrenceModifier exception: CalendarException - if delete fails for whatever reason |
deleteTodo | public void deleteTodo(VTodo task, String modifier, boolean notify) throws CalendarException(Code) | | |
fetchComponents | public CalendarComponent[] fetchComponents(DateTime start, DateTime end, int types) throws CalendarException(Code) | | Fetch the events between the specified dates.
Parameters: start - Start date Parameters: end - End date exception: CalendarException - if fetchEvents fails for whatever reason |
fetchComponents | public CalendarComponent[] fetchComponents(String uid, String rid, String modifier) throws OperationNotSupportedException(Code) | | |
fetchEvents | public VEvent[] fetchEvents(String uid, String rid, String modifier) throws OperationNotSupportedException(Code) | | |
fetchTodos | public VTodo[] fetchTodos(String uid, String rid, String modifier) throws OperationNotSupportedException(Code) | | |
getAppointmentItems | PimAppointmentItems getAppointmentItems() throws PimException(Code) | | |
getCalProps | public Properties getCalProps() throws OperationNotSupportedException(Code) | | |
getCalendarFolder | PimCalendar getCalendarFolder() throws PimException(Code) | | |
getDisplayName | public String getDisplayName() throws OperationNotSupportedException(Code) | | |
getInvitationFolder | PimInvitation getInvitationFolder() throws PimException(Code) | | |
getInvitationItems | PimInvitationItems getInvitationItems() throws PimException(Code) | | |
getTaskFolder | PimTask getTaskFolder() throws PimException(Code) | | |
getTaskItems | PimTaskItems getTaskItems() throws PimException(Code) | | |
isUserTheOwner | public boolean isUserTheOwner(String id)(Code) | | |
modifyEvent | public void modifyEvent(VEvent event, String modifier, boolean notify) throws CalendarException(Code) | | Store the event with a specified modifier.
Parameters: event - The modifed event Parameters: modifer - Event modifier, see RecurrenceModifier exception: CalendarException - if modify fails for whatever reason |
modifyTodo | public void modifyTodo(VTodo task, String modifier, boolean notify) throws CalendarException(Code) | | |
setCalProps | public void setCalProps(Properties props) throws OperationNotSupportedException(Code) | | |
|
|