| |
|
| java.lang.Object com.sun.portal.comm.url.URLBuilder com.sun.portal.comm.url.UWCURLBuilder
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 |
allowsComposeURL | public boolean allowsComposeURL()(Code) | | Lets invoking classes know if composing URLs are available
in this URLBuilder.
boolean Are compisition URLs available |
allowsContactURL | public boolean allowsContactURL()(Code) | | Lets invoking classes know if contact urls are available
in this URLBuilder.
boolean Are contact URLs available |
allowsEventURL | public boolean allowsEventURL()(Code) | | Lets invoking classes know if event URLs are available
in this URLBuilder.
boolean Are event URLs available |
allowsMessageURL | public boolean allowsMessageURL()(Code) | | Lets invoking classes know if per-message urls are available
in this URLBuilder.
boolean Are message 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 time)(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 time)(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 |
getComposeURL | public String getComposeURL(String subject, javax.mail.Address[] to, javax.mail.Address[] cc, javax.mail.Address[] bcc)(Code) | | Return URL string to open the client's compose window.
Parameters: String - Subject of the message javax.mail.Address[] Array of to: addresses javax.mail.Address[] Array of cc: addresses javax.mail.Address[] Array of bcc: addresses String Composition URL string |
getContactURL | public String getContactURL(Object contact)(Code) | | Return URL string for specific contact to be opened in ab client.
Parameters: Object - contact String View 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 |
getMessageURL | public String getMessageURL(javax.mail.Message message)(Code) | | Return URL string for specific message to be opened in mail client.
javax.mail.Message The message to open String Message URL string |
getViewURL | public String getViewURL(String view, String date)(Code) | | Responsible for generating the Application Launch Link/URL for the Communications
Express client. The Comms Express URL format:
http://://calclient/
?calid=
&caltype=
&date=
&category=
viewname : Name of View. [ Mandatory]
- values: DayView, WeekView, MonthView
calid : calid of the calendar for which the view is displayed [if this parameter is
not present, default calendar is considered]
- if there are multiple calendars, they are seperated by comma(,)
- if one wants to view a calendar group, assign the groupname
caltype : will be 'calid' if the calid has single calid value [ default value, i.e
if this parameter is no t present, value 'calid' is considered ]
- will be 'group' if group-name is the value of calid parameter
- will be 'Temporarycalendars" if calid has multiple calids
date : context Date in ISO format (For example : 20040521T065954Z). Context date is
date the user has selected to view.
-default value : current date
category: specifies the category filter for Events/Tasks to be dsiplayed. Should be
'All' if events/tasks from all categories have to be displayed.
- default value = 'All'
Parameters: provider - CalendarProvider Parameters: request - HttpServletRequest url to access application 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 |
|
|
|