com.atlassian.jira.web.action.admin.user
Class UserBrowser

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
                  extended bycom.atlassian.jira.web.action.IssueActionSupport
                      extended bycom.atlassian.jira.web.action.AbstractBrowser
                          extended bycom.atlassian.jira.web.action.admin.user.UserBrowser

public class UserBrowser
extends AbstractBrowser

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.jira.web.action.AbstractBrowser
MODE_HIDE, MODE_SHOW, params
 
Fields inherited from class com.atlassian.jira.web.action.ProjectActionSupport
savedFilters
 
Fields inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
ISSUE_NOT_FOUND_RESULT, PERMISSION_VIOLATION_RESULT, permissionManager, request
 
Fields inherited from class com.atlassian.jira.action.JiraActionSupport
log
 
Constructor Summary
UserBrowser()
           
 
Method Summary
protected  java.lang.String doExecute()
           
 java.util.Collection getBrowsableItems()
           
 java.util.Collection getCurrentPage()
          Return the current 'page' of issues (given max and start) for the current filter
 UserBrowserFilter getFilter()
           
 java.util.Collection getGroups()
           
 PagerFilter getPager()
           
 java.util.Collection getUsers()
          Convenience method to use from JSP's to access total number of users
 void resetPager()
           
 
Methods inherited from class com.atlassian.jira.web.action.AbstractBrowser
getMaxValues, getMode, getNiceEnd, getNiceStart, getSingleParam, getTimePeriods, setHide, setMode, setParameters, setShow, setStart
 
Methods inherited from class com.atlassian.jira.web.action.IssueActionSupport
getActionManager, getAttachmentManager, getCustomFieldManager, getDaysPerWeek, getHoursPerDay, getIssueManager, getPossibleVersions, getPossibleVersionsReleasedFirst, getPrettyDuration, getSearchRequest, getSelectedProject, getUrlEncoded, getWorkflow, isCustomFieldHidden, isFieldHidden, isFieldHidden, setCurrentIssue, setSelectedProject, setSelectedProjectId
 
Methods inherited from class com.atlassian.jira.web.action.ProjectActionSupport
getBrowseableProjects, getBrowseableProjectsInCategory, getSavedFilters
 
Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
getAssignableUsers, getAssignableUsers, getCachedGroups, getComponentManager, getConstantsManager, getDefaultAssignee, getField, getLocale, getOutlookDate, getProjectManager, getPropertySet, getRedirect, getRemoteUser, getText, getText, getText, getText, getUserFullName, getUserPreferences, isDefaultAssignee, isDefaultAssignee, isHasIssuePermission, isHasIssuePermission, isHasPermission, isHasPermission, isHasPermission, isHasProjectPermission, isHasProjectPermission, processDefaultAssignee, processDefaultAssignee
 
Methods inherited from class com.atlassian.jira.action.JiraActionSupport
addErrorMessages, addErrors, execute, getActionName, getApplicationProperties, getDelegator, getLocaleUtils, getResult, isIndexing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserBrowser

public UserBrowser()
Method Detail

doExecute

protected java.lang.String doExecute()
                              throws java.lang.Exception
Throws:
java.lang.Exception

getPager

public PagerFilter getPager()
Specified by:
getPager in class AbstractBrowser

resetPager

public void resetPager()
Specified by:
resetPager in class AbstractBrowser

getFilter

public UserBrowserFilter getFilter()

getCurrentPage

public java.util.Collection getCurrentPage()
Return the current 'page' of issues (given max and start) for the current filter

Specified by:
getCurrentPage in class AbstractBrowser

getBrowsableItems

public java.util.Collection getBrowsableItems()
Specified by:
getBrowsableItems in class AbstractBrowser

getGroups

public java.util.Collection getGroups()

getUsers

public java.util.Collection getUsers()
Convenience method to use from JSP's to access total number of users