public class

GroupPickerBrowser

extends AbstractBrowser
java.lang.Object
   ↳ webwork.action.ActionSupport
     ↳ com.atlassian.jira.action.JiraActionSupport
       ↳ com.atlassian.jira.web.action.JiraWebActionSupport
         ↳ com.atlassian.jira.web.action.ProjectActionSupport
           ↳ com.atlassian.jira.web.action.IssueActionSupport
             ↳ com.atlassian.jira.web.action.AbstractBrowser
               ↳ com.atlassian.jira.web.action.admin.user.GroupPickerBrowser

Summary

[Expand]
Inherited Constants
From class com.atlassian.jira.web.action.JiraWebActionSupport
From interface webwork.action.Action
[Expand]
Inherited Fields
From class com.atlassian.jira.web.action.AbstractBrowser
From class com.atlassian.jira.web.action.IssueActionSupport
From class com.atlassian.jira.web.action.ProjectActionSupport
From class com.atlassian.jira.web.action.JiraWebActionSupport
From class com.atlassian.jira.action.JiraActionSupport
From class webwork.action.ActionSupport
Public Constructors
GroupPickerBrowser()
Public Methods
List getBrowsableItems()
List getCurrentPage()
Return the current 'page' of issues (given max and start) for the current filter
String getElement()
Get the name of the element for the value to be returned to
GroupBrowserFilter getFilter()
String getFormName()
Get the name of the calling form
Collection getGroups()
PagerFilter getPager()
boolean getPermission()
String getPreviouslySelected()
boolean isMultiSelect()
void resetPager()
void setElement(String element)
Set the name of the element for the value to be returned to
void setFormName(String formName)
Set the name of the calling form
void setMultiSelect(boolean isMultiSelect)
void setPreviouslySelected(String previouslySelected)
boolean wasPreviouslySelected(Group group)
Protected Methods
String doExecute()
[Expand]
Inherited Methods
From class com.atlassian.jira.web.action.AbstractBrowser
From class com.atlassian.jira.web.action.IssueActionSupport
From class com.atlassian.jira.web.action.ProjectActionSupport
From class com.atlassian.jira.web.action.JiraWebActionSupport
From class com.atlassian.jira.action.JiraActionSupport
From class webwork.action.ActionSupport
From class java.lang.Object
From interface com.atlassian.jira.util.ErrorCollection
From interface com.atlassian.jira.util.I18nHelper
From interface com.atlassian.jira.web.HttpServletVariables
From interface com.atlassian.jira.web.util.AuthorizationSupport
From interface webwork.action.Action
From interface webwork.action.CommandDriven
From interface webwork.action.IllegalArgumentAware
From interface webwork.action.ParameterAware

Public Constructors

public GroupPickerBrowser ()

Public Methods

public List getBrowsableItems ()

public List getCurrentPage ()

Return the current 'page' of issues (given max and start) for the current filter

public 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

public GroupBrowserFilter getFilter ()

public String getFormName ()

Get the name of the calling form

Returns
  • form name

public Collection getGroups ()

public PagerFilter getPager ()

public boolean getPermission ()

public String getPreviouslySelected ()

public boolean isMultiSelect ()

public void resetPager ()

public void setElement (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

public void setFormName (String formName)

Set the name of the calling form

Parameters
formName form name

public void setMultiSelect (boolean isMultiSelect)

public void setPreviouslySelected (String previouslySelected)

public boolean wasPreviouslySelected (Group group)

Protected Methods

protected String doExecute ()

Throws
Exception