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

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.chart.CumulativeFlowChartModelFactory

@Service
public class CumulativeFlowChartModelFactory
extends java.lang.Object

Factory to generate the model for the cumulative flow chart


Constructor Summary
CumulativeFlowChartModelFactory()
           
 
Method Summary
 ServiceOutcome<CumulativeFlowChartModel> getCFDModel(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Set<java.lang.Long> columnIds, java.util.Set<java.lang.Long> swimlaneIds, java.util.Set<java.lang.Long> quickFilterIds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CumulativeFlowChartModelFactory

public CumulativeFlowChartModelFactory()
Method Detail

getCFDModel

public ServiceOutcome<CumulativeFlowChartModel> getCFDModel(com.atlassian.crowd.embedded.api.User user,
                                                            RapidView rapidView,
                                                            java.util.Set<java.lang.Long> columnIds,
                                                            java.util.Set<java.lang.Long> swimlaneIds,
                                                            java.util.Set<java.lang.Long> quickFilterIds)


Copyright © 2007-2013 Atlassian. All Rights Reserved.