com.atlassian.jira.bc.project
Class ProjectService.UpdateProjectSchemesValidationResult

java.lang.Object
  extended by com.atlassian.jira.bc.ServiceResultImpl
      extended by com.atlassian.jira.bc.project.ProjectService.UpdateProjectSchemesValidationResult
All Implemented Interfaces:
ServiceResult
Enclosing interface:
ProjectService

public static class ProjectService.UpdateProjectSchemesValidationResult
extends ServiceResultImpl


Constructor Summary
ProjectService.UpdateProjectSchemesValidationResult(ErrorCollection errorCollection)
           
ProjectService.UpdateProjectSchemesValidationResult(ErrorCollection errorCollection, Long permissionSchemeId, Long notificationSchemeId, Long issueSecuritySchemeId)
           
 
Method Summary
 Long getIssueSecuritySchemeId()
           
 Long getNotificationSchemeId()
           
 Long getPermissionSchemeId()
           
 
Methods inherited from class com.atlassian.jira.bc.ServiceResultImpl
getErrorCollection, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectService.UpdateProjectSchemesValidationResult

public ProjectService.UpdateProjectSchemesValidationResult(ErrorCollection errorCollection)

ProjectService.UpdateProjectSchemesValidationResult

public ProjectService.UpdateProjectSchemesValidationResult(ErrorCollection errorCollection,
                                                           Long permissionSchemeId,
                                                           Long notificationSchemeId,
                                                           Long issueSecuritySchemeId)
Method Detail

getPermissionSchemeId

public Long getPermissionSchemeId()

getNotificationSchemeId

public Long getNotificationSchemeId()

getIssueSecuritySchemeId

public Long getIssueSecuritySchemeId()


Copyright © 2002-2009 Atlassian. All Rights Reserved.