Uses of Class
org.ujoframework.core.UjoComparator

Packages that use UjoComparator
org.ujoframework.core The core classes. 
org.ujoframework.criterion Package for the UJO Criterion. 
 

Uses of UjoComparator in org.ujoframework.core
 

Methods in org.ujoframework.core that return UjoComparator
static UjoComparator UjoComparator.newInstance(UjoProperty... properties)
          Create new comparator
 

Uses of UjoComparator in org.ujoframework.criterion
 

Methods in org.ujoframework.criterion with parameters of type UjoComparator
 java.util.List<UJO> CriteriaTool.select(java.util.List<UJO> list, Criterion<UJO> criterion, UjoComparator sorting)
          Create a sublist of a list by an Ujo criterion.
 java.util.List<UJO> CriteriaTool.select(java.util.List<UJO> list, UjoComparator comparator)
          Create a copy of the list and sort it.
 



Copyright © 2010. All Rights Reserved.