com.atlassian.greenhopper.web.rapid.chart
Class ReportModelFactory

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.chart.ReportModelFactory
Direct Known Subclasses:
EpicReportModelFactory, VersionReportModelFactory

public abstract class ReportModelFactory
extends java.lang.Object


Constructor Summary
ReportModelFactory()
           
 
Method Summary
protected  java.lang.Double getStatFieldValue(RapidIssueEntry.StatisticFieldValue estimateStatistic)
           
protected  java.util.List<ReportContentModel.Status> getStatuses(java.util.List<java.lang.String> statusIds)
           
protected  boolean isEstimable(RapidIssueEntry issueEntry)
           
protected  boolean isEstimated(RapidIssueEntry issueEntry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportModelFactory

public ReportModelFactory()
Method Detail

isEstimable

protected boolean isEstimable(RapidIssueEntry issueEntry)

getStatFieldValue

protected java.lang.Double getStatFieldValue(RapidIssueEntry.StatisticFieldValue estimateStatistic)

isEstimated

protected boolean isEstimated(RapidIssueEntry issueEntry)

getStatuses

protected java.util.List<ReportContentModel.Status> getStatuses(java.util.List<java.lang.String> statusIds)


Copyright © 2007-2014 Atlassian. All Rights Reserved.