Uses of Class
com.atlassian.jira.bc.project.ProjectService.UpdateProjectValidationResult

Packages that use ProjectService.UpdateProjectValidationResult
com.atlassian.jira.bc.project   
 

Uses of ProjectService.UpdateProjectValidationResult in com.atlassian.jira.bc.project
 

Methods in com.atlassian.jira.bc.project that return ProjectService.UpdateProjectValidationResult
 ProjectService.UpdateProjectValidationResult DefaultProjectService.validateUpdateProject(User user, String name, String key, String description, String lead, String url, Long assigneeType)
           
 ProjectService.UpdateProjectValidationResult ProjectService.validateUpdateProject(User user, String name, String key, String description, String lead, String url, Long assigneeType)
          Validates updating a project's details.
 ProjectService.UpdateProjectValidationResult DefaultProjectService.validateUpdateProject(User user, String name, String key, String description, String lead, String url, Long assigneeType, Long avatarId)
           
 ProjectService.UpdateProjectValidationResult ProjectService.validateUpdateProject(User user, String name, String key, String description, String lead, String url, Long assigneeType, Long avatarId)
          Validates updating a project's details.
 

Methods in com.atlassian.jira.bc.project with parameters of type ProjectService.UpdateProjectValidationResult
 Project DefaultProjectService.updateProject(ProjectService.UpdateProjectValidationResult result)
           
 Project ProjectService.updateProject(ProjectService.UpdateProjectValidationResult updateProjectValidationResult)
          Using the validation result from ProjectService.validateUpdateProject(com.opensymphony.user.User, String, String, String, String, String, Long) this method performs the actual update on the project.
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.