| com.sun.portal.comm.url.CalURL
All known Subclasses: com.sun.portal.comm.url.SunCalURLBuilder, com.sun.portal.comm.url.FullURLBuilderTest, com.sun.portal.comm.url.ExchangeCalURLBuilder, com.sun.portal.comm.url.NotesCalURLBuilder, com.sun.portal.comm.url.UWCURLBuilder,
CalURL | public interface CalURL (Code) | | |
allowsComposeEventURL | public boolean allowsComposeEventURL()(Code) | | Lets invoking clasess know is composeEvent is available
in this URLBuilder
boolean , is composeEvent available |
allowsComposeTaskURL | public boolean allowsComposeTaskURL()(Code) | | Lets invoking clasess know is composeTask is available
in this URLBuilder
boolean , is composeTask available |
allowsEventURL | public boolean allowsEventURL()(Code) | | Lets invoking classes know if event URLs are available
in this URLBuilder.
boolean Are event URLs available |
allowsTaskURL | public boolean allowsTaskURL()(Code) | | Lets invoking classes know if task URLs are available
in this URLBuilder.
boolean Are task URLs available |
allowsViewURL | public boolean allowsViewURL()(Code) | | Lets invoking classes know if multiple view urls are available
in this URLBuilder.
boolean Are view URLs available |
getCalid | public String getCalid()(Code) | | Return the calendar id
String Calendar ID |
getComposeEventURL | public String getComposeEventURL(DateTime datetime)(Code) | | Return URL string to open the client's composeEvent window.
Parameters: String - Subject of the event Parameters: DateTime - the DateTimeat which event should be created String Composition URL string |
getComposeTaskURL | public String getComposeTaskURL(DateTime datetime)(Code) | | Return URL string to open the client's composeTask window.
Parameters: String - Subject of the task Parameters: DateTime - the DateTimeat which event should be created String Composition URL string |
getEventURL | public String getEventURL(Object event)(Code) | | Return URL string for specific event to be opened in cal client.
Parameters: Object - Event Object String Event URL string |
getTaskURL | public String getTaskURL(Object task)(Code) | | Return URL string for specific task to be opened in cal client.
Parameters: Object - Task Object String Task URL string |
getViewURL | public String getViewURL(String view, String date)(Code) | | Return URL string for specific view to be opened in cal client.
Parameters: String - View Parameters: String - Date String View URL string |
setCalid | public void setCalid(String calid)(Code) | | Sets the calendar id
Parameters: String - Calendar ID |
|
|