|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
SAP Copyright (c) 2002 All rights reserved
| Method Summary | |
java.util.Map |
getApplicationData()
Returns the application data of the calendar item |
com.sap.netweaver.coll.attachment.IAttachmentList |
getAttachmentList()
Returns the attachment list the calendar item |
java.util.Map |
getAvailabilityInfo(IDateRange range,
int timeInterval,
java.util.List addresses,
com.sapportals.portal.security.usermanagement.IUser user)
Returns the availability information for a list of users. |
java.lang.String |
getContent()
Returns the content of the calendar item. |
java.util.Date |
getEndDateTime()
Returns the End date and time of the calendar item |
java.lang.String |
getFrom()
Returns the address which sent the calendar item. |
IEmailAddress |
getFromAddress()
Returns the email address which sent the calendar item. |
java.lang.String |
getID()
Returns the Id of calendar item, which uniquely identifies the item. |
java.lang.String |
getLocation()
Returns the location |
java.lang.String |
getMimeType()
Returns the MIME type of the content of the calendar item. |
java.lang.String |
getOrganizer()
Returns the organizer of the meeting item. |
int |
getReminder()
Returns the reminder |
com.sapportals.wcm.util.uri.RID |
getRID()
Returns the RID of calendar so |
AvailabilityType |
getShowTimeAs()
Returns the showtime-as flag |
java.util.Date |
getStartDateTime()
Returns the start date and time of the calendar item |
java.lang.String |
getSubject()
Returns the subject of the calendar item. |
java.lang.String |
getTo()
Returns the recipient list of the calendar item. |
java.util.List |
getToList()
Returns the recipient list of the calendar item as a list of EmailAddresses. |
java.lang.String |
getTransportName(TransportType type)
Returns the transport name 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 |
remove(com.sapportals.portal.security.usermanagement.IUser user)
Removes the calendar item. |
void |
save(com.sapportals.portal.security.usermanagement.IUser user)
Saves the calendar item. |
void |
send(com.sapportals.portal.security.usermanagement.IUser user)
Sends the calendar item to the intended recipient list. |
void |
setAllDay(boolean vData)
Sets the all day flag |
void |
setApplicationData(java.util.Map customAttributes)
Sets application data on the calendar item as custom attributes. |
void |
setAttachmentList(com.sap.netweaver.coll.attachment.IAttachmentList attachmentList)
Sets the list of attachments on the calendar item. |
void |
setContent(java.lang.String content)
Sets the body of the calendar item. |
void |
setEndDateTime(java.util.Date endDateTime)
Sets the end date and time of the calendar item |
void |
setFrom(java.lang.String from)
Sets the address from which the calendar item is originating. |
void |
setFromAddress(IEmailAddress from)
Sets the email address from which the calendar item is originating. |
void |
setID(java.lang.String Id)
Sets the Id of calendar item, which uniquely identifies the item. |
void |
setLocation(java.lang.String location)
Sets the location |
void |
setMeeting(boolean flag)
Sets if the calendar item is a meeting, false otherwise. |
void |
setMimeType(java.lang.String mimeType)
Sets the MIME type of the content of the calendar item. |
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 |
void |
setSubject(java.lang.String subject)
Sets the subject of the calendar item. |
void |
setTo(java.lang.String to)
Sets the recipient list of calendar item. |
void |
setToList(java.util.List to)
Sets the recipient list of calendar item as a list of EmailAddresses. |
| Method Detail |
public java.util.Map getApplicationData()
throws GroupwareException
GroupwareException -
public com.sap.netweaver.coll.attachment.IAttachmentList getAttachmentList()
throws GroupwareException
GroupwareException -
public java.util.Map getAvailabilityInfo(IDateRange range,
int timeInterval,
java.util.List addresses,
com.sapportals.portal.security.usermanagement.IUser user)
throws GroupwareException
DateRange - range date rangeint - timeIntervalList - addresses list of e-mailId of usersIUser - userGroupwareException -
public java.lang.String getContent()
throws GroupwareException
GroupwareException -
public java.util.Date getEndDateTime()
throws GroupwareException
GroupwareException -
public java.lang.String getFrom()
throws GroupwareException
GroupwareException -
public IEmailAddress getFromAddress()
throws GroupwareException
GroupwareException -
public java.lang.String getID()
throws GroupwareException
GroupwareException -
public java.lang.String getLocation()
throws GroupwareException
GroupwareException -
public java.lang.String getMimeType()
throws GroupwareException
GroupwareException -
public java.lang.String getOrganizer()
throws GroupwareException
GroupwareException -
public int getReminder()
throws GroupwareException
GroupwareException -
public com.sapportals.wcm.util.uri.RID getRID()
throws GroupwareException
GroupwareException -
public AvailabilityType getShowTimeAs()
throws GroupwareException
GroupwareException -
public java.util.Date getStartDateTime()
throws GroupwareException
GroupwareException -
public java.lang.String getSubject()
throws GroupwareException
public java.lang.String getTo()
throws GroupwareException
GroupwareException -
public java.util.List getToList()
throws GroupwareException
GroupwareException -
public java.lang.String getTransportName(TransportType type)
throws GroupwareException
transport - typeGroupwareException -
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 remove(com.sapportals.portal.security.usermanagement.IUser user)
throws GroupwareException
IUser - userGroupwareException -
public void save(com.sapportals.portal.security.usermanagement.IUser user)
throws GroupwareException
IUser - userGroupwareException -
public void send(com.sapportals.portal.security.usermanagement.IUser user)
throws GroupwareException
IUser - userGroupwareException -
public void setAllDay(boolean vData)
throws GroupwareException
boolean - true if the event is all day. false otherwiseGroupwareException -
public void setApplicationData(java.util.Map customAttributes)
throws GroupwareException
customAttributes - GroupwareException -
public void setAttachmentList(com.sap.netweaver.coll.attachment.IAttachmentList attachmentList)
throws GroupwareException
IAttachmentList - GroupwareException -
public void setContent(java.lang.String content)
throws GroupwareException
content - GroupwareException -
public void setEndDateTime(java.util.Date endDateTime)
throws GroupwareException
Date - end date timeGroupwareException -
public void setFrom(java.lang.String from)
throws GroupwareException
from - GroupwareException -
public void setFromAddress(IEmailAddress from)
throws GroupwareException
from - GroupwareException -
public void setID(java.lang.String Id)
throws GroupwareException
Id - Id of the calendar itemGroupwareException -
public void setLocation(java.lang.String location)
throws GroupwareException
location - GroupwareException -
public void setMeeting(boolean flag)
throws GroupwareException
boolean - flagGroupwareException -
public void setMimeType(java.lang.String mimeType)
throws GroupwareException
MIMEtype - GroupwareException -
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
int - reminderGroupwareException -
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 -
public void setSubject(java.lang.String subject)
throws GroupwareException
subject - GroupwareException -
public void setTo(java.lang.String to)
throws GroupwareException
to - recipient listGroupwareException -
public void setToList(java.util.List to)
throws GroupwareException
to - recipient listGroupwareException -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||