com.atlassian.jira.web.action.issue
Class CloneIssueDetails
java.lang.Object
webwork.action.ActionSupport
com.atlassian.jira.action.JiraActionSupport
com.atlassian.jira.web.action.JiraWebActionSupport
com.atlassian.jira.web.action.ProjectActionSupport
com.atlassian.jira.web.action.IssueActionSupport
com.atlassian.jira.web.action.issue.AbstractIssueSelectAction
com.atlassian.jira.web.action.issue.CreateIssue
com.atlassian.jira.web.action.issue.CreateIssueDetails
com.atlassian.jira.web.action.issue.CloneIssueDetails
- All Implemented Interfaces:
- webwork.action.Action, Assignable, webwork.action.CommandDriven, CustomFieldValuesAware, ErrorCollection, I18nHelper, webwork.action.IllegalArgumentAware, java.io.Serializable
- public class CloneIssueDetails
- extends CreateIssueDetails
- See Also:
- Serialized Form
Fields inherited from class webwork.action.ActionSupport |
command, errorMap, errorMessages |
Fields inherited from interface webwork.action.Action |
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Methods inherited from class com.atlassian.jira.web.action.issue.CreateIssueDetails |
createIssue, getActualSecurity, getAssignee, getComponents, getDescription, getDuedate, getEnvironment, getFixVersions, getIssue, getMandatoryFieldsErrors, getSummary, getTimeoriginalestimate, getVersions, setAssignee, setComponents, setDescription, setDuedate, setEnvironment, setFixVersions, setSummary, setTimeoriginalestimate, setVersions, validateAssignee |
Methods inherited from class com.atlassian.jira.web.action.issue.CreateIssue |
getAllowedProjects, getAssignIn, getButtons, getCustomFieldCreateHtml, getCustomFields, getCustomFieldValuesHolder, getIssuetype, getIssueTypeDescription, getIssueTypeGV, getIssueTypes, getPid, getPriority, getProject, getProjectIssueType, getReporter, getRequiredLayoutItems, getSecurity, getVisibleFieldLayoutItems, isAttachable, isHasProjectPermission, isSubTask, recordHistoryIssueType, setHistoryIssuetype, setIssuetype, setPid, setPriority, setReporter, setSecurity, validateIssueType, validateProject |
Methods inherited from class com.atlassian.jira.web.action.issue.AbstractIssueSelectAction |
getDefaultSecurityLevel, getId, getIssuePath, getKey, getSecurityLevel, getSecurityLevel, getSecurityLevelName, getSecurityLevels, getSecurityLevels, getViewIssueKey, getViewUrl, isEditable, isEditable, isIssueExists, redirectToView, resetIssue, setId, setIssue, setKey, setViewIssueKey |
Methods inherited from class com.atlassian.jira.web.action.IssueActionSupport |
getActionManager, getAttachmentManager, getCustomFieldManager, getDaysPerWeek, getHoursPerDay, getIssueManager, getPossibleVersions, getPossibleVersionsReleasedFirst, getPrettyDuration, getSearchRequest, getUrlEncoded, getWorkflow, isCustomFieldHidden, isFieldHidden, isFieldHidden, isFieldHidden, setCurrentIssue |
Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport |
addErrorCollection, getAssignableUsers, getAssignableUsers, getCachedGroups, getColumnViewHtml, getComponentManager, getConstantsManager, getCustomFieldHtml, getCustomFieldXML, getDefaultAssignee, getDefaultResourceBundle, getField, getLocale, getOutlookDate, getPermissionManager, getProjectManager, getPropertySet, getRedirect, getRemoteUser, getReturnUrl, getText, getText, getText, getText, getText, getUserFullName, getUserPreferences, getVersionManager, isDefaultAssignee, isDefaultAssignee, isHasIssuePermission, isHasIssuePermission, isHasPermission, isHasPermission, isHasPermission, isHasProjectPermission, processDefaultAssignee, processDefaultAssignee, processDefaultAssignee, setReturnUrl |
Methods inherited from class com.atlassian.jira.action.JiraActionSupport |
addErrorMessages, addErrorMessages, addErrors, execute, getActionName, getApplicationProperties, getDelegator, getLocaleUtils, getResult, getUnescapedText, getWatcherManager, hasAnyErrors, isIndexing |
Methods inherited from class webwork.action.ActionSupport |
addError, addErrorMessage, addIllegalArgumentException, getErrorMessages, getErrors, getHasErrorMessages, getHasErrors, getPropertyEditorMessage, 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 |
CloneIssueDetails
public CloneIssueDetails(WebAttachmentManager webAttachmentManager,
ApplicationProperties applicationProperties,
IssueManager issueManager,
PermissionManager permissionManager,
IssueLinkManager issueLinkManager,
IssueLinkTypeManager issueLinkTypeManager,
SubTaskManager subTaskManager)
doDefault
public java.lang.String doDefault()
throws java.lang.Exception
- Overrides:
doDefault
in class CreateIssue
- Throws:
java.lang.Exception
setIssueDetails
public void setIssueDetails(org.ofbiz.core.entity.GenericValue issueGV)
throws org.ofbiz.core.entity.GenericEntityException
- Throws:
org.ofbiz.core.entity.GenericEntityException
doValidation
protected void doValidation()
- Overrides:
doValidation
in class CreateIssueDetails
doExecute
protected java.lang.String doExecute()
- Overrides:
doExecute
in class CreateIssueDetails
doPostCreationTasks
protected java.lang.String doPostCreationTasks()
throws java.lang.Exception
- Overrides:
doPostCreationTasks
in class CreateIssueDetails
- Throws:
java.lang.Exception
getOriginalIssue
public org.ofbiz.core.entity.GenericValue getOriginalIssue()
setOriginalIssue
public void setOriginalIssue(org.ofbiz.core.entity.GenericValue originalIssue)
getCloneParent
public org.ofbiz.core.entity.GenericValue getCloneParent()
setCloneParent
public void setCloneParent(org.ofbiz.core.entity.GenericValue cloneParent)
getCloneIssueLinkType
public IssueLinkType getCloneIssueLinkType()
isDisplayCloneLinkWarning
public boolean isDisplayCloneLinkWarning()
isCanModifyReporter
public boolean isCanModifyReporter()
getCloneLinkTypeName
public java.lang.String getCloneLinkTypeName()
Copyright © 2002-2005 Atlassian. All Rights Reserved.