Class DeleteLinkType

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

public class DeleteLinkType 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
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getLinkType

      public IssueLinkType getLinkType()
    • getLinks

      public Collection getLinks()
    • isConfirm

      public boolean isConfirm()
    • setConfirm

      public void setConfirm(boolean confirm)
    • getSwapLinkTypeId

      public Long getSwapLinkTypeId()
    • setSwapLinkTypeId

      public void setSwapLinkTypeId(Long swapLinkTypeId)
    • getAction

      public String getAction()
    • setAction

      public void setAction(String action)
    • getOtherLinkTypes

      public Collection getOtherLinkTypes()