com.atlassian.jira.web.action
Class ProjectActionSupport

java.lang.Object
  extended byActionSupport
      extended bycom.atlassian.jira.action.JiraActionSupport
          extended bycom.atlassian.jira.web.action.JiraWebActionSupport
              extended bycom.atlassian.jira.web.action.ProjectActionSupport
Direct Known Subclasses:
AbstractConfigurePortal, AbstractImportEntity, AbstractPermissions, AbstractProjectAction, AbstractSaveConfiguration, AddProjectCategory, AttachmentsAdmin, CreateCustomField, DeleteProjectCategory, EditCustomField, EditCustomFieldOptions, EditProjectCategory, ExportAll, ImportAll, IndexAdminImpl, IssueActionSupport, RestoreDefaultDashboard, TimeTrackingAdmin, ViewApplicationProperties, ViewCustomFields, ViewLookAndFeel

public class ProjectActionSupport
extends JiraWebActionSupport

See Also:
Serialized Form

Field Summary
protected  java.util.Collection savedFilters
           
 
Fields inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
PERMISSION_VIOLATION_RESULT, request
 
Fields inherited from class com.atlassian.jira.action.JiraActionSupport
log
 
Constructor Summary
ProjectActionSupport()
           
 
Method Summary
 java.util.Collection getBrowseableProjects()
           
 ProjectManager getProjectManager()
           
 java.util.Collection getSavedFilters()
          Return a list of saved filters for a particular person
 
Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
getCachedGroups, getConstantsManager, getGlobalColumns, getPropertySet, getRedirect, getRemoteUser, getUserPreferences, isHasIssuePermission, isHasPermission, isHasPermission, isHasProjectPermission
 
Methods inherited from class com.atlassian.jira.action.JiraActionSupport
addErrorMessages, addErrors, execute, getActionName, getApplicationProperties, getDelegator, getResult, isIndexing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

savedFilters

protected java.util.Collection savedFilters
Constructor Detail

ProjectActionSupport

public ProjectActionSupport()
Method Detail

getProjectManager

public ProjectManager getProjectManager()

getBrowseableProjects

public java.util.Collection getBrowseableProjects()
                                           throws java.lang.Exception
Throws:
java.lang.Exception

getSavedFilters

public java.util.Collection getSavedFilters()
                                     throws GenericEntityException
Return a list of saved filters for a particular person

Throws:
GenericEntityException