com.atlassian.jira.issue.statistics
Class StatsGroup

java.lang.Object
  extended byjava.util.AbstractMap
      extended bycom.atlassian.jira.issue.statistics.StatsGroup
All Implemented Interfaces:
java.util.Map

public class StatsGroup
extends java.util.AbstractMap


Nested Class Summary
 
Nested classes inherited from class java.util.AbstractMap
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Field Summary
 
Fields inherited from class java.util.AbstractMap
 
Constructor Summary
StatsGroup(StatisticsMapper mapper)
           
 
Method Summary
 void addValue(java.lang.String heading, org.ofbiz.core.entity.GenericValue issue)
           
 java.util.Set entrySet()
           
 long getAllIssueCount(java.util.Collection issues)
           
 StatisticsMapper getMapper()
           
 long getOpenIssueCount(java.util.Collection issues)
           
 long getResolvedIssueCount(java.util.Collection issues)
           
 PercentageGraphModel getResolvedIssues(java.lang.Object heading)
           
 
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StatsGroup

public StatsGroup(StatisticsMapper mapper)
Method Detail

addValue

public void addValue(java.lang.String heading,
                     org.ofbiz.core.entity.GenericValue issue)

entrySet

public java.util.Set entrySet()

getResolvedIssues

public PercentageGraphModel getResolvedIssues(java.lang.Object heading)
                                       throws java.lang.Exception
Throws:
java.lang.Exception

getAllIssueCount

public long getAllIssueCount(java.util.Collection issues)

getResolvedIssueCount

public long getResolvedIssueCount(java.util.Collection issues)

getOpenIssueCount

public long getOpenIssueCount(java.util.Collection issues)

getMapper

public StatisticsMapper getMapper()


Copyright © 2002-2005 Atlassian. All Rights Reserved.