Uses of Class
org.kuali.kfs.sys.DynamicCollectionComparator.SortOrder

Packages that use DynamicCollectionComparator.SortOrder
org.kuali.kfs.sys   
 

Uses of DynamicCollectionComparator.SortOrder in org.kuali.kfs.sys
 

Methods in org.kuali.kfs.sys that return DynamicCollectionComparator.SortOrder
static DynamicCollectionComparator.SortOrder DynamicCollectionComparator.SortOrder.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DynamicCollectionComparator.SortOrder[] DynamicCollectionComparator.SortOrder.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.kuali.kfs.sys with parameters of type DynamicCollectionComparator.SortOrder
static
<C> void
DynamicCollectionComparator.sort(List<C> list, DynamicCollectionComparator.SortOrder sortOrder, String... fieldNames)
          sort the given collection ordered by the given field name
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.