Nuxeo Enterprise Platform 5.4

org.nuxeo.cm.mailbox
Class ParticipantListImpl

java.lang.Object
  extended by org.nuxeo.cm.mailbox.ParticipantListImpl
All Implemented Interfaces:
Serializable, ParticipantsList

Deprecated.

@Deprecated
public class ParticipantListImpl
extends Object
implements ParticipantsList

Mailing list implementation using a complex property value as backend.

Author:
Anahide Tchertchian
See Also:
Serialized Form

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

ParticipantListImpl

public ParticipantListImpl(Map<String,Serializable> mlDoc)
Deprecated. 
Method Detail

getDescription

public String getDescription()
Deprecated. 
Specified by:
getDescription in interface ParticipantsList
Returns:
the description

getId

public String getId()
Deprecated. 
Description copied from interface: ParticipantsList
Returns this mailing list id.

Specified by:
getId in interface ParticipantsList

getMailboxIds

public List<String> getMailboxIds()
Deprecated. 
Description copied from interface: ParticipantsList
Gets the id list of mailboxes of this list.

Specified by:
getMailboxIds in interface ParticipantsList

getTitle

public String getTitle()
Deprecated. 
Description copied from interface: ParticipantsList
Returns title of the mailing list.

Specified by:
getTitle in interface ParticipantsList

setDescription

public void setDescription(String descr)
Deprecated. 
Description copied from interface: ParticipantsList
Updates the description of this mailing list.

Specified by:
setDescription in interface ParticipantsList

setId

public void setId(String id)
Deprecated. 
Description copied from interface: ParticipantsList
Sets id of the mailing list.

Specified by:
setId in interface ParticipantsList

setMailboxIds

public void setMailboxIds(List<String> mailboxes)
Deprecated. 
Description copied from interface: ParticipantsList
Sets the list of mailboxes of this list.

Specified by:
setMailboxIds in interface ParticipantsList

setTitle

public void setTitle(String title)
Deprecated. 
Description copied from interface: ParticipantsList
Sets title of the mailing list.

Specified by:
setTitle in interface ParticipantsList

getMap

public Map<String,Serializable> getMap()
Deprecated. 
Description copied from interface: ParticipantsList
Gets the complete property map.

Specified by:
getMap in interface ParticipantsList

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.