com.atlassian.jira.issue.statistics
Class FilterStatisticsCascadingSelectValuesGenerator

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

public class FilterStatisticsCascadingSelectValuesGenerator
extends FilterStatisticsValuesGenerator

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, FIXFOR, IRRELEVANT, ISSUETYPE, LABELS, PRIORITIES, PROJECT, REPORTER, RESOLUTION, STATUSES, systemValues, VERSION
 
Fields inherited from interface com.atlassian.configurable.ValuesGenerator
NONE
 
Constructor Summary
FilterStatisticsCascadingSelectValuesGenerator()
           
 
Method Summary
 Map getValues(Map params)
          Map of choices to use
 
Methods inherited from class com.atlassian.jira.issue.statistics.FilterStatisticsValuesGenerator
getStatsMapper
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterStatisticsCascadingSelectValuesGenerator

public FilterStatisticsCascadingSelectValuesGenerator()
Method Detail

getValues

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

Specified by:
getValues in interface ValuesGenerator
Overrides:
getValues in class FilterStatisticsValuesGenerator
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.


Copyright © 2002-2013 Atlassian. All Rights Reserved.