public class

EditProject

extends ViewProject
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.project.AbstractProjectAction
             ↳ com.atlassian.jira.web.action.project.ViewProject
               ↳ com.atlassian.jira.web.action.project.EditProject

Summary

[Expand]
Inherited Constants
From class com.atlassian.jira.web.action.JiraWebActionSupport
From interface webwork.action.Action
[Expand]
Inherited Fields
From class com.atlassian.jira.web.action.ProjectActionSupport
From class com.atlassian.jira.web.action.JiraWebActionSupport
From class com.atlassian.jira.action.JiraActionSupport
From class webwork.action.ActionSupport
Public Constructors
EditProject(ProjectService projectService, AvatarManager avatarManager, UserManager userManager, UserKeyService userKeyService, FeatureManager featureManager, ProjectReindexService projectReindexService)
Public Methods
String doDefault()
String getAvatarUrl()
Long getDefaultAvatar()
String getKey()
int getMaxKeyLength()
int getMaxNameLength()
String getOriginalKey()
String getProjectDescriptionEditHtml()
ProjectDescriptionRenderer getProjectDescriptionRenderer()
boolean hasInvalidLead()
boolean isKeyEdited()
boolean isProjectKeyRenameAllowed()
void setKeyEdited(boolean keyEdited)
void setOriginalKey(String originalKey)
Protected Methods
String doExecute()
void doValidation()
ProjectService.UpdateProjectValidationResult getUpdateProjectValidationResult()
[Expand]
Inherited Methods
From class com.atlassian.jira.web.action.project.ViewProject
From class com.atlassian.jira.web.action.project.AbstractProjectAction
From class com.atlassian.jira.web.action.ProjectActionSupport
From class com.atlassian.jira.web.action.JiraWebActionSupport
From class com.atlassian.jira.action.JiraActionSupport
From class webwork.action.ActionSupport
From class java.lang.Object
From interface com.atlassian.jira.util.ErrorCollection
From interface com.atlassian.jira.util.I18nHelper
From interface com.atlassian.jira.web.HttpServletVariables
From interface com.atlassian.jira.web.util.AuthorizationSupport
From interface webwork.action.Action
From interface webwork.action.CommandDriven
From interface webwork.action.IllegalArgumentAware

Public Constructors

public EditProject (ProjectService projectService, AvatarManager avatarManager, UserManager userManager, UserKeyService userKeyService, FeatureManager featureManager, ProjectReindexService projectReindexService)

Public Methods

public String doDefault ()

Throws
Exception

public String getAvatarUrl ()

public Long getDefaultAvatar ()

public String getKey ()

public int getMaxKeyLength ()

public int getMaxNameLength ()

public String getOriginalKey ()

public String getProjectDescriptionEditHtml ()

public ProjectDescriptionRenderer getProjectDescriptionRenderer ()

public boolean hasInvalidLead ()

public boolean isKeyEdited ()

public boolean isProjectKeyRenameAllowed ()

public void setKeyEdited (boolean keyEdited)

public void setOriginalKey (String originalKey)

Protected Methods

protected String doExecute ()

Throws
Exception

protected void doValidation ()

protected ProjectService.UpdateProjectValidationResult getUpdateProjectValidationResult ()