com.atlassian.jira.charts.portlet
Class DateFieldValuesGenerator
java.lang.Object
com.atlassian.jira.charts.portlet.DateFieldValuesGenerator
- All Implemented Interfaces:
- ValuesGenerator
public class DateFieldValuesGenerator
- extends Object
- implements ValuesGenerator
Used to get a list of all datefields registered in the system. (Marked with the DateField
marker interface.)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DateFieldValuesGenerator
public DateFieldValuesGenerator()
getValues
public Map getValues(Map userParams)
- Description copied from interface:
ValuesGenerator
- Map of choices to use
- Specified by:
getValues
in interface ValuesGenerator
- Parameters:
userParams
- 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-2011 Atlassian. All Rights Reserved.