org.nuxeo.cm.web.mailbox
Class MailboxMailingListBean
java.lang.Object
org.nuxeo.cm.web.invalidations.CaseManagementContextBoundInstance
org.nuxeo.cm.web.mailbox.MailboxMailingListBean
- All Implemented Interfaces:
- Serializable, CaseManagementContextHolder
@Name(value="mailingListActions")
@Scope(value=CONVERSATION)
@Install(precedence=10)
public class MailboxMailingListBean
- extends CaseManagementContextBoundInstance
Bean used to manage the mailing list of the current Mailbox.
- See Also:
- Serialized Form
MAXIMUM_MAIL_LIST_SIZE
public static final int MAXIMUM_MAIL_LIST_SIZE
- See Also:
- Constant Field Values
MailboxMailingListBean
public MailboxMailingListBean()
createMailingList
public String createMailingList()
throws org.nuxeo.ecm.core.api.ClientException
- Throws:
org.nuxeo.ecm.core.api.ClientException
getCurrentMailingList
public MailingList getCurrentMailingList()
throws org.nuxeo.ecm.core.api.ClientException
- Throws:
org.nuxeo.ecm.core.api.ClientException
deleteMailingList
public String deleteMailingList(String mailingListId)
throws org.nuxeo.ecm.core.api.ClientException
- Throws:
org.nuxeo.ecm.core.api.ClientException
selectMailingList
public String selectMailingList(String mlid)
throws org.nuxeo.ecm.core.api.ClientException
- Throws:
org.nuxeo.ecm.core.api.ClientException
updateCurrentMailingList
public void updateCurrentMailingList()
throws org.nuxeo.ecm.core.api.ClientException
- Throws:
org.nuxeo.ecm.core.api.ClientException
getNewTitle
public String getNewTitle()
setNewTitle
public void setNewTitle(String newTitle)
Copyright © 2011 Nuxeo SAS. All Rights Reserved.