com.atlassian.greenhopper.web.rapid.plan
Class ClassificationStatisticServiceImpl

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.plan.ClassificationStatisticServiceImpl
All Implemented Interfaces:
ClassificationStatisticService

@Service
public class ClassificationStatisticServiceImpl
extends java.lang.Object
implements ClassificationStatisticService


Constructor Summary
ClassificationStatisticServiceImpl()
           
 
Method Summary
 ServiceOutcome<java.util.Map<java.lang.String,ClassificationStatistics>> getEpicStatistics(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 ServiceOutcome<java.util.Map<java.lang.String,ClassificationStatistics>> getVersionStatistics(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassificationStatisticServiceImpl

public ClassificationStatisticServiceImpl()
Method Detail

getEpicStatistics

public ServiceOutcome<java.util.Map<java.lang.String,ClassificationStatistics>> getEpicStatistics(com.atlassian.crowd.embedded.api.User user,
                                                                                                  RapidView rapidView)
Specified by:
getEpicStatistics in interface ClassificationStatisticService

getVersionStatistics

public ServiceOutcome<java.util.Map<java.lang.String,ClassificationStatistics>> getVersionStatistics(com.atlassian.crowd.embedded.api.User user,
                                                                                                     RapidView rapidView)
Specified by:
getVersionStatistics in interface ClassificationStatisticService


Copyright © 2007-2014 Atlassian. All Rights Reserved.