public class

AddIssueTypeScreenScreenSchemeAssociation

extends JiraWebActionSupport
java.lang.Object
   ↳ webwork.action.ActionSupport
     ↳ com.atlassian.jira.action.JiraActionSupport
       ↳ com.atlassian.jira.web.action.JiraWebActionSupport
         ↳ com.atlassian.jira.web.action.admin.issuefields.screens.schemes.issuetype.AddIssueTypeScreenScreenSchemeAssociation

Class Overview

Responsible for rendering the user interface to add a new issue type to screen scheme entry to an existing issue type screen scheme.

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.JiraWebActionSupport
From class com.atlassian.jira.action.JiraActionSupport
From class webwork.action.ActionSupport
Public Constructors
AddIssueTypeScreenScreenSchemeAssociation(IssueTypeScreenSchemeManager issueTypeScreenSchemeManager, FieldScreenFactory fieldScreenFactory, FieldScreenSchemeManager fieldScreenSchemeManager, ConstantsManager constantsManager, SubTaskManager subTaskManager)
Public Methods
String doDefault()
Renders the dialog to input the values for a new issue type to field configuration entry.
List<IssueType> getAddableIssueTypes()
Long getFieldScreenSchemeId()
Collection<FieldScreenScheme> getFieldScreenSchemes()
Long getId()
String getIssueTypeId()
IssueTypeScreenScheme getIssueTypeScreenScheme()
void setFieldScreenSchemeId(Long fieldScreenSchemeId)
void setId(Long id)
void setIssueTypeId(String issueTypeId)
Protected Methods
String doExecute()
Handles the request to create a new issue type to screen scheme entry as submitted from the dialog.
[Expand]
Inherited Methods
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 AddIssueTypeScreenScreenSchemeAssociation (IssueTypeScreenSchemeManager issueTypeScreenSchemeManager, FieldScreenFactory fieldScreenFactory, FieldScreenSchemeManager fieldScreenSchemeManager, ConstantsManager constantsManager, SubTaskManager subTaskManager)

Public Methods

public String doDefault ()

Renders the dialog to input the values for a new issue type to field configuration entry.

Returns
Throws
Exception

public List<IssueType> getAddableIssueTypes ()

public Long getFieldScreenSchemeId ()

public Collection<FieldScreenScheme> getFieldScreenSchemes ()

public Long getId ()

public String getIssueTypeId ()

public IssueTypeScreenScheme getIssueTypeScreenScheme ()

public void setFieldScreenSchemeId (Long fieldScreenSchemeId)

public void setId (Long id)

public void setIssueTypeId (String issueTypeId)

Protected Methods

protected String doExecute ()

Handles the request to create a new issue type to screen scheme entry as submitted from the dialog.

On success, we redirect to the configure issue type screen scheme page.

On error, we return the user to the dialog.

Returns
Throws
Exception