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

public class CopyFieldLayout extends JiraWebActionSupport
Copyright (c) 2002-2004 All rights reserved.
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
    • getFieldLayout

      public EditableFieldLayout getFieldLayout()
    • getFieldLayouts

      public Collection<EditableFieldLayout> getFieldLayouts()
    • redirectToView

      protected String redirectToView()
    • getFieldLayoutName

      public String getFieldLayoutName()
    • setFieldLayoutName

      public void setFieldLayoutName(String fieldLayoutName)
    • getFieldLayoutDescription

      public String getFieldLayoutDescription()
    • setFieldLayoutDescription

      public void setFieldLayoutDescription(String fieldLayoutDescription)
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • validateId

      protected void validateId()
    • validateFieldLayout

      protected void validateFieldLayout()
    • getFieldLayoutManager

      protected FieldLayoutManager getFieldLayoutManager()
    • validateName

      protected void validateName()