Uses of Class
com.atlassian.greenhopper.web.issue.CreateCardModel

Packages that use CreateCardModel
com.atlassian.greenhopper.service.issue   
com.atlassian.greenhopper.web.issue   
 

Uses of CreateCardModel in com.atlassian.greenhopper.service.issue
 

Methods in com.atlassian.greenhopper.service.issue with parameters of type CreateCardModel
 com.atlassian.jira.issue.Issue IssueServiceImpl.createIssue(com.opensymphony.user.User user, CreateCardModel model, ErrorCollection errors)
          TODO we're delegating here to the IssueCreationManager since refactoring it, while being a noble deed, would blow the current sprint out of the water.
 com.atlassian.jira.issue.Issue IssueService.createIssue(com.opensymphony.user.User user, CreateCardModel model, ErrorCollection errors)
           
 

Uses of CreateCardModel in com.atlassian.greenhopper.web.issue
 

Methods in com.atlassian.greenhopper.web.issue that return CreateCardModel
 CreateCardModel CreateCardAction.getModel()
           
 CreateCardModel CreateCardDataFactory.getModel(ErrorCollection errorCollection)
          Build the CreateCardModel out of given parameters.
 CreateCardModel CreateCardDataFactory.getSubTaskModel(ErrorCollection errorCollection, java.lang.String parentIssueKey)
          Build the CreateCardModel out of given parameters.
 



Copyright © 2007-2011 Atlassian. All Rights Reserved.