java.lang.Object
webwork.action.ActionSupport
com.atlassian.jira.web.action.JiraWebActionSupport
com.atlassian.jira.web.action.admin.issuefields.enterprise.AbstractSchemeAware
All Implemented Interfaces:
ErrorCollection, I18nHelper, SchemeAware, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware
Direct Known Subclasses:
DeleteScheme

public abstract class AbstractSchemeAware extends JiraWebActionSupport implements SchemeAware
See Also:
  • Constructor Details

    • AbstractSchemeAware

      public AbstractSchemeAware()
  • Method Details

    • doValidation

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

      public Long getSchemeId()
      Specified by:
      getSchemeId in interface SchemeAware
    • setSchemeId

      public void setSchemeId(Long schemeId)
      Specified by:
      setSchemeId in interface SchemeAware
    • getScheme

      public org.ofbiz.core.entity.GenericValue getScheme()
      Specified by:
      getScheme in interface SchemeAware
    • getFieldLayoutScheme

      public FieldLayoutScheme getFieldLayoutScheme()
    • getFieldLayoutManager

      public FieldLayoutManager getFieldLayoutManager()