|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface represents a calendar item like meeting/appointment and extends from the IGroupwareItem interface.
| 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. |
List |
getAttachmentList()
Returns the attachment list associated with the meeting item. |
Date |
getEndDateTime()
Returns the End date and time of the calendar item |
boolean |
getHasReminder()
Returns if the reminder is set or not |
String |
getLocation()
Returns the location |
String |
getOrganizer()
Returns the organizer of the meeting item. |
IRecurrenceTransport |
getRecurrence()
retrieve the Recurrence info associated with Calendar Item |
RecurrenceStatusType |
getRecurringStatus()
Returns true if the appointment is a recurring appointment |
int |
getReminder()
Returns the reminder |
AvailabilityType |
getShowTimeAs()
Returns the showtime-as flag |
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()
Deprecated. |
void |
setAllDay(boolean vData)
Sets the all day flag |
void |
setEndDateTime(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(String location)
Sets the location |
void |
setMeeting(boolean flag)
Sets if the calendar item is a meeting, false otherwise. |
void |
setOrganizer(String organizer)
Sets the organizer of the meeting item (Used to create meetings on behalf of another user) |
void |
setRecurrence(IRecurrenceTransport recurrenceTransport)
set Recurrence info on the Calendar Item |
void |
setRecurring(boolean flag)
Deprecated. |
void |
setRecurringStatus(RecurrenceStatusType 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(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, remove, save, send, setApplicationData, setContent, setFrom, setFromAddress, setGroupwareManager, setID, setMimeType, setSubject, setTo, setToList, setTransport |
| Method Detail |
public void setLocation(String location)
throws GroupwareException
location - attribute of groupware item
GroupwareException - When error occurs
public String getLocation()
throws GroupwareException
GroupwareException - When error occurs
public void setReminder(int reminder)
throws GroupwareException
GroupwareException - When error occurs
public void setHasReminder(boolean reminder)
throws GroupwareException
GroupwareException - When error occurs
public int getReminder()
throws GroupwareException
GroupwareException - When error occurs
public boolean getHasReminder()
throws GroupwareException
GroupwareException - When error occurs
public void setAllDay(boolean vData)
throws GroupwareException
GroupwareException - When error occurs
public boolean isAllDay()
throws GroupwareException
GroupwareException - When error occurs
public void setShowTimeAs(AvailabilityType showTime)
throws GroupwareException
GroupwareException - When error occurs
public AvailabilityType getShowTimeAs()
throws GroupwareException
GroupwareException - When error occurs
public void setStartDateTime(Date startDateTime)
throws GroupwareException
GroupwareException - When error occurs
public Date getStartDateTime()
throws GroupwareException
GroupwareException - When error occurs
public void setEndDateTime(Date endDateTime)
throws GroupwareException
GroupwareException - When error occurs
public Date getEndDateTime()
throws GroupwareException
GroupwareException - When error occurs
public boolean isMultiDay()
throws GroupwareException
GroupwareException - When error occurs
public void setOrganizer(String organizer)
throws GroupwareException
organizer -
GroupwareException - When error occurs
public String getOrganizer()
throws GroupwareException
GroupwareException - When error occurs
public boolean isRecurring()
throws GroupwareException
GroupwareException - When error occurs
public void setRecurring(boolean flag)
throws GroupwareException
GroupwareException - When error occurs
public void setRecurringStatus(RecurrenceStatusType flag)
throws GroupwareException
GroupwareException - When error occurs
public RecurrenceStatusType getRecurringStatus()
throws GroupwareException
GroupwareException - When error occurs
public boolean isMeeting()
throws GroupwareException
GroupwareException - When error occurs
public void setMeeting(boolean flag)
throws GroupwareException
GroupwareException - When error occurs
public List getAttachmentList()
throws GroupwareException
GroupwareException - When error occurs
public void addAttachment(IAttachment attachment)
throws GroupwareException
GroupwareException - When error occurs
public void deleteAttachment(IAttachment attachment)
throws GroupwareException
GroupwareException - When error occurs
public void deleteAttachments()
throws GroupwareException
GroupwareException - When error occurs
public void setRecurrence(IRecurrenceTransport recurrenceTransport)
throws GroupwareException
recurrenceTransport - Recurrence Object
GroupwareException
public IRecurrenceTransport getRecurrence()
throws GroupwareException
GroupwareException
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||