Class EditCustomField

java.lang.Object
webwork.action.ActionSupport
com.atlassian.jira.web.action.JiraWebActionSupport
com.atlassian.jira.web.action.admin.customfields.EditCustomField
All Implemented Interfaces:
ErrorCollection, I18nHelper, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware

public class EditCustomField extends JiraWebActionSupport
See Also:
  • Constructor Details

  • Method Details

    • doDefault

      public String doDefault() throws Exception
      Overrides:
      doDefault in class webwork.action.ActionSupport
      Throws:
      Exception
    • doValidation

      protected void doValidation()
      Overrides:
      doValidation in class webwork.action.ActionSupport
    • doExecute

      protected String doExecute() throws Exception
      Overrides:
      doExecute in class webwork.action.ActionSupport
      Throws:
      Exception
    • isFieldManaged

      public boolean isFieldManaged()
    • isFieldLocked

      public boolean isFieldLocked()
    • getManagedFieldDescriptionKey

      public String getManagedFieldDescriptionKey()
    • getId

      public Long getId()
    • setId

      public void setId(Long l)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • setSearcher

      public void setSearcher(String searcher)
    • getSearcher

      public String getSearcher()
    • getSearchers

      public List getSearchers()
    • getCurrentSearcher

      public CustomFieldSearcher getCurrentSearcher()
    • getCustomField

      public CustomField getCustomField()