|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMailRecipient
Classes that implement this interface are recipients in the groupware schema.
| Field Summary | |
|---|---|
static ItemClass |
CLASS
Represents a groupware recipient. |
static Key |
DISPLAY_ADDRESS
Represents the display address of the recipient. |
static int |
KEYID_DISPLAY_ADDRESS
The int ID for the DISPLAY_ADDRESS key. |
static int |
KEYID_NAME
The int ID for the NAME key. |
static int |
KEYID_SMTP_ADDRESS
The int ID for the SMTP_ADDRESS key. |
static int |
KEYID_TYPE
The int ID for the TYPE key. |
static Key |
NAME
Represents the name of the recipient. |
static Key |
SMTP_ADDRESS
Represents the SMTP address of the recipient. |
static Key |
TYPE
Represents the recipient type. |
| Fields inherited from interface com.compoze.collab.messaging.IRecipient |
|---|
ADDRESS, KEYID_ADDRESS, MINIMUM_KEYS |
| Fields inherited from interface com.compoze.collab.IItem |
|---|
ID, ITEM_CLASS, KEYID_ID, KEYID_ITEM_CLASS, KEYID_PARENT_ID, MINIMUM_ITEM_KEYS, PARENT_ID |
| Method Summary | |
|---|---|
String |
getDisplayAddress()
Gets the display address. |
String |
getName()
Gets the name. |
String |
getSmtpAddress()
Gets the SMTP address. |
RecipientType |
getType()
Gets the type of this recipient, as addressed on the message. |
| Methods inherited from interface com.compoze.collab.messaging.IRecipient |
|---|
getAddress, setAddress |
| Methods inherited from interface com.compoze.collab.IItem |
|---|
commit, containsKey, containsKey, copyProperties, copyTo, delete, fetchProperties, getAttribute, getEnum, getID, getInputStream, getItemClass, getOutputStream, getParent, getParent, getParentID, getProperties, getProperties, getProperties, getProperty, getProperty, getProperty, getReader, getRootContainer, getSession, getWriter, isMissing, moveTo, removeAttribute, removeProperty, setAttribute, setProperties, setProperty, setProperty, setProperty |
| Field Detail |
|---|
static final int KEYID_DISPLAY_ADDRESS
int ID for the DISPLAY_ADDRESS key.
static final int KEYID_NAME
int ID for the NAME key.
static final int KEYID_SMTP_ADDRESS
int ID for the SMTP_ADDRESS key.
static final int KEYID_TYPE
int ID for the TYPE key.
static final Key DISPLAY_ADDRESS
static final Key NAME
static final Key SMTP_ADDRESS
static final Key TYPE
static final ItemClass CLASS
| Method Detail |
|---|
String getDisplayAddress()
throws CollaborationException
null)
CollaborationException
String getName()
throws CollaborationException
null)
CollaborationException
String getSmtpAddress()
throws CollaborationException
null)
CollaborationException
RecipientType getType()
throws CollaborationException
null)
CollaborationException
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||