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 Object
implements ValuesGenerator


Field Summary
static String ALLFIXFOR
           
static String ALLVERSION
           
static String ASSIGNEES
           
static String COMPONENTS
           
static String CREATOR
           
static String FIXFOR
           
static Object IRRELEVANT
           
static String ISSUETYPE
           
static String LABELS
           
static String PRIORITIES
           
static String PROJECT
           
static String REPORTER
           
static String RESOLUTION
           
static String STATUSES
           
protected static Map<String,String> systemValues
           
static String VERSION
           
 
Fields inherited from interface com.atlassian.configurable.ValuesGenerator
NONE
 
Constructor Summary
FilterStatisticsValuesGenerator()
           
 
Method Summary
 StatisticsMapper getStatsMapper(String statsMapperKey)
           
 Map getValues(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 Map<String,String> systemValues

COMPONENTS

public static final String COMPONENTS
See Also:
Constant Field Values

FIXFOR

public static final String FIXFOR
See Also:
Constant Field Values

ALLFIXFOR

public static final String ALLFIXFOR
See Also:
Constant Field Values

VERSION

public static final String VERSION
See Also:
Constant Field Values

ALLVERSION

public static final String ALLVERSION
See Also:
Constant Field Values

ASSIGNEES

public static final String ASSIGNEES
See Also:
Constant Field Values

ISSUETYPE

public static final String ISSUETYPE
See Also:
Constant Field Values

PRIORITIES

public static final String PRIORITIES
See Also:
Constant Field Values

PROJECT

public static final String PROJECT
See Also:
Constant Field Values

REPORTER

public static final String REPORTER
See Also:
Constant Field Values

RESOLUTION

public static final String RESOLUTION
See Also:
Constant Field Values

STATUSES

public static final String STATUSES
See Also:
Constant Field Values

LABELS

public static final String LABELS
See Also:
Constant Field Values

CREATOR

public static final String CREATOR
See Also:
Constant Field Values

IRRELEVANT

public static final Object IRRELEVANT
Constructor Detail

FilterStatisticsValuesGenerator

public FilterStatisticsValuesGenerator()
Method Detail

getValues

public Map getValues(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(String statsMapperKey)


Copyright © 2002-2014 Atlassian. All Rights Reserved.