com.atlassian.jira.portal
Class ProjectValuesGenerator

java.lang.Object
  extended by com.atlassian.jira.portal.ProjectValuesGenerator
All Implemented Interfaces:
ValuesGenerator

public class ProjectValuesGenerator
extends Object
implements ValuesGenerator

ValuesGenerator generating a Map of {project ID -> project name} pairs.


Field Summary
 
Fields inherited from interface com.atlassian.configurable.ValuesGenerator
NONE
 
Constructor Summary
ProjectValuesGenerator()
           
 
Method Summary
 Map<String,String> 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
 

Constructor Detail

ProjectValuesGenerator

public ProjectValuesGenerator()
Method Detail

getValues

public Map<String,String> 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.


Copyright © 2002-2009 Atlassian. All Rights Reserved.