public class

SelectComponentAssignees

extends AbstractProjectAction
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.project.AbstractProjectAction
             ↳ com.atlassian.jira.web.action.project.enterprise.SelectComponentAssignees

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.ProjectActionSupport
From class com.atlassian.jira.web.action.JiraWebActionSupport
From class com.atlassian.jira.action.JiraActionSupport
From class webwork.action.ActionSupport
Public Constructors
SelectComponentAssignees(ProjectManager projectManager, SelectComponentAssigneesUtil selectComponentAssigneesUtil, ProjectComponentManager projectComponentManager)
Public Methods
String doDefault()
String getAvatarUrl()
long getComponentAssigneeType(GenericValue component)
Map getComponentAssigneeTypes(GenericValue component)
String getComponentFieldName(GenericValue component)
Collection<ProjectComponent> getComponents()
static String getFieldPrefix()
Project getProject()
Long getProjectId()
void setProjectId(Long projectId)
Protected Methods
String doExecute()
void doValidation()
[Expand]
Inherited Methods
From class com.atlassian.jira.web.action.project.AbstractProjectAction
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

Public Constructors

public SelectComponentAssignees (ProjectManager projectManager, SelectComponentAssigneesUtil selectComponentAssigneesUtil, ProjectComponentManager projectComponentManager)

Public Methods

public String doDefault ()

Throws
Exception

public String getAvatarUrl ()

public long getComponentAssigneeType (GenericValue component)

public Map getComponentAssigneeTypes (GenericValue component)

public String getComponentFieldName (GenericValue component)

public Collection<ProjectComponent> getComponents ()

public static String getFieldPrefix ()

public Project getProject ()

Throws
GenericEntityException

public Long getProjectId ()

public void setProjectId (Long projectId)

Protected Methods

protected String doExecute ()

Throws
Exception

protected void doValidation ()