com.atlassian.jira.action.action
Class ActionCreate

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.ActionCreate
All Implemented Interfaces:
webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware, java.io.Serializable
Direct Known Subclasses:
WorklogCreate

public class ActionCreate
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
ActionCreate()
           
 
Method Summary
protected  void createAction(java.lang.String type, int eventType)
          Create an action
protected  void createAction(java.lang.String type, int eventType, boolean updateIssue)
          Create an action, and optionally update the issue.
 java.lang.String doComment()
           
 org.ofbiz.core.entity.GenericValue getAction()
           
 java.lang.Long getActionNum()
           
 java.lang.String getBody()
           
 java.lang.String getLevel()
           
 void setActionNum(java.lang.Long actionNum)
           
 void setBody(java.lang.String body)
           
 void setLevel(java.lang.String level)
           
 
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, 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, doExecute, 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

ActionCreate

public ActionCreate()
Method Detail

doComment

public java.lang.String doComment()
                           throws java.lang.Exception
java.lang.Exception

createAction

protected void createAction(java.lang.String type,
                            int eventType)
                     throws java.lang.Exception
Create an action

java.lang.Exception

createAction

protected void createAction(java.lang.String type,
                            int eventType,
                            boolean updateIssue)
                     throws java.lang.Exception
Create an action, and optionally update the issue.

java.lang.Exception

getAction

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

getBody

public java.lang.String getBody()

setBody

public void setBody(java.lang.String body)

getLevel

public java.lang.String getLevel()

setLevel

public void setLevel(java.lang.String level)

getActionNum

public java.lang.Long getActionNum()

setActionNum

public void setActionNum(java.lang.Long actionNum)


Copyright © 2002-2003 Atlassian. All Rights Reserved.