com.solidstategroup.action.webmail
Class FolderAction

java.lang.Object
  extended by com.opensymphony.xwork.ActionSupport
      extended by com.solidstategroup.webwork.BaseAction
          extended by com.solidstategroup.webwork.PagingAction
              extended by com.solidstategroup.action.webmail.BaseWebMailAction
                  extended by com.solidstategroup.action.webmail.FolderAction
All Implemented Interfaces:
com.opensymphony.xwork.Action, com.opensymphony.xwork.LocaleProvider, com.opensymphony.xwork.Preparable, com.opensymphony.xwork.TextProvider, com.opensymphony.xwork.Validateable, com.opensymphony.xwork.ValidationAware, com.uwyn.rife.continuations.ContinuableObject, java.io.Serializable, java.lang.Cloneable

public class FolderAction
extends BaseWebMailAction

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.solidstategroup.action.webmail.BaseWebMailAction
action, folder, WEB_MAIL_ACCOUNT, webMailAccount
 
Fields inherited from class com.solidstategroup.webwork.PagingAction
pageNumber, results, resultsPerPage, resultsTotal
 
Fields inherited from class com.opensymphony.xwork.ActionSupport
LOG
 
Fields inherited from interface com.opensymphony.xwork.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
FolderAction()
           
 
Method Summary
 java.lang.String delete()
           
 java.lang.String edit()
           
 java.lang.String empty()
           
 java.util.Vector getFolders()
           
 java.lang.String manage()
           
 void setFolder(Folder folder)
           
 void setFolders(java.util.Vector folders)
           
 java.lang.String store()
           
 
Methods inherited from class com.solidstategroup.action.webmail.BaseWebMailAction
getAction, getFolder, getWebMailAccount, prepare, retrieveAccount, setAccountInSession, setAction, setWebMailAccount, validate
 
Methods inherited from class com.solidstategroup.webwork.PagingAction
copyToResults, getIndexStart, getNumberOfPages, getPageNumber, getPages, getResults, getResultsPerPage, getResultsTotal, getShowingEnd, getShowingStart, isNextPage, isPrevPage, setPageNumber, setResults, setResultsPerPage, setResultsTotal
 
Methods inherited from class com.opensymphony.xwork.ActionSupport
addActionError, addActionMessage, addFieldError, clone, doDefault, doInput, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, pause, setActionErrors, setActionMessages, setFieldErrors
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FolderAction

public FolderAction()
Method Detail

manage

public java.lang.String manage()

edit

public java.lang.String edit()

store

public java.lang.String store()

delete

public java.lang.String delete()

empty

public java.lang.String empty()

getFolders

public java.util.Vector getFolders()

setFolders

public void setFolders(java.util.Vector folders)

setFolder

public void setFolder(Folder folder)
Overrides:
setFolder in class BaseWebMailAction