Uses of Class
com.flowlogix.jeedao.primefaces.Sorter.SortData
Packages that use Sorter.SortData
-
Uses of Sorter.SortData in com.flowlogix.jeedao.primefaces
Methods in com.flowlogix.jeedao.primefaces that return Sorter.SortDataModifier and TypeMethodDescriptionSorter.SortData.applicationSort
(String fieldName, boolean highPriority, Function<Optional<SortMeta>, Order> fp) Replaces, or adds application sort criteria to the existing UI sort criteria If the sort criteria is new, it is placed at either highest or lowest order, depending on the highPriority parameterSorter.SortData.applicationSort
(String sourceFieldName, String fieldName, Sorter.SortData sortData, boolean highPriority, Supplier<Order> ascFn, Supplier<Order> descFn, Supplier<Order> notFoundFn) Helper method to apply application sort criteria based on the UI requested sort criteriaSorter.SortData.applicationSort
(String sourceFieldName, String fieldName, Sorter.SortData sortData, Supplier<Order> ascFn, Supplier<Order> descFn, Supplier<Order> notFoundFn) Helper method to apply application sort criteria based on the UI requested sort criteriaReplaces, or adds application sort criteria to the existing UI sort criteria If the sort criteria is new, it is placed at the lowest sort orderMethods in com.flowlogix.jeedao.primefaces with parameters of type Sorter.SortDataModifier and TypeMethodDescriptionSorter.SortData.applicationSort
(String sourceFieldName, String fieldName, Sorter.SortData sortData, boolean highPriority, Supplier<Order> ascFn, Supplier<Order> descFn, Supplier<Order> notFoundFn) Helper method to apply application sort criteria based on the UI requested sort criteriaSorter.SortData.applicationSort
(String sourceFieldName, String fieldName, Sorter.SortData sortData, Supplier<Order> ascFn, Supplier<Order> descFn, Supplier<Order> notFoundFn) Helper method to apply application sort criteria based on the UI requested sort criteriavoid
Sorter.sort
(Sorter.SortData sortData, CriteriaBuilder cb, Root<TT> root) Hook for sort criteria manipulation.