|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface represents a calendar item like meeting/appointment and extends from the IGroupwareItem interface.
Copyright (c) SAP 2002
| Method Summary | |
void |
addAttachment(IAttachment attachment)
Adds an attachment to the meeting item. |
void |
deleteAttachment(IAttachment attachment)
Deleted an attachment from the meeting item. |
void |
deleteAttachments()
Deleted all attachments from the meeting item. |
java.util.List |
getAttachmentList()
Returns the attachment list associated with the meeting item. |
java.util.Date |
getEndDateTime()
Returns the End date and time of the calendar item |
boolean |
getHasReminder()
Returns if the reminder is set or not |
java.lang.String |
getLocation()
Returns the location |
java.lang.String |
getOrganizer()
Returns the organizer of the meeting item. |
int |
getReminder()
Returns the reminder |
AvailabilityType |
getShowTimeAs()
Returns the showtime-as flag |
java.util.Date |
getStartDateTime()
Returns the start date and time of the calendar item |
boolean |
isAllDay()
Returns the allday flag |
boolean |
isMeeting()
Returns true if the calendar item is a meeting, false otherwise. |
boolean |
isMultiDay()
Returns if the appointment spans over multiple days |
boolean |
isRecurring()
Returns true if the appointment is a recurring appointment |
void |
setAllDay(boolean vData)
Sets the all day flag |
void |
setEndDateTime(java.util.Date endDateTime)
Sets the end date and time of the calendar item |
void |
setHasReminder(boolean reminder)
Sets if the reminder has to be set or not. |
void |
setLocation(java.lang.String location)
Sets the location |
void |
setMeeting(boolean flag)
Sets if the calendar item is a meeting, false otherwise. |
void |
setOrganizer(java.lang.String organizer)
Sets the organizer of the meeting item (Used to create meetings on behalf of another user) |
void |
setRecurring(boolean flag)
Sets if the appointment is recurring or not. |
void |
setReminder(int reminder)
Sets the reminder time |
void |
setShowTimeAs(AvailabilityType showTime)
Sets the showtime-as flag |
void |
setStartDateTime(java.util.Date startDateTime)
Sets the start date and time of the calendar item |
| Methods inherited from interface com.sap.ip.collaboration.gw.api.framework.groupware.IGroupwareItem |
getApplicationData, getContent, getFrom, getFromAddress, getGroupwareManager, getID, getItemType, getMimeType, getSubject, getTo, getToList, getTransport, getTransportName, remove, save, send, setApplicationData, setContent, setFrom, setFromAddress, setGroupwareManager, setID, setMimeType, setSubject, setTo, setToList, setTransport |
| Method Detail |
public void addAttachment(IAttachment attachment)
throws GroupwareException
IAttachment - attachmentGroupwareException -
public void deleteAttachment(IAttachment attachment)
throws GroupwareException
IAttachment - attachment object to be deleted.GroupwareException -
public void deleteAttachments()
throws GroupwareException
IAttachment - attachment object to be deleted.GroupwareException -
public java.util.List getAttachmentList()
throws GroupwareException
GroupwareException -
public java.util.Date getEndDateTime()
throws GroupwareException
GroupwareException -
public boolean getHasReminder()
throws GroupwareException
GroupwareException -
public java.lang.String getLocation()
throws GroupwareException
GroupwareException -
public java.lang.String getOrganizer()
throws GroupwareException
GroupwareException -
public int getReminder()
throws GroupwareException
GroupwareException -
public AvailabilityType getShowTimeAs()
throws GroupwareException
GroupwareException -
public java.util.Date getStartDateTime()
throws GroupwareException
GroupwareException -
public boolean isAllDay()
throws GroupwareException
GroupwareException -
public boolean isMeeting()
throws GroupwareException
GroupwareException -
public boolean isMultiDay()
throws GroupwareException
GroupwareException -
public boolean isRecurring()
throws GroupwareException
GroupwareException -
public void setAllDay(boolean vData)
throws GroupwareException
boolean - true if the event is all day. false otherwiseGroupwareException -
public void setEndDateTime(java.util.Date endDateTime)
throws GroupwareException
Date - end date timeGroupwareException -
public void setHasReminder(boolean reminder)
throws GroupwareException
boolean - reminder true if reminder has to be set false otherwiseGroupwareException -
public void setLocation(java.lang.String location)
throws GroupwareException
location - GroupwareException -
public void setMeeting(boolean flag)
throws GroupwareException
boolean - flagGroupwareException -
public void setOrganizer(java.lang.String organizer)
throws GroupwareException
organizer - GroupwareException -
public void setRecurring(boolean flag)
throws GroupwareException
boolean - GroupwareException -
public void setReminder(int reminder)
throws GroupwareException
boolean - reminder true if reminder has to be set false otherwiseGroupwareException -
public void setShowTimeAs(AvailabilityType showTime)
throws GroupwareException
AvailabilityType - one the SHOWTIME_XXX values from this classGroupwareException -
public void setStartDateTime(java.util.Date startDateTime)
throws GroupwareException
Date - start date timeGroupwareException -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||