Uses of Class
org.directwebremoting.io.SortCriterion

Packages that use SortCriterion
org.directwebremoting.datasync   
org.directwebremoting.io   
 

Uses of SortCriterion in org.directwebremoting.datasync
 

Constructor parameters in org.directwebremoting.datasync with type arguments of type SortCriterion
MapStoreProvider(java.util.Map<java.lang.String,T> map, java.lang.Class<T> type, java.util.List<SortCriterion> defaultCriteria, ComparatorFactory<T> comparatorFactory)
          Initialize the MapStoreProvider from an existing map + specified type along with some sort criteria to be used when the client does not specify sorting.
SortCriteriaComparator(java.util.List<SortCriterion> sort, ComparatorFactory<T> comparatorFactory)
          All SortCriteriaComparators need a set of things to sort on and a way to get the values to sort
 

Uses of SortCriterion in org.directwebremoting.io
 

Methods in org.directwebremoting.io that return types with arguments of type SortCriterion
 java.util.List<SortCriterion> StoreRegion.getSort()
          Accessor for the sort criteria to be used before the range is extracted.
 

Constructor parameters in org.directwebremoting.io with type arguments of type SortCriterion
StoreRegion(int start, int count, java.util.List<SortCriterion> sort, java.util.Map<java.lang.String,java.lang.String> query, QueryOptions queryOptions)
          Create a StoreRegion with non default values
 


Copyright ยจ 2008