Class FilterStatisticsCascadingSelectValuesGenerator
java.lang.Object
com.atlassian.jira.issue.statistics.FilterStatisticsValuesGenerator
com.atlassian.jira.issue.statistics.FilterStatisticsCascadingSelectValuesGenerator
- All Implemented Interfaces:
ValuesGenerator
Created by IntelliJ IDEA.
User: detkin
Date: Jan 19, 2006
Time: 12:52:27 PM
To change this template use File | Settings | File Templates.
-
Field Summary
Fields inherited from class com.atlassian.jira.issue.statistics.FilterStatisticsValuesGenerator
ALLFIXFOR, ALLVERSION, ASSIGNEES, COMPONENTS, CREATOR, FIXFOR, IRRELEVANT, ISSUETYPE, LABELS, PRIORITIES, PROJECT, REPORTER, RESOLUTION, STATUSES, systemValues, VERSIONFields inherited from interface com.atlassian.configurable.ValuesGenerator
NONE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.jira.issue.statistics.FilterStatisticsValuesGenerator
getStatsMapper
-
Constructor Details
-
FilterStatisticsCascadingSelectValuesGenerator
public FilterStatisticsCascadingSelectValuesGenerator()
-
-
Method Details
-
getValues
Description copied from interface:ValuesGeneratorMap of choices to use- Specified by:
getValuesin interfaceValuesGenerator- Overrides:
getValuesin classFilterStatisticsValuesGenerator- 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.
-