Uses of Class
it.tidalwave.util.Finder.SortDirection

Packages that use Finder.SortDirection
it.tidalwave.role   
it.tidalwave.util   
it.tidalwave.util.spi   
 

Uses of Finder.SortDirection in it.tidalwave.role
 

Methods in it.tidalwave.role that return Finder.SortDirection
 Finder.SortDirection Sortable.getSortDirection()
          Returns the current sort direction.
 

Methods in it.tidalwave.role with parameters of type Finder.SortDirection
 void Sortable.setSortDirection(Finder.SortDirection sortDirection)
          Sets the sort direction.
 

Uses of Finder.SortDirection in it.tidalwave.util
 

Methods in it.tidalwave.util that return Finder.SortDirection
static Finder.SortDirection Finder.SortDirection.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Finder.SortDirection[] Finder.SortDirection.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in it.tidalwave.util with parameters of type Finder.SortDirection
 Finder<Type> Finder.sort(Finder.SortCriterion criterion, Finder.SortDirection direction)
          Tells the Finder that results will be sorted according to the given criterion and direction.
 void Finder.FilterSortCriterion.sort(java.util.List<? extends Type> results, Finder.SortDirection sortDirection)
          Performs the sort of results.
 void DefaultFilterSortCriterion.sort(java.util.List<? extends Type> results, Finder.SortDirection sortDirection)
          Performs the sort of results.
 

Uses of Finder.SortDirection in it.tidalwave.util.spi
 

Methods in it.tidalwave.util.spi with parameters of type Finder.SortDirection
 ExtendedFinder FinderSupport.sort(Finder.SortCriterion criterion, Finder.SortDirection direction)
          Tells the Finder that results will be sorted according to the given criterion and direction.
 ExtendedFinder ExtendedFinderSupport.sort(Finder.SortCriterion criterion, Finder.SortDirection direction)
          Tells the Finder that results will be sorted according to the given criterion and direction.
 



Copyright © 2009-2011 Tidalwave s.a.s.. All Rights Reserved.