com.atlassian.greenhopper.web.rapid.list
Class RapidIssueEntryFactory

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.list.RapidIssueEntryFactory

@Service
public class RapidIssueEntryFactory
extends java.lang.Object

Produces issue model objects used on the rapid board


Constructor Summary
RapidIssueEntryFactory()
           
 
Method Summary
 ServiceOutcome<RapidIssueEntry> buildIssueListEntry(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, com.atlassian.jira.issue.Issue issue)
           
 RapidIssueEntry buildIssueListEntryWithoutDaysInColumnData(com.atlassian.jira.issue.Issue issue, IssueStatisticValueResolver estimateIssueStatisticValueResolver)
          Creates an IssueListEntry object

Note: this method does not fill in the daysInColumn field

 ServiceOutcome<RapidIssueEntry> getRapidIssueEntry(com.atlassian.crowd.embedded.api.User user, java.lang.Long rapidViewId, java.lang.Long issueId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RapidIssueEntryFactory

public RapidIssueEntryFactory()
Method Detail

getRapidIssueEntry

public ServiceOutcome<RapidIssueEntry> getRapidIssueEntry(com.atlassian.crowd.embedded.api.User user,
                                                          java.lang.Long rapidViewId,
                                                          java.lang.Long issueId)

buildIssueListEntryWithoutDaysInColumnData

public RapidIssueEntry buildIssueListEntryWithoutDaysInColumnData(com.atlassian.jira.issue.Issue issue,
                                                                  IssueStatisticValueResolver estimateIssueStatisticValueResolver)
Creates an IssueListEntry object

Note: this method does not fill in the daysInColumn field


buildIssueListEntry

public ServiceOutcome<RapidIssueEntry> buildIssueListEntry(com.atlassian.crowd.embedded.api.User user,
                                                           RapidView rapidView,
                                                           com.atlassian.jira.issue.Issue issue)


Copyright © 2007-2012 Atlassian. All Rights Reserved.