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

Packages that use IssueModel
com.atlassian.greenhopper.service.issue   
com.atlassian.greenhopper.web.backlog   
com.atlassian.greenhopper.web.config   
com.atlassian.greenhopper.web.issue   
com.atlassian.greenhopper.web.issue.edit   
com.atlassian.greenhopper.web.issue.list   
 

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

Methods in com.atlassian.greenhopper.service.issue that return IssueModel
 IssueModel IssueServiceImpl.createReadOnlyIssueModel(com.atlassian.jira.issue.Issue issue, BaseData baseData)
           
 IssueModel IssueService.createReadOnlyIssueModel(com.atlassian.jira.issue.Issue issue, BaseData baseData)
          Creates a read only XBoardIssue that shows the issue in summary mode only.
 

Uses of IssueModel in com.atlassian.greenhopper.web.backlog
 

Methods in com.atlassian.greenhopper.web.backlog that return IssueModel
 IssueModel BacklogIssueListViewFactory.createIssueModel(BaseData baseData, BacklogBoardData board, com.atlassian.jira.issue.Issue issue)
           
 IssueModel BacklogBoardViewModel.getIssue()
           
 IssueModel BacklogBoardAction.getIssueModel()
           
 

Methods in com.atlassian.greenhopper.web.backlog with parameters of type IssueModel
 void BacklogBoardViewModel.setIssue(IssueModel issue)
           
 void BacklogBoardAction.setIssueModel(IssueModel issueModel)
           
 

Uses of IssueModel in com.atlassian.greenhopper.web.config
 

Methods in com.atlassian.greenhopper.web.config that return IssueModel
 IssueModel ChangeCardDisplayHelper.createIssueModel(ErrorCollection errorCollection, BaseData baseData, java.lang.String issueKey)
          We need an IssueModel to back issue.vm when reloading from the toggle.
 IssueModel ChangeCardDisplayAction.getIssueModel()
           
 

Methods in com.atlassian.greenhopper.web.config with parameters of type IssueModel
 void ChangeCardDisplayAction.setIssueModel(IssueModel issueModel)
           
 

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

Methods in com.atlassian.greenhopper.web.issue that return types with arguments of type IssueModel
 java.util.List<IssueModel> MoveSubtaskData.getIssueModels()
           
 

Method parameters in com.atlassian.greenhopper.web.issue with type arguments of type IssueModel
 void MoveSubtaskData.setIssueModels(java.util.List<IssueModel> issueModels)
           
 

Uses of IssueModel in com.atlassian.greenhopper.web.issue.edit
 

Methods in com.atlassian.greenhopper.web.issue.edit that return IssueModel
 IssueModel EditFieldViewModel.getIssue()
           
 

Methods in com.atlassian.greenhopper.web.issue.edit that return types with arguments of type IssueModel
 java.util.Map<com.atlassian.jira.issue.Issue,java.util.Set<IssueModel>> MoveIssuesData.getSubTaskMapping()
           
 

Methods in com.atlassian.greenhopper.web.issue.edit with parameters of type IssueModel
 void EditFieldViewModel.setIssue(IssueModel issue)
           
 

Method parameters in com.atlassian.greenhopper.web.issue.edit with type arguments of type IssueModel
 void MoveIssuesData.setSubTaskMapping(java.util.Map<com.atlassian.jira.issue.Issue,java.util.Set<IssueModel>> subTaskMapping)
           
 

Uses of IssueModel in com.atlassian.greenhopper.web.issue.list
 

Methods in com.atlassian.greenhopper.web.issue.list that return IssueModel
 IssueModel IssueListViewFactory.createIssueModel(BaseData baseData, BoardData board, XIssueView xissueView, BoardPermissionScheme boardPermissionScheme, com.atlassian.jira.issue.Issue issue, IssueListData issueListData, boolean highlighted, boolean selected, boolean anchored)
          Loads an issue model for a given board
 

Methods in com.atlassian.greenhopper.web.issue.list that return types with arguments of type IssueModel
 java.util.List<IssueModel> IssueListModel.getIssues()
           
 

Method parameters in com.atlassian.greenhopper.web.issue.list with type arguments of type IssueModel
 void IssueListModel.setIssues(java.util.List<IssueModel> issues)
           
 



Copyright © 2007-2011 Atlassian. All Rights Reserved.