|
Nuxeo Enterprise Platform 5.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface ParticipantsList
A mailing list is a set of users/groups. use MailingList
instead.
Method Summary | |
---|---|
String |
getDescription()
Deprecated. |
String |
getId()
Deprecated. Returns this mailing list id. |
List<String> |
getMailboxIds()
Deprecated. Gets the id list of mailboxes of this list. |
Map<String,Serializable> |
getMap()
Deprecated. Gets the complete property map. |
String |
getTitle()
Deprecated. Returns title of the mailing list. |
void |
setDescription(String descr)
Deprecated. Updates the description of this mailing list. |
void |
setId(String id)
Deprecated. Sets id of the mailing list. |
void |
setMailboxIds(List<String> mailboxes)
Deprecated. Sets the list of mailboxes of this list. |
void |
setTitle(String title)
Deprecated. Sets title of the mailing list. |
Method Detail |
---|
String getId()
void setId(String id)
String getTitle()
void setTitle(String title)
String getDescription()
void setDescription(String descr)
descr
- List<String> getMailboxIds()
void setMailboxIds(List<String> mailboxes)
mailboxes
- Map<String,Serializable> getMap()
|
Nuxeo Enterprise Platform 5.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |