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

public class EditLevel extends JiraWebActionSupport
See Also:
  • Constructor Details

  • Method Details

    • getIssueSecurityLevelService

      public IssueSecurityLevelService getIssueSecurityLevelService()
    • getLevelManager

      public IssueSecurityLevelManager getLevelManager()
    • getRedirectURL

      public String getRedirectURL()
    • doDefault

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

      public IssueSecurityLevel getLevel() throws org.ofbiz.core.entity.GenericEntityException
      Throws:
      org.ofbiz.core.entity.GenericEntityException
    • doExecute

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

      public Long getLevelId()
    • setLevelId

      public void setLevelId(Long levelId)
    • getSchemeId

      public Long getSchemeId()
    • setSchemeId

      public void setSchemeId(Long schemeId)
    • setLevel

      public void setLevel(IssueSecurityLevel level)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)