@Name(value="mailingListActions") @Scope(value=CONVERSATION) @Install(precedence=10) public class MailboxMailingListBean extends CaseManagementContextBoundInstance
| Modifier and Type | Field and Description |
|---|---|
static int |
MAXIMUM_MAIL_LIST_SIZE |
| Constructor and Description |
|---|
MailboxMailingListBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
createMailingList() |
String |
deleteMailingList(String mailingListId) |
MailingList |
getCurrentMailingList() |
String |
getNewTitle() |
String |
selectMailingList(String mlid) |
void |
setNewTitle(String newTitle) |
void |
updateCurrentMailingList() |
getCachedCase, getCachedCaseItem, getCachedMailbox, getCurrentCase, getCurrentCaseItem, getCurrentClassificationRoot, getCurrentMailbox, getCurrentRouteRoot, onMailboxContextChangepublic static final int MAXIMUM_MAIL_LIST_SIZE
public String createMailingList() throws ClientException
ClientExceptionpublic MailingList getCurrentMailingList() throws ClientException
ClientExceptionpublic String deleteMailingList(String mailingListId) throws ClientException
ClientExceptionpublic String selectMailingList(String mlid) throws ClientException
ClientExceptionpublic void updateCurrentMailingList()
throws ClientException
ClientExceptionpublic String getNewTitle()
public void setNewTitle(String newTitle)
Copyright © 2011 Nuxeo SA. All Rights Reserved.