com.atlassian.jira.portal
Class SortingValuesGenerator

java.lang.Object
  extended bycom.atlassian.jira.portal.SortingValuesGenerator
All Implemented Interfaces:
com.atlassian.configurable.ValuesGenerator

public class SortingValuesGenerator
extends java.lang.Object
implements com.atlassian.configurable.ValuesGenerator


Field Summary
static java.lang.String SORT_BY_LEAST_COMPLETED
           
static java.lang.String SORT_BY_MOST_COMPLETED
           
 
Constructor Summary
SortingValuesGenerator()
           
 
Method Summary
 java.util.Map getValues(java.util.Map userParams)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SORT_BY_MOST_COMPLETED

public static final java.lang.String SORT_BY_MOST_COMPLETED
See Also:
Constant Field Values

SORT_BY_LEAST_COMPLETED

public static final java.lang.String SORT_BY_LEAST_COMPLETED
See Also:
Constant Field Values
Constructor Detail

SortingValuesGenerator

public SortingValuesGenerator()
Method Detail

getValues

public java.util.Map getValues(java.util.Map userParams)
Specified by:
getValues in interface com.atlassian.configurable.ValuesGenerator


Copyright © 2002-2005 Atlassian. All Rights Reserved.