com.atlassian.jira.action.admin
Class LinkTypeDelete

java.lang.Object
  extended byActionSupport
      extended bycom.atlassian.jira.action.JiraActionSupport
          extended bycom.atlassian.jira.action.JiraNonWebActionSupport
              extended bycom.atlassian.jira.action.admin.LinkTypeDelete

public class LinkTypeDelete
extends JiraNonWebActionSupport

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.jira.action.JiraActionSupport
log
 
Constructor Summary
LinkTypeDelete()
           
 
Method Summary
protected  java.lang.String doExecute()
           
protected  void doValidation()
           
 GenericValue getLinktype()
           
 GenericValue getSwapLinkType()
           
 void setLinktype(GenericValue linktype)
           
 void setSwapLinkType(GenericValue swapLinkType)
           
 
Methods inherited from class com.atlassian.jira.action.JiraNonWebActionSupport
doDefault, execute, getRemoteUser, isDispatchEvent, setDispatchEvent, setRemoteUser
 
Methods inherited from class com.atlassian.jira.action.JiraActionSupport
addErrorMessages, addErrors, getActionName, getApplicationProperties, getDelegator, getLocaleUtils, getResult, getText, isIndexing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkTypeDelete

public LinkTypeDelete()
Method Detail

doValidation

protected void doValidation()

doExecute

protected java.lang.String doExecute()
                              throws java.lang.Exception
Throws:
java.lang.Exception

getLinktype

public GenericValue getLinktype()

setLinktype

public void setLinktype(GenericValue linktype)

getSwapLinkType

public GenericValue getSwapLinkType()

setSwapLinkType

public void setSwapLinkType(GenericValue swapLinkType)