public class UserFolderAction extends FaxToMailActionSupport
| Modifier and Type | Field and Description |
|---|---|
protected ConfigurationService |
configurationService |
protected List<MailFolder> |
mailFolders |
protected MailFolderService |
mailFolderService |
protected Map<String,Collection<MailFolder>> |
userFolders |
protected Set<FaxToMailUser> |
users |
applicationConfig, EXCLUSION_STRATEGY, gson, GSON_EXCLUSIONS, NEXT, SAVE, session| Constructor and Description |
|---|
UserFolderAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
execute() |
List<MailFolder> |
getMailFolders() |
Map<String,Collection<MailFolder>> |
getUserFolders() |
Set<FaxToMailUser> |
getUsers() |
String |
input() |
void |
setConfigurationService(ConfigurationService configurationService) |
void |
setMailFolderService(MailFolderService mailFolderService) |
void |
setUserFoldersJson(String json) |
getApplicationConfig, getAuthenticatedUser, getEnumAsMap, getGson, getSession, isAdmin, isAuthenticated, setApplicationConfig, setSession, toJsonaddActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, doDefault, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getFormatted, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, validateprotected ConfigurationService configurationService
protected MailFolderService mailFolderService
protected List<MailFolder> mailFolders
protected Set<FaxToMailUser> users
protected Map<String,Collection<MailFolder>> userFolders
public void setConfigurationService(ConfigurationService configurationService)
public void setMailFolderService(MailFolderService mailFolderService)
public String input() throws Exception
input in class com.opensymphony.xwork2.ActionSupportExceptionpublic String execute() throws Exception
execute in interface com.opensymphony.xwork2.Actionexecute in class com.opensymphony.xwork2.ActionSupportExceptionpublic List<MailFolder> getMailFolders()
public Set<FaxToMailUser> getUsers()
public Map<String,Collection<MailFolder>> getUserFolders()
public void setUserFoldersJson(String json)
Copyright © 2014 CodeLutin. All rights reserved.