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

java.lang.Object
  extended by webwork.action.ActionSupport
      extended by com.atlassian.jira.action.JiraActionSupport
          extended by com.atlassian.jira.web.action.JiraWebActionSupport
              extended by com.atlassian.jira.web.action.ProjectActionSupport
                  extended by com.atlassian.jira.web.action.IssueActionSupport
                      extended by com.atlassian.jira.web.action.AbstractBrowser
                          extended by com.atlassian.jira.web.action.admin.user.UserPickerBrowser
All Implemented Interfaces:
ErrorCollection, I18nHelper, java.io.Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware, webwork.action.ParameterAware

public class UserPickerBrowser
extends AbstractBrowser

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.jira.util.I18nHelper
I18nHelper.BeanFactory
 
Field Summary
static int ALL_USERS
           
static int ASSIGNABLE
           
 
Fields inherited from class com.atlassian.jira.web.action.AbstractBrowser
params
 
Fields inherited from class com.atlassian.jira.web.action.IssueActionSupport
attachmentManager
 
Fields inherited from class com.atlassian.jira.web.action.ProjectActionSupport
projectManager
 
Fields inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
ISSUE_NOT_FOUND_RESULT, PERMISSION_VIOLATION_RESULT, request, RETURN_URL_PARAMETER, savedFilters
 
Fields inherited from class com.atlassian.jira.action.JiraActionSupport
log
 
Fields inherited from class webwork.action.ActionSupport
command, errorMap, errorMessages
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
UserPickerBrowser(EmailFormatter emailFormatter)
           
 
Method Summary
protected  java.lang.String doExecute()
           
 java.util.List getBrowsableItems()
           
 java.util.List getCurrentPage()
          Return the current 'page' of issues (given max and start) for the current filter
 java.lang.String getDisplayEmail(java.lang.String email)
           
 java.lang.String getElement()
          Get the name of the element for the value to be returned to
 boolean getEmailColumnVisible()
           
 UserPickerFilter getFilter()
           
 java.lang.String getFormName()
          Get the name of the calling form
 java.util.Collection getGroups()
           
 PagerFilter getPager()
           
 boolean getPermission()
           
 java.lang.String getPreviouslySelected()
           
 java.util.Collection getUsers()
          Convenience method to use from JSP's to access total number of users
 boolean isMultiSelect()
           
 void resetPager()
           
 void setElement(java.lang.String element)
          Set the name of the element for the value to be returned to
 void setFormName(java.lang.String formName)
          Set the name of the calling form
 void setMultiSelect(boolean isMultiSelect)
           
 void setPreviouslySelected(java.lang.String previouslySelected)
           
 boolean wasPreviouslySelected(com.opensymphony.user.User user)
           
 
Methods inherited from class com.atlassian.jira.web.action.AbstractBrowser
getMaxValues, getNiceEnd, getNiceStart, getSingleParam, setParameters, setStart
 
Methods inherited from class com.atlassian.jira.web.action.IssueActionSupport
clearSelectedIssue, getAttachmentManager, getCurrentFailedLoginCount, getCurrentJQL, getCustomFieldManager, getDaysPerWeek, getEverLoggedIn, getHoursPerDay, getIssueManager, getLastFailedLogin, getLastLogin, getLoginCount, getPossibleVersions, getPossibleVersionsReleasedFirst, getPrettyDuration, getPreviousLogin, getSearchRequest, getSelectedIssueId, getSessionPagerFilterManager, getSessionSearchRequestManager, getSessionSearchRequestManagerFactory, getSessionSelectedIssueManager, getTotalFailedLoginCount, getUrlEncoded, getWorkflow, getWorkflowTransitionDescription, getWorkflowTransitionDisplayName, isCustomFieldHidden, isElevatedSecurityCheckRequired, isFieldHidden, isFieldHidden, isFieldHidden, isTimeTrackingEnabled, setCurrentIssue, setSearchRequest, setSelectedIssueId, updateSearchRequest
 
