|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This is a generic representation of the different groupware item types like, mail, meetings, task etc.
Copyright (c) SAP 2002
| Method Summary | |
java.util.Map |
getApplicationData()
Returns the application data of the groupware item |
java.lang.String |
getContent()
Returns the content of the groupware item. |
java.lang.String |
getFrom()
Returns the address which sent the groupware item. |
IEmailAddress |
getFromAddress()
Returns the address which sent the groupware item. |
IGroupwareManager |
getGroupwareManager()
Returns the groupware manager associated with the groupware item. |
java.lang.String |
getID()
Returns the Id of groupware item, which uniquely identifies the item. |
GroupwareItemType |
getItemType()
Returns the item type of the groupware item i.e. |
java.lang.String |
getMimeType()
Returns the MIME type of the content of the groupware item. |
java.lang.String |
getSubject()
Returns the subject of the groupware item. |
java.lang.String |
getTo()
Returns the recipient list of the groupware item. |
java.util.List |
getToList()
Returns the recipient list of the groupware item as a list of EmailAddresses. |
ITransport |
getTransport(TransportType type)
Returns the transport used by the groupware item |
java.lang.String |
getTransportName(TransportType type)
Returns the transport name of the groupware item. |
void |
remove(com.sapportals.portal.security.usermanagement.IUser user)
Removes the groupware item. |
void |
save(com.sapportals.portal.security.usermanagement.IUser user)
Saves the groupware item. |
void |
send(com.sapportals.portal.security.usermanagement.IUser user)
Sends the groupware item to the intended recipient list. |
void |
setApplicationData(java.util.Map customAttributes)
Sets application data on the groupware item as custom attributes. |
void |
setContent(java.lang.String content)
Sets the body of the groupware item. |
void |
setFrom(java.lang.String from)
Sets the address from which the groupware item is originating. |
void |
setFromAddress(IEmailAddress from)
Sets the EmailAddress from which the groupware item is originating. |
void |
setGroupwareManager(IGroupwareManager manager)
Sets a reference of the groupware manager in the groupware item. |
void |
setID(java.lang.String Id)
Sets the Id of groupware item, which uniquely identifies the item. |
void |
setMimeType(java.lang.String mimeType)
Sets the MIME type of the content of the groupware item. |
void |
setSubject(java.lang.String subject)
Sets the subject of the groupware item. |
void |
setTo(java.lang.String to)
Sets the recipient list of groupware item. |
void |
setToList(java.util.List to)
Sets the recipient list of groupware item. |
void |
setTransport(ITransport transport)
Sets a transport on the groupware item, which is used for save, send and fetch operations. |
| Method Detail |
public java.util.Map getApplicationData()
throws GroupwareException
GroupwareException -
public java.lang.String getContent()
throws GroupwareException
GroupwareException -
public java.lang.String getFrom()
throws GroupwareException
GroupwareException -
public IEmailAddress getFromAddress()
throws GroupwareException
GroupwareException -
public IGroupwareManager getGroupwareManager()
throws GroupwareException
GroupwareException -
public java.lang.String getID()
throws GroupwareException
GroupwareException -
public GroupwareItemType getItemType()
throws GroupwareException
GroupwareException -
public java.lang.String getMimeType()
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 ITransport getTransport(TransportType type)
throws GroupwareException
transport - typeGroupwareException -
public java.lang.String getTransportName(TransportType type)
throws GroupwareException
transport - typeGroupwareException -
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 setApplicationData(java.util.Map customAttributes)
throws GroupwareException
customAttributes - GroupwareException -
public void setContent(java.lang.String content)
throws GroupwareException
content - GroupwareException -
public void setFrom(java.lang.String from)
throws GroupwareException
from - GroupwareException -
public void setFromAddress(IEmailAddress from)
throws GroupwareException
from - GroupwareException -
public void setGroupwareManager(IGroupwareManager manager)
throws GroupwareException
GroupwareManager - GroupwareException -
public void setID(java.lang.String Id)
throws GroupwareException
Id - Id of the groupware itemGroupwareException -
public void setMimeType(java.lang.String mimeType)
throws GroupwareException
MIMEtype - GroupwareException -
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 - List of EmailAddressesGroupwareException -
public void setTransport(ITransport transport)
throws GroupwareException
transport - GroupwareException -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||