@Deprecated public interface ParticipantsList extends Serializable
MailingList
instead.Modifier and Type | Method and Description |
---|---|
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.
|
String getId()
void setId(String id)
String getTitle()
void setTitle(String title)
String getDescription()
void setDescription(String descr)
descr
- void setMailboxIds(List<String> mailboxes)
mailboxes
- Map<String,Serializable> getMap()
Copyright © 2013 Nuxeo SA. All Rights Reserved.