Uses of Interface
it.tidalwave.util.Finder.SortCriterion
-
-
Uses of Finder.SortCriterion in it.tidalwave.role
Methods in it.tidalwave.role that return Finder.SortCriterion Modifier and Type Method Description Finder.SortCriterion
Sortable. getSortCriterion()
Returns the current sort criterion.Methods in it.tidalwave.role with parameters of type Finder.SortCriterion Modifier and Type Method Description void
Sortable. setSortCriterion(Finder.SortCriterion sortCriterion)
Sets the sort criterion. -
Uses of Finder.SortCriterion in it.tidalwave.thesefoolishthings.examples.inmemoryfinderexample
Fields in it.tidalwave.thesefoolishthings.examples.inmemoryfinderexample declared as Finder.SortCriterion Modifier and Type Field Description static Finder.SortCriterion
PersonSortCriteria. BY_FIRST_NAME
static Finder.SortCriterion
PersonSortCriteria. BY_LAST_NAME
-
Uses of Finder.SortCriterion in it.tidalwave.thesefoolishthings.examples.jpafinderexample
Fields in it.tidalwave.thesefoolishthings.examples.jpafinderexample declared as Finder.SortCriterion Modifier and Type Field Description static Finder.SortCriterion
PersonRegistry3. BY_FIRST_NAME
static Finder.SortCriterion
PersonRegistry3. BY_LAST_NAME
-
Uses of Finder.SortCriterion in it.tidalwave.util
Subinterfaces of Finder.SortCriterion in it.tidalwave.util Modifier and Type Interface Description static interface
Finder.InMemorySortCriterion<U>
An interface that should be implemented by specificFinder.SortCriterion
objects which are capable to implement by themselves the sorting of objects, by post-processing an existing collection of objects.Classes in it.tidalwave.util that implement Finder.SortCriterion Modifier and Type Class Description static class
Finder.InMemorySortCriterion.DefaultInMemorySortCriterion<U>
Fields in it.tidalwave.util declared as Finder.SortCriterion Modifier and Type Field Description static Finder.SortCriterion
Finder.SortCriterion. DEFAULT
static Finder.SortCriterion
Finder.SortCriterion. UNSORTED
A specialFinder.SortCriterion
which indicates that no sort has been performed.Fields in it.tidalwave.util with type parameters of type Finder.SortCriterion Modifier and Type Field Description static java.lang.Class<Finder.SortCriterion>
Finder.SortCriterion. _SortCriterion_
Methods in it.tidalwave.util with parameters of type Finder.SortCriterion Modifier and Type Method Description default Finder<T>
Finder. sort(Finder.SortCriterion criterion)
Tells theFinder
that results will be sorted according to the given criterion, in ascending direction.Finder<T>
Finder. sort(Finder.SortCriterion criterion, Finder.SortDirection direction)
Tells theFinder
that results will be sorted according to the given criterion and direction. -
Uses of Finder.SortCriterion in it.tidalwave.util.spi
Methods in it.tidalwave.util.spi with parameters of type Finder.SortCriterion Modifier and Type Method Description F
ExtendedFinderSupport. sort(Finder.SortCriterion criterion)
Tells theFinder
that results will be sorted according to the given criterion, in ascending direction.F
ExtendedFinderSupport. sort(Finder.SortCriterion criterion, Finder.SortDirection direction)
Tells theFinder
that results will be sorted according to the given criterion and direction.F
HierarchicFinderSupport. sort(Finder.SortCriterion criterion)
Tells theFinder
that results will be sorted according to the given criterion, in ascending direction.F
HierarchicFinderSupport. sort(Finder.SortCriterion criterion, Finder.SortDirection direction)
Tells theFinder
that results will be sorted according to the given criterion and direction.
-