public class

ManageIssueTypeSchemes

extends AbstractManageIssueTypeOptionsAction
java.lang.Object
   ↳ webwork.action.ActionSupport
     ↳ com.atlassian.jira.action.JiraActionSupport
       ↳ com.atlassian.jira.web.action.JiraWebActionSupport
         ↳ com.atlassian.jira.web.action.admin.issuetypes.AbstractManageIssueTypeOptionsAction
           ↳ com.atlassian.jira.web.action.admin.issuetypes.pro.ManageIssueTypeSchemes

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.admin.issuetypes.AbstractManageIssueTypeOptionsAction
From class com.atlassian.jira.web.action.JiraWebActionSupport
From class com.atlassian.jira.action.JiraActionSupport
From class webwork.action.ActionSupport
Public Constructors
ManageIssueTypeSchemes(FieldConfigSchemeManager configSchemeManager, IssueTypeSchemeManager issueTypeSchemeManager, FieldManager fieldManager, OptionSetManager optionSetManager, IssueTypeManageableOption manageableOptionType, BulkMoveOperation bulkMoveOperation, SearchProvider searchProvider, IssueManager issueManager, TranslationManager translationManager)
Public Methods
String doAddScheme()
String doDefault()
String getActionType()
Collection getOptions(FieldConfigScheme configScheme)
List<FieldConfigScheme> getSchemes()
boolean isDefault(FieldConfigScheme configScheme)
boolean isDefault(String id, FieldConfigScheme configScheme)
boolean isTranslatable()
Protected Methods
String doExecute()
[Expand]
Inherited Methods
From class com.atlassian.jira.web.action.admin.issuetypes.AbstractManageIssueTypeOptionsAction
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 ManageIssueTypeSchemes (FieldConfigSchemeManager configSchemeManager, IssueTypeSchemeManager issueTypeSchemeManager, FieldManager fieldManager, OptionSetManager optionSetManager, IssueTypeManageableOption manageableOptionType, BulkMoveOperation bulkMoveOperation, SearchProvider searchProvider, IssueManager issueManager, TranslationManager translationManager)

Public Methods

public String doAddScheme ()

Throws
Exception

public String doDefault ()

Throws
Exception

public String getActionType ()

public Collection getOptions (FieldConfigScheme configScheme)

public List<FieldConfigScheme> getSchemes ()

public boolean isDefault (FieldConfigScheme configScheme)

public boolean isDefault (String id, FieldConfigScheme configScheme)

public boolean isTranslatable ()

Protected Methods

protected String doExecute ()

Throws
Exception