@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, onMailboxContextChange
public static final int MAXIMUM_MAIL_LIST_SIZE
public String createMailingList() throws ClientException
ClientException
public MailingList getCurrentMailingList() throws ClientException
ClientException
public String deleteMailingList(String mailingListId) throws ClientException
ClientException
public String selectMailingList(String mlid) throws ClientException
ClientException
public void updateCurrentMailingList() throws ClientException
ClientException
public String getNewTitle()
public void setNewTitle(String newTitle)
Copyright © 2013 Nuxeo SA. All Rights Reserved.