com.atlassian.jira.issue.statistics
Class FilterStatisticsValuesGenerator

java.lang.Object
  extended by com.atlassian.jira.issue.statistics.FilterStatisticsValuesGenerator
All Implemented Interfaces:
ValuesGenerator
Direct Known Subclasses:
FilterStatisticsCascadingSelectValuesGenerator

public class FilterStatisticsValuesGenerator
extends java.lang.Object
implements ValuesGenerator


Field Summary
static java.lang.String ALLFIXFOR
           
static java.lang.String ALLVERSION
           
static java.lang.String ASSIGNEES
           
static java.lang.String COMPONENTS
           
static java.lang.String FIXFOR
           
static java.lang.Object IRRELEVANT
           
static java.lang.String ISSUETYPE
           
static java.lang.String LABELS
           
static java.lang.String PRIORITIES
           
static java.lang.String PROJECT
           
static java.lang.String REPORTER
           
static java.lang.String RESOLUTION
           
static java.lang.String STATUSES
           
protected static java.util.Map systemValues
           
static java.lang.String VERSION
           
 
Fields inherited from interface com.atlassian.configurable.ValuesGenerator
NONE
 
Constructor Summary
FilterStatisticsValuesGenerator()
           
 
Method Summary
 StatisticsMapper getStatsMapper(java.lang.String statsMapperKey)
           
 java.util.Map getValues(java.util.Map params)
          Map of choices to use
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

systemValues

protected static final java.util.Map systemValues

COMPONENTS

public static final java.lang.String COMPONENTS
See Also:
Constant Field Values

FIXFOR

public static final java.lang.String FIXFOR
See Also:
Constant Field Values

ALLFIXFOR

public static final java.lang.String ALLFIXFOR
See Also:
Constant Field Values

VERSION

public static final java.lang.String VERSION
See Also:
Constant Field Values

ALLVERSION

public static final java.lang.String ALLVERSION
See Also:
Constant Field Values

ASSIGNEES

public static final java.lang.String ASSIGNEES
See Also:
Constant Field Values

ISSUETYPE

public static final java.lang.String ISSUETYPE
See Also:
Constant Field Values

PRIORITIES

public static final java.lang.String PRIORITIES
See Also:
Constant Field Values

PROJECT

public static final java.lang.String PROJECT
See Also:
Constant Field Values

REPORTER

public static final java.lang.String REPORTER
See Also:
Constant Field Values

RESOLUTION

public static final java.lang.String RESOLUTION
See Also:
Constant Field Values

STATUSES

public static final java.lang.String STATUSES
See Also:
Constant Field Values

LABELS

public static final java.lang.String LABELS
See Also:
Constant Field Values

IRRELEVANT

public static final java.lang.Object IRRELEVANT
Constructor Detail

FilterStatisticsValuesGenerator

public FilterStatisticsValuesGenerator()
Method Detail

getValues

public java.util.Map getValues(java.util.Map params)
Description copied from interface: ValuesGenerator
Map of choices to use

Specified by:
getValues in interface ValuesGenerator
Parameters:
params - Used to generate a relevant list of choices. e.g. may have some permissions in it
Returns:
Map which contains a list of choices as key value pairs. Can be null.

getStatsMapper

public StatisticsMapper getStatsMapper(java.lang.String statsMapperKey)


Copyright © 2002-2011 Atlassian. All Rights Reserved.