Nuxeo Enterprise Platform 5.4

org.nuxeo.cm.mailbox
Interface ParticipantsList

All Superinterfaces:
Serializable
All Known Implementing Classes:
ParticipantListImpl

Deprecated.

@Deprecated
public interface ParticipantsList
extends Serializable

A mailing list is a set of users/groups. use MailingList instead.

Author:
Anahide Tchertchian

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

getId

String getId()
Deprecated. 
Returns this mailing list id.


setId

void setId(String id)
Deprecated. 
Sets id of the mailing list.


getTitle

String getTitle()
Deprecated. 
Returns title of the mailing list.


setTitle

void setTitle(String title)
Deprecated. 
Sets title of the mailing list.


getDescription

String getDescription()
Deprecated. 
Returns:
the description

setDescription

void setDescription(String descr)
Deprecated. 
Updates the description of this mailing list.

Parameters:
descr -

getMailboxIds

List<String> getMailboxIds()
Deprecated. 
Gets the id list of mailboxes of this list.


setMailboxIds

void setMailboxIds(List<String> mailboxes)
Deprecated. 
Sets the list of mailboxes of this list.

Parameters:
mailboxes -

getMap

Map<String,Serializable> getMap()
Deprecated. 
Gets the complete property map.


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.