com.atlassian.jira.action.issue
Class IssueUpdate

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.issue.IssueUpdate
All Implemented Interfaces:
webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware, java.io.Serializable

public class IssueUpdate
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
IssueUpdate()
           
 
Method Summary
 java.lang.String doExecute()
           
protected  void doValidation()
           
 java.util.List getComponents()
           
 java.util.Map getCustomFields()
           
 java.util.Map getFields()
           
 java.util.List getFixVersions()
           
 java.util.List getVersions()
           
 void setComponents(java.util.List components)
           
 void setCustomFields(java.util.Map customFields)
           
 void setFields(java.util.Map fields)
           
 void setFixVersions(java.util.List fixVersions)
           
 void setVersions(java.util.List versions)
           
 
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
getIssue
 
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

IssueUpdate

public IssueUpdate()
Method Detail

doValidation

protected void doValidation()
Overrides:
doValidation in class AbstractIssueAction

doExecute

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

getFields

public java.util.Map getFields()

setFields

public void setFields(java.util.Map fields)

getCustomFields

public java.util.Map getCustomFields()

setCustomFields

public void setCustomFields(java.util.Map customFields)

getVersions

public java.util.List getVersions()

setVersions

public void setVersions(java.util.List versions)

getComponents

public java.util.List getComponents()

setComponents

public void setComponents(java.util.List components)

getFixVersions

public java.util.List getFixVersions()

setFixVersions

public void setFixVersions(java.util.List fixVersions)


Copyright © 2002-2003 Atlassian. All Rights Reserved.