| java.lang.Object com.sun.portal.app.sharedevents.models.CalendarBaseModel
CalendarBaseModel | final public class CalendarBaseModel (Code) | | CalendarBaseModel class provides an interface to get/set
the user's calendar data from calendar server.
It provides many convenient methods to access/modify user's calendar
data with appropriate data types as input/output.
This should be the only interface to WCAP of Calendar Server.
A Single instance of this object per request needs to be used.
author: Sai |
CalendarBaseModel | public CalendarBaseModel()(Code) | | |
CalendarBaseModel | public CalendarBaseModel(String name)(Code) | | |
addEvent | public void addEvent(VEvent newevent, boolean notify) throws Exception(Code) | | |
getEndTime | public DateTime getEndTime()(Code) | | |
getStartTime | public DateTime getStartTime()(Code) | | |
getTimeZone | public TimeZone getTimeZone()(Code) | | Returns the timezone that has been used while fetching
events and todos in the recent fetch context.
|
removeAllCalids | public void removeAllCalids()(Code) | | |
setComponentRID | public void setComponentRID(String rid)(Code) | | |
setComponentSearchFilter | public void setComponentSearchFilter(String filter)(Code) | | |
setComponentSearchOption | public void setComponentSearchOption(int searchOpt)(Code) | | |
setComponentUID | public void setComponentUID(String uid)(Code) | | |
setEndTime | public void setEndTime(DateTime endtime)(Code) | | |
setStartTime | public void setStartTime(DateTime starttime)(Code) | | |
|
|