| com.sun.ssoadapter.calendar.pim.APimFreeBusy
APimFreeBusy | public class APimFreeBusy extends VFreeBusy (Code) | | |
Constructor Summary | |
public | APimFreeBusy(boolean hasDurationFlag, FreeBusy[] freeBusyList) |
APimFreeBusy | public APimFreeBusy(boolean hasDurationFlag, FreeBusy[] freeBusyList)(Code) | | |
addAttendee | public void addAttendee(Attendee attendee) throws OperationNotSupportedException, CalendarComponentException(Code) | | Add an attendee to this calendar component.
Parameters: attendee - attendee of this calendar component |
addComment | public void addComment(String comment) throws OperationNotSupportedException, CalendarComponentException(Code) | | Add a comment to this calendar component.
Parameters: comment - comment of this calendar component |
addContact | public void addContact(String contact) throws OperationNotSupportedException, CalendarComponentException(Code) | | Add a contact to this calendar component.
Parameters: contact - contact of this calendar component |
addRequestStatus | public void addRequestStatus(String requeststatus) throws OperationNotSupportedException, CalendarComponentException(Code) | | Add a request status info
Parameters: requeststatus - request status info to be added to this component |
getAttendee | public Attendee getAttendee(String calid) throws OperationNotSupportedException, CalendarComponentException(Code) | | Check if the calid is a attendee of the component and return attendee object corresponding to calid
attendee Attendee |
getAttendees | public Attendee[] getAttendees() throws OperationNotSupportedException, CalendarComponentException(Code) | | Get attendees of this calendar component.
Array of attendees |
getCalID | public String getCalID() throws OperationNotSupportedException, CalendarComponentException(Code) | | Retrieves the ID of the calendar to which this component belongs.
calID the calendar ID |
getComments | public String[] getComments() throws OperationNotSupportedException, CalendarComponentException(Code) | | Get all comments
Array of comments |
getContacts | public String[] getContacts() throws OperationNotSupportedException, CalendarComponentException(Code) | | Get all contact lists
Array of contacts |
getDuration | public Duration getDuration() throws OperationNotSupportedException, CalendarComponentException(Code) | | Get the duration of this calendar component
return duration Duration of this calendar component
|
getEnd | public DateTime getEnd() throws OperationNotSupportedException, CalendarComponentException(Code) | | Get the End Time.
return end time of this component
exception: OperationNotSupportedException - exception: CalendarComponentException - |
getFreeBusy | public FreeBusy[] getFreeBusy()(Code) | | |
getID | public String getID() throws OperationNotSupportedException, CalendarComponentException(Code) | | Get the id of the CalendarComponent.
return unique id for this component
|
getOrganizer | public Organizer getOrganizer() throws OperationNotSupportedException, CalendarComponentException(Code) | | Get the organizer of this calendar component
return organizer of this calendar component
|
getRequestStatus | public String[] getRequestStatus() throws OperationNotSupportedException, CalendarComponentException(Code) | | Get all request status info of this component
Array of request status info |
getStamp | public DateTime getStamp() throws OperationNotSupportedException, CalendarComponentException(Code) | | Get the creation time of this iCalendar object.
creation time of this iCalendar object |
getStart | public DateTime getStart() throws OperationNotSupportedException, CalendarComponentException(Code) | | Get the Start Time.
start time of this component exception: OperationNotSupportedException - exception: CalendarComponentException - |
getUrl | public String getUrl() throws OperationNotSupportedException, CalendarComponentException(Code) | | Get the url of the CalendarComponent.
return url for this component
|
hasAttendee | public boolean hasAttendee() throws OperationNotSupportedException, CalendarComponentException(Code) | | Determine whether this compoent has (at least one) attendee
true or false |
hasDuration | public boolean hasDuration()(Code) | | |
isCalIdTheOrganizer | public boolean isCalIdTheOrganizer(String calId) throws OperationNotSupportedException, CalendarComponentException(Code) | | |
removeAllAttendees | public void removeAllAttendees() throws OperationNotSupportedException, CalendarComponentException(Code) | | Remove all attendees from this calendar component.
|
removeAllComments | public void removeAllComments() throws OperationNotSupportedException, CalendarComponentException(Code) | | Remove all comments from this calendar component.
|
removeAllContacts | public void removeAllContacts() throws OperationNotSupportedException, CalendarComponentException(Code) | | Remove all contacts from this calendar component.
|
removeAllRequestStatus | public void removeAllRequestStatus() throws OperationNotSupportedException, CalendarComponentException(Code) | | Remove all the request status info from this component
|
removeAttendee | public void removeAttendee(Attendee attendee) throws OperationNotSupportedException, CalendarComponentException(Code) | | Remove an attendee from this calendar component.
Parameters: attendee - Attendees to be removed from this calendar component |
removeComment | public void removeComment(String comment) throws OperationNotSupportedException, CalendarComponentException(Code) | | Remove a comment from this calendar component.
Parameters: comment - comment to be removed from this calendar component |
removeContact | public void removeContact(String contact) throws OperationNotSupportedException, CalendarComponentException(Code) | | Remove a contact from this calendar component.
Parameters: contact - contact to be removed from this calendar component |
removeRequestStatus | public void removeRequestStatus(String requeststatus) throws OperationNotSupportedException, CalendarComponentException(Code) | | Remove the request status info
Parameters: requeststatus - request status info to be deleted from this component |
setCalID | public void setCalID(String id) throws OperationNotSupportedException, CalendarComponentException(Code) | | Sets the ID of the calendar to which this component belongs.
|
setDuration | public void setDuration(Duration duration) throws OperationNotSupportedException, CalendarComponentException(Code) | | Set the duration for this calendar component
Parameters: duration - duration for this calendar component |
setEnd | public void setEnd(DateTime dtstart) throws OperationNotSupportedException, CalendarComponentException(Code) | | Set the End Time.
Parameters: dtend - end time of this component exception: OperationNotSupportedException - exception: CalendarComponentException - |
setID | public void setID(String uid) throws OperationNotSupportedException, CalendarComponentException(Code) | | Set the id of the CalendarComponent.
Parameters: uid - unique id for this component |
setOrganizer | public void setOrganizer(Organizer organizer) throws OperationNotSupportedException, CalendarComponentException(Code) | | Set the organizer for this calendar component
Parameters: organizer - organizer for this calendar component |
setStamp | public void setStamp(DateTime dtstamp) throws OperationNotSupportedException, CalendarComponentException(Code) | | Set the creation time for this iCalendar object.
Parameters: dtstamp - creation time for this iCalendar object |
setStart | public void setStart(DateTime dtstart) throws OperationNotSupportedException, CalendarComponentException(Code) | | Set the Start Time.
Parameters: dtstart - start time of this component exception: OperationNotSupportedException - exception: CalendarComponentException - |
setUrl | public void setUrl(String url) throws OperationNotSupportedException, CalendarComponentException(Code) | | Set the url of the CalendarComponent.
Parameters: url - for this component |
|
|