Methods inherited from class com.atlassian.jira.web.action.ProjectActionSupport
getBrowseableProjects, getBrowseableProjectsInCategory, getSelectedProjectId, setSelectedProject, setSelectedProject
 
Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
addErrorCollection, addErrorMessageByKeyIfAbsent, addErrorMessageIfAbsent, forceRedirect, getApplicationProperties, getAssignableUsers, getAssignableUsers, getCachedGroups, getComponentManager, getConglomerateCookieValue, getConstantsManager, getDateFormat, getDateTimeFormat, getDescTranslation, getExternalLinkUtils, getField, getFlushedErrorMessages, getGlobalPermissionManager, getHint, getHintManager, getJiraServiceContext, getLanguage, getNameTranslation, getOutlookDate, getPermissionManager, getProjectManager, getPropertySet, getRandomHint, getRedirect, getRemoteUser, getReturnUrl, getReturnUrlForCancelLink, getSearchSortDescriptions, getSelectedProject, getSelectedProjectObject, getServerId, getText, getTimeFormat, getUriValidator, getUserFullName, getUserProjectHistoryManager, getVersionManager, getWebworkStack, getWebworkStack, getXsrfToken, hasErrorMessage, hasErrorMessageByKey, htmlEncode, isHasIssuePermission, isHasIssuePermission, isHasPermission, isHasPermission, isHasPermission, isHasProjectPermission, isHasProjectPermission, isInlineDialogMode, isSystemAdministrator, isUserExists, returnComplete, returnComplete, returnCompleteWithInlineRedirect, setConglomerateCookieValue, setInline, setReturnUrl, setSelectedProjectId
 
Methods inherited from class com.atlassian.jira.action.JiraActionSupport
addErrorMessages, addErrorMessages, addErrors, addIllegalArgumentException, execute, getActionName, getDefaultResourceBundle, getDelegator, getKeysForPrefix, getLocale, getResult, getText, getText, getText, getText, getText, getText, getText, getText, getText0, getUnescapedText, getUserPreferences, getWatcherManager, hasAnyErrors, isEnterprise, isIndexing, isProfessional, isProfessionalOrEnterprise, isStandard, removeKeyOrAddError
 
Methods inherited from class webwork.action.ActionSupport
addError, addErrorMessage, doDefault, doValidation, getCommandName, getErrorMessages, getErrors, getHasErrorMessages, getHasErrors, getPropertyEditorMessage, getTexts, getTexts, getTimezone, invalidInput, invokeCommand, isCommand, setCommand, setErrorMessages, setErrors, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.util.ErrorCollection
addError, addErrorMessage, addErrorMessages, addErrors, getErrorMessages, getErrors, hasAnyErrors, setErrorMessages
 
Methods inherited from interface webwork.action.CommandDriven
getCommandName, setCommand
 

Field Detail

ALL_USERS

public static final int ALL_USERS
See Also:
Constant Field Values

ASSIGNABLE

public static final int ASSIGNABLE
See Also:
Constant Field Values
Constructor Detail

UserPickerBrowser

public UserPickerBrowser(EmailFormatter emailFormatter)
Method Detail

doExecute

protected java.lang.String doExecute()
                              throws java.lang.Exception
Overrides:
doExecute in class webwork.action.ActionSupport
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 UserPickerFilter getFilter()

getCurrentPage

public java.util.List 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.List 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

Returns:
a collection of browsable users

getFormName

public java.lang.String getFormName()
Get the name of the calling form

Returns:
form name

setFormName

public void setFormName(java.lang.String formName)
Set the name of the calling form

Parameters:
formName - form name

getElement

public java.lang.String getElement()
Get the name of the element for the value to be returned to

Returns:
the name of the element for the value to be returned to

setElement

public void setElement(java.lang.String element)
Set the name of the element for the value to be returned to

Parameters:
element - the name of the element for the value to be returned to

getPermission

public boolean getPermission()

isMultiSelect

public boolean isMultiSelect()

setMultiSelect

public void setMultiSelect(boolean isMultiSelect)

getEmailColumnVisible

public boolean getEmailColumnVisible()

getDisplayEmail

public java.lang.String getDisplayEmail(java.lang.String email)

getPreviouslySelected

public java.lang.String getPreviouslySelected()

setPreviouslySelected

public void setPreviouslySelected(java.lang.String previouslySelected)

wasPreviouslySelected

public boolean wasPreviouslySelected(com.opensymphony.user.User user)


Copyright © 2002-2010 Atlassian. All Rights Reserved.