|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This is a generic representation of the different groupware item types like, mail, meetings, task etc.
| Method Summary | |
Map |
getApplicationData()
Returns the application data of the groupware item |
String |
getContent()
Returns the content of the groupware item. |
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. |
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. meeting, task etc. |
String |
getMimeType()
Returns the MIME type of the content of the groupware item. |
String |
getSubject()
Returns the subject of the groupware item. |
String |
getTo()
Returns the recipient list of the groupware item. |
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 |
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 |
remove(com.sapportals.portal.security.usermanagement.IUser user,
boolean isSeries)
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(Map customAttributes)
Sets application data on the groupware item as custom attributes. |
void |
setContent(String content)
Sets the body of the groupware item. |
void |
setFrom(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(String Id)
Sets the Id of groupware item, which uniquely identifies the item. |
void |
setMimeType(String mimeType)
Sets the MIME type of the content of the groupware item. |
void |
setSubject(String subject)
Sets the subject of the groupware item. |
void |
setTo(String to)
Sets the recipient list of groupware item. |
void |
setToList(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 String getID()
throws GroupwareException
GroupwareException - When error occurs
public void setID(String Id)
throws GroupwareException
Id - Id of the groupware item
GroupwareException - When error occurs
public GroupwareItemType getItemType()
throws GroupwareException
GroupwareException - When error occurs
public void setTransport(ITransport transport)
throws GroupwareException
transport - Transport handling this particular item.
GroupwareException - When error occurs
public void setGroupwareManager(IGroupwareManager manager)
throws GroupwareException
GroupwareException - When error occurs
public IGroupwareManager getGroupwareManager()
throws GroupwareException
GroupwareException - When error occurs
public ITransport getTransport(TransportType type)
throws GroupwareException
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 of the groupware item.
GroupwareException - When error occurs
public String getSubject()
throws GroupwareException
GroupwareException
public void setSubject(String subject)
throws GroupwareException
subject - subject attribute of groupware item.
GroupwareException - When error occurs
public void setTo(String to)
throws GroupwareException
to - string representing one or more recipients email address
seperated by (delimiter) by semi colon(;)
GroupwareException - When error occurs
public void setToList(List to)
throws GroupwareException
to - List of IEmailAddress Objects.
GroupwareException - When error occurs
public String getTo()
throws GroupwareException
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 If From email address does't conform
to the specification mentiond in RFC 822
public String getFrom()
throws GroupwareException
GroupwareException - When error occurs
public void setFromAddress(IEmailAddress from)
throws GroupwareException
from - EmailAddress attribute of groupware item.
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 If TransportConfiguration fetching fails.
public void remove(com.sapportals.portal.security.usermanagement.IUser user)
throws GroupwareException
GroupwareException - When error occurs If TransportConfiguration fetching fails.
public void remove(com.sapportals.portal.security.usermanagement.IUser user,
boolean isSeries)
throws GroupwareException
GroupwareException - When error occurs If TransportConfiguration fetching fails.
public void setMimeType(String mimeType)
throws GroupwareException
mimeType - MIME type of groupware item.
GroupwareException - When error occurs
public String getMimeType()
throws GroupwareException
GroupwareException - When error occurs
public void setApplicationData(Map customAttributes)
throws GroupwareException
customAttributes - Map containing Custom Attributes.
GroupwareException - When error occurs
public Map getApplicationData()
throws GroupwareException
GroupwareException - When error occurs
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||