|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface represents semantic object for calendar item
| Method Summary | |
Map |
getApplicationData()
Returns the application data of the calendar item |
Object |
getAttachmentList()
Returns the attachment list the calendar item |
Map |
getAvailabilityInfo(IDateRange range,
int timeInterval,
List addresses,
com.sapportals.portal.security.usermanagement.IUser user)
Returns the availability information for a list of users. |
String |
getContent()
Returns the content of the calendar item. |
Date |
getEndDateTime()
Returns the End date and time of the calendar item |
String |
getFrom()
Returns the address which sent the calendar item. |
IEmailAddress |
getFromAddress()
Returns the email address which sent the calendar item. |
String |
getID()
Returns the Id of calendar item, which uniquely identifies the item. |
String |
getLocation()
Returns the location |
String |
getMimeType()
Returns the MIME type of the content of the calendar item. |
String |
getOrganizer()
Returns the organizer of the meeting item. |
IRecurrenceClient |
getRecurrence()
This method retrieves recurrene object from the calendar object |
RecurrenceStatusType |
getRecurringStatus()
Returns true if the appointment is a recurring appointment else false. |
int |
getReminder()
Returns the reminder |
RID |
getRID()
Returns the RID of calendar so |
AvailabilityType |
getShowTimeAs()
Returns the showtime-as flag |
Date |
getStartDateTime()
Returns the start date and time of the calendar item |
String |
getSubject()
Returns the subject of the calendar item. |
String |
getTo()
Returns the recipient list of the calendar item. |
List |
getToList()
Returns the recipient list of the calendar item as a list of EmailAddresses. |
String |
getTransportName(TransportType type)
Returns the transport name of the calendar item. |
boolean |
isAllDay()
Returns the allday flag to indicate whether this spans whole day or not |
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 |
remove(com.sapportals.portal.security.usermanagement.IUser user)
Removes the calendar item. |
void |
remove(com.sapportals.portal.security.usermanagement.IUser user,
boolean isSeries)
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(Map customAttributes)
Sets application data on the calendar item as custom attributes. |
void |
setAttachmentList(Object attachmentList)
Sets the list of attachments on the calendar item. |
void |
setContent(String content)
Sets the body of the calendar item. |
void |
setEndDateTime(Date endDateTime)
Sets the end date and time of the calendar item |
void |
setFrom(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(String Id)
Sets the Id of calendar item, which uniquely identifies the item. |
void |
setLocation(String location)
Sets the location |
void |
setMeeting(boolean flag)
Sets if the calendar item is a meeting, false otherwise. |
void |
setMimeType(String mimeType)
Sets the MIME type of the content of the calendar item. |
void |
setOrganizer(String organizer)
Sets the organizer of the meeting item (Used to create meetings on behalf of another user) |
void |
setRecurrence(IRecurrenceClient recurrenceTransport)
To set recurrence object on the calendar object |
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 |
void |
setSubject(String subject)
Sets the subject of the calendar item. |
void |
setTo(String to)
Sets the recipient list of calendar item. |
void |
setToList(List to)
Sets the recipient list of calendar item as a list of EmailAddresses. |
| Method Detail |
public RID getRID()
throws GroupwareException
GroupwareException - When error occurs
public String getID()
throws GroupwareException
GroupwareException - When error occurs
public void setID(String Id)
throws GroupwareException
Id - Id of the calendar item
GroupwareException - When error occurs
public String getTransportName(TransportType type)
throws GroupwareException
GroupwareException - When error occurs
public String getContent()
throws GroupwareException
GroupwareException - When error occurs
public void setContent(String content)
throws GroupwareException
content - Content
GroupwareException - When error occurs
public String getSubject()
throws GroupwareException
GroupwareException
public void setSubject(String subject)
throws GroupwareException
subject - of calendar item.
GroupwareException - When error occurs
public void setTo(String to)
throws GroupwareException
to - string representing Collection of email addresses seperated by semicolon(;)
GroupwareException - When error occurs
public String getTo()
throws GroupwareException
GroupwareException - When error occurs
public void setToList(List to)
throws GroupwareException
to - recipient list of IEmailAddress Objects.
GroupwareException - When error occurs
public List getToList()
throws GroupwareException
GroupwareException - When error occurs
public void setFrom(String from)
throws GroupwareException
from - email address conforming to RFC 822.
GroupwareException - When error occurs
public String getFrom()
throws GroupwareException
GroupwareException - When error occurs
public void setFromAddress(IEmailAddress from)
throws GroupwareException
from - IEmailAddress Object.
GroupwareException - When error occurs
public IEmailAddress getFromAddress()
throws GroupwareException
GroupwareException - When error occurs
public void save(com.sapportals.portal.security.usermanagement.IUser user)
throws GroupwareException
GroupwareException - When error occurs
public void send(com.sapportals.portal.security.usermanagement.IUser user)
throws GroupwareException
GroupwareException - When error occurs
public void remove(com.sapportals.portal.security.usermanagement.IUser user)
throws GroupwareException
GroupwareException - When error occurs
public void remove(com.sapportals.portal.security.usermanagement.IUser user,
boolean isSeries)
throws GroupwareException
GroupwareException - When error occurs
public void setMimeType(String mimeType)
throws GroupwareException
GroupwareException - When error occurs
public String getMimeType()
throws GroupwareException
GroupwareException - When error occurs
public void setApplicationData(Map customAttributes)
throws GroupwareException
customAttributes -
GroupwareException - When error occurs
public Map getApplicationData()
throws GroupwareException
GroupwareException - When error occurs
public void setLocation(String location)
throws GroupwareException
location -
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 int getReminder()
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 - email address.
GroupwareException - When error occurs
public String getOrganizer()
throws GroupwareException
GroupwareException - When error occurs
public boolean isRecurring()
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 Map getAvailabilityInfo(IDateRange range,
int timeInterval,
List addresses,
com.sapportals.portal.security.usermanagement.IUser user)
throws GroupwareException
GroupwareException - When error occurs
public Object getAttachmentList()
throws GroupwareException
GroupwareException - When error occurs
public void setAttachmentList(Object attachmentList)
throws GroupwareException,
IllegalArgumentException
GroupwareException - When error occurs
IllegalArgumentException - When Attachment List Object is of unsupported type
public void setRecurrence(IRecurrenceClient recurrenceTransport)
throws GroupwareException
recurrenceTransport - recurrence Object
GroupwareException
public IRecurrenceClient getRecurrence()
throws GroupwareException
GroupwareException
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||