|
Nuxeo Enterprise Platform 5.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.nuxeo.cm.mailbox.ParticipantListImpl
@Deprecated public class ParticipantListImpl
Mailing list implementation using a complex property value as backend.
Constructor Summary | |
---|---|
ParticipantListImpl(Map<String,Serializable> mlDoc)
Deprecated. |
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParticipantListImpl(Map<String,Serializable> mlDoc)
Method Detail |
---|
public String getDescription()
getDescription
in interface ParticipantsList
public String getId()
ParticipantsList
getId
in interface ParticipantsList
public List<String> getMailboxIds()
ParticipantsList
getMailboxIds
in interface ParticipantsList
public String getTitle()
ParticipantsList
getTitle
in interface ParticipantsList
public void setDescription(String descr)
ParticipantsList
setDescription
in interface ParticipantsList
public void setId(String id)
ParticipantsList
setId
in interface ParticipantsList
public void setMailboxIds(List<String> mailboxes)
ParticipantsList
setMailboxIds
in interface ParticipantsList
public void setTitle(String title)
ParticipantsList
setTitle
in interface ParticipantsList
public Map<String,Serializable> getMap()
ParticipantsList
getMap
in interface ParticipantsList
|
Nuxeo Enterprise Platform 5.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |