|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Sort | |
|---|---|
| com.googlecode.genericdao.search | |
| com.googlecode.genericdao.search.flex | |
| Uses of Sort in com.googlecode.genericdao.search |
|---|
| Fields in com.googlecode.genericdao.search with type parameters of type Sort | |
|---|---|
protected List<Sort> |
Search.sorts
|
| Methods in com.googlecode.genericdao.search that return Sort | |
|---|---|
static Sort |
Sort.asc(String property)
|
static Sort |
Sort.asc(String property,
boolean ignoreCase)
|
static Sort |
Sort.customExpressionAsc(String expression)
Instead of a property for this Sort, use a free-form JPQL/HQL order-by expression. |
static Sort |
Sort.customExpressionDesc(String expression)
Instead of a property for this Sort, use a free-form JPQL/HQL order-by expression. |
static Sort |
Sort.desc(String property)
|
static Sort |
Sort.desc(String property,
boolean ignoreCase)
|
| Methods in com.googlecode.genericdao.search that return types with arguments of type Sort | |
|---|---|
protected List<Sort> |
BaseSearchProcessor.checkAndCleanSorts(List<Sort> sorts)
Check for injection attack in property strings. |
List<Sort> |
Search.getSorts()
|
List<Sort> |
ISearch.getSorts()
|
| Methods in com.googlecode.genericdao.search with parameters of type Sort | |
|---|---|
static void |
SearchUtil.addSort(IMutableSearch search,
Sort sort)
|
Search |
Search.addSort(Sort sort)
|
static void |
SearchUtil.addSorts(IMutableSearch search,
Sort... sorts)
|
Search |
Search.addSorts(Sort... sorts)
|
static void |
SearchUtil.mergeSortsAfter(IMutableSearch search,
Sort... sorts)
Modify the search by adding the given sorts after the current sorts in the search. |
static void |
SearchUtil.mergeSortsBefore(IMutableSearch search,
Sort... sorts)
Modify the search by adding the given sorts before the current sorts in the search. |
static void |
SearchUtil.removeSort(IMutableSearch search,
Sort sort)
|
void |
Search.removeSort(Sort sort)
|
| Method parameters in com.googlecode.genericdao.search with type arguments of type Sort | |
|---|---|
protected List<Sort> |
BaseSearchProcessor.checkAndCleanSorts(List<Sort> sorts)
Check for injection attack in property strings. |
protected String |
BaseSearchProcessor.generateOrderByClause(BaseSearchProcessor.SearchContext ctx,
List<Sort> sorts)
Internal method for generating order by clause. |
static void |
SearchUtil.mergeSortsAfter(IMutableSearch search,
List<Sort> sorts)
Modify the search by adding the given sorts after the current sorts in the search. |
static void |
SearchUtil.mergeSortsBefore(IMutableSearch search,
List<Sort> sorts)
Modify the search by adding the given sorts before the current sorts in the search. |
Search |
Search.setSorts(List<Sort> sorts)
|
IMutableSearch |
IMutableSearch.setSorts(List<Sort> sorts)
|
| Uses of Sort in com.googlecode.genericdao.search.flex |
|---|
| Fields in com.googlecode.genericdao.search.flex with type parameters of type Sort | |
|---|---|
protected List<Sort> |
FlexSearch.sorts
|
| Methods in com.googlecode.genericdao.search.flex that return Sort | |
|---|---|
Sort[] |
FlexSearch.getSorts()
|
| Methods in com.googlecode.genericdao.search.flex that return types with arguments of type Sort | |
|---|---|
List<Sort> |
FlexSearchWrapper.getSorts()
|
| Methods in com.googlecode.genericdao.search.flex with parameters of type Sort | |
|---|---|
void |
FlexSearch.setSorts(Sort[] sorts)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||