com.atlassian.jira.web.action.project
Class DeleteComponent

java.lang.Object
  extended byActionSupport
      extended bycom.atlassian.jira.action.JiraActionSupport
          extended bycom.atlassian.jira.web.action.JiraWebActionSupport
              extended bycom.atlassian.jira.web.action.ProjectActionSupport
                  extended bycom.atlassian.jira.web.action.IssueActionSupport
                      extended bycom.atlassian.jira.web.action.project.DeleteProjectEntity
                          extended bycom.atlassian.jira.web.action.project.DeleteComponent

public class DeleteComponent
extends DeleteProjectEntity

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.jira.web.action.ProjectActionSupport
savedFilters
 
Fields inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
ISSUE_NOT_FOUND_RESULT, PERMISSION_VIOLATION_RESULT, permissionManager, request
 
Fields inherited from class com.atlassian.jira.action.JiraActionSupport
log
 
Constructor Summary
DeleteComponent()
           
 
Method Summary
 java.lang.String doDefault()
           
protected  java.lang.String doExecute()
           
protected  void doValidation()
           
 java.lang.String getAction()
           
 java.lang.Long getCid()
           
 GenericValue getComponent()
           
 java.util.List getMatchingIssues()
           
 java.util.Collection getOtherComponents()
          Return all other versions in the project except this one
 GenericValue getProject()
           
 java.lang.Long getSwapComponentId()
           
 void setAction(java.lang.String action)
           
 void setCid(java.lang.Long cid)
           
 void setSwapComponentId(java.lang.Long swapComponentId)
           
 
Methods inherited from class com.atlassian.jira.web.action.project.DeleteProjectEntity
getPid, hasPermission, setPid
 
Methods inherited from class com.atlassian.jira.web.action.IssueActionSupport
getActionManager, getAttachmentManager, getCustomFieldManager, getDaysPerWeek, getHoursPerDay, getIssueManager, getPossibleVersions, getPossibleVersionsReleasedFirst, getPrettyDuration, getSearchRequest, getSelectedProject, getUrlEncoded, getWorkflow, isCustomFieldHidden, isFieldHidden, isFieldHidden, setCurrentIssue, setSelectedProject, setSelectedProjectId
 
Methods inherited from class com.atlassian.jira.web.action.ProjectActionSupport
getBrowseableProjects, getBrowseableProjectsInCategory, getSavedFilters
 
Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
getAssignableUsers, getAssignableUsers, getCachedGroups, getComponentManager, getConstantsManager, getDefaultAssignee, getField, getLocale, getOutlookDate, getProjectManager, getPropertySet, getRedirect, getRemoteUser, getText, getText, getText, getText, getUserFullName, getUserPreferences, isDefaultAssignee, isDefaultAssignee, isHasIssuePermission, isHasIssuePermission, isHasPermission, isHasPermission, isHasPermission, isHasProjectPermission, isHasProjectPermission, processDefaultAssignee, processDefaultAssignee
 
Methods inherited from class com.atlassian.jira.action.JiraActionSupport
addErrorMessages, addErrors, execute, getActionName, getApplicationProperties, getDelegator, getLocaleUtils, getResult, isIndexing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteComponent

public DeleteComponent()
Method Detail

doExecute

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

doValidation

protected void doValidation()

doDefault

public java.lang.String doDefault()
                           throws java.lang.Exception
Overrides:
doDefault in class DeleteProjectEntity
Throws:
java.lang.Exception

getMatchingIssues

public java.util.List getMatchingIssues()
                                 throws GenericEntityException
Throws:
GenericEntityException

getOtherComponents

public java.util.Collection getOtherComponents()
Return all other versions in the project except this one


getProject

public GenericValue getProject()
                        throws GenericEntityException
Overrides:
getProject in class DeleteProjectEntity
Throws:
GenericEntityException

getComponent

public GenericValue getComponent()

getCid

public java.lang.Long getCid()

setCid

public void setCid(java.lang.Long cid)

getAction

public java.lang.String getAction()

setAction

public void setAction(java.lang.String action)

getSwapComponentId

public java.lang.Long getSwapComponentId()

setSwapComponentId

public void setSwapComponentId(java.lang.Long swapComponentId)