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

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.project.AbstractProjectAction
                      extended bycom.atlassian.jira.web.action.project.ViewProject
                          extended bycom.atlassian.jira.web.action.project.AddProjectEntity
                              extended bycom.atlassian.jira.web.action.project.AddComponent

public class AddComponent
extends AddProjectEntity

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
PERMISSION_VIOLATION_RESULT, request
 
Fields inherited from class com.atlassian.jira.action.JiraActionSupport
log
 
Constructor Summary
AddComponent()
           
 
Method Summary
 java.lang.String getAddAction()
           
 GenericValue getExistingEntityByName()
          Return the underlying project entity using AddProjectEntity.getName().
 java.lang.String getNiceName()
          Return the human readable name of this component.
protected  java.util.Collection getProjectEntities()
          Get all project entities for this project.
 
Methods inherited from class com.atlassian.jira.web.action.project.AddProjectEntity
doExecute, doValidation, getName, setName
 
Methods inherited from class com.atlassian.jira.web.action.project.ViewProject
doDefault, getIssueSecuritySchemes, getPermissionSchemes, getPid, getProject, getProjectCategory, getSchemes, getStringSet, hasAdminPermission, hasProjectAdminPermission, setPid
 
Methods inherited from class com.atlassian.jira.web.action.project.AbstractProjectAction
getDescription, getIssueSecurityScheme, getKey, getLead, getNotificationScheme, getPermissionScheme, getUrl, setDescription, setIssueSecurityScheme, setKey, setLead, setNotificationScheme, setPermissionScheme, setUrl
 
Methods inherited from class com.atlassian.jira.web.action.ProjectActionSupport
getBrowseableProjects, getProjectManager, getSavedFilters
 
Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
getCachedGroups, getConstantsManager, getGlobalColumns, getPropertySet, getRedirect, getRemoteUser, getUserPreferences, isHasIssuePermission, isHasPermission, isHasPermission, isHasProjectPermission
 
Methods inherited from class com.atlassian.jira.action.JiraActionSupport
addErrorMessages, addErrors, execute, getActionName, getApplicationProperties, getDelegator, getResult, isIndexing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddComponent

public AddComponent()
Method Detail

getAddAction

public java.lang.String getAddAction()
Specified by:
getAddAction in class AddProjectEntity

getNiceName

public java.lang.String getNiceName()
Description copied from class: AddProjectEntity
Return the human readable name of this component.

Specified by:
getNiceName in class AddProjectEntity

getExistingEntityByName

public GenericValue getExistingEntityByName()
                                     throws java.lang.Exception
Description copied from class: AddProjectEntity
Return the underlying project entity using AddProjectEntity.getName().

Specified by:
getExistingEntityByName in class AddProjectEntity
Returns:
GenericValue Project Entity
Throws:
java.lang.Exception

getProjectEntities

protected java.util.Collection getProjectEntities()
                                           throws java.lang.Exception
Description copied from class: AddProjectEntity
Get all project entities for this project.

Specified by:
getProjectEntities in class AddProjectEntity
Returns:
Collection of GenericValues of the project entities.
Throws:
java.lang.Exception