com.atlassian.jira.action.action
Class ActionDelete

java.lang.Object
  |
  +--webwork.action.ActionSupport
        |
        +--com.atlassian.jira.action.JiraActionSupport
              |
              +--com.atlassian.jira.action.JiraNonWebActionSupport
                    |
                    +--com.atlassian.jira.action.issue.AbstractIssueAction
                          |
                          +--com.atlassian.jira.action.issue.AbstractIssueUpdateAction
                                |
                                +--com.atlassian.jira.action.action.ActionDelete
All Implemented Interfaces:
webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware, java.io.Serializable

public class ActionDelete
extends AbstractIssueUpdateAction

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.jira.action.JiraActionSupport
log
 
Fields inherited from class webwork.action.ActionSupport
command, errorMap, errorMessages
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
ActionDelete()
           
 
Method Summary
protected  java.lang.String doExecute()
           
 org.ofbiz.core.entity.GenericValue getAction()
           
 org.ofbiz.core.entity.GenericValue getIssue()
          Override the superclass getIssue() method so that we always return the issue that is the parent of the action.
 void setAction(org.ofbiz.core.entity.GenericValue action)
           
 
Methods inherited from class com.atlassian.jira.action.issue.AbstractIssueUpdateAction
createComment, createComment, doUpdate, doUpdate, doUpdate, doUpdateIfNeeded, doUpdateWithChangelog, getComment, getCommentLevel, setComment, setCommentLevel, setIssue
 
Methods inherited from class com.atlassian.jira.action.issue.AbstractIssueAction
doValidation
 
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, addErrorMessages, addErrors, getActionName, getApplicationProperties, getDelegator, getResult, isIndexing
 
Methods inherited from class webwork.action.ActionSupport
addError, addErrorMessage, addIllegalArgumentException, getErrorMessages, getErrors, getHasErrorMessages, getHasErrors, getLocale, getText, getTexts, getTexts, invalidInput, invokeCommand, isCommand, setCommand, setErrorMessages, setErrors, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface webwork.action.CommandDriven
setCommand
 

Constructor Detail

ActionDelete

public ActionDelete()
Method Detail

doExecute

protected java.lang.String doExecute()
                              throws java.lang.Exception
Overrides:
doExecute in class webwork.action.ActionSupport
java.lang.Exception

getIssue

public org.ofbiz.core.entity.GenericValue getIssue()
Override the superclass getIssue() method so that we always return the issue that is the parent of the action.

Overrides:
getIssue in class AbstractIssueAction

getAction

public org.ofbiz.core.entity.GenericValue getAction()

setAction

public void setAction(org.ofbiz.core.entity.GenericValue action)


Copyright © 2002-2003 Atlassian. All Rights Reserved.