Uses of Class
com.trg.search.Sort

Packages that use Sort
com.trg.search   
com.trg.search.flex   
 

Uses of Sort in com.trg.search
 

Fields in com.trg.search with type parameters of type Sort
protected  java.util.List<Sort> Search.sorts
           
 

Methods in com.trg.search that return Sort
static Sort Sort.asc(java.lang.String property)
           
static Sort Sort.asc(java.lang.String property, boolean ignoreCase)
           
static Sort Sort.desc(java.lang.String property)
           
static Sort Sort.desc(java.lang.String property, boolean ignoreCase)
           
 

Methods in com.trg.search that return types with arguments of type Sort
protected  java.util.List<Sort> BaseSearchProcessor.checkAndCleanSorts(java.util.List<Sort> sorts)
           Check for injection attack in property strings.
 java.util.List<Sort> Search.getSorts()
           
 java.util.List<Sort> ISearch.getSorts()
           
 

Methods in com.trg.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.trg.search with type arguments of type Sort
protected  java.util.List<Sort> BaseSearchProcessor.checkAndCleanSorts(java.util.List<Sort> sorts)
           Check for injection attack in property strings.
protected  java.lang.String BaseSearchProcessor.generateOrderByClause(BaseSearchProcessor.SearchContext ctx, java.util.List<Sort> sorts)
          Internal method for generating order by clause.
static void SearchUtil.mergeSortsAfter(IMutableSearch search, java.util.List<Sort> sorts)
          Modify the search by adding the given sorts after the current sorts in the search.
static void SearchUtil.mergeSortsBefore(IMutableSearch search, java.util.List<Sort> sorts)
          Modify the search by adding the given sorts before the current sorts in the search.
 Search Search.setSorts(java.util.List<Sort> sorts)
           
 IMutableSearch IMutableSearch.setSorts(java.util.List<Sort> sorts)
           
 

Uses of Sort in com.trg.search.flex
 

Fields in com.trg.search.flex with type parameters of type Sort
protected  java.util.List<Sort> FlexSearch.sorts
           
 

Methods in com.trg.search.flex that return Sort
 Sort[] FlexSearch.getSorts()
           
 

Methods in com.trg.search.flex that return types with arguments of type Sort
 java.util.List<Sort> FlexSearchWrapper.getSorts()
           
 

Methods in com.trg.search.flex with parameters of type Sort
 void FlexSearch.setSorts(Sort[] sorts)
           
 



Copyright © 2008-2010 eBM WebSourcing. All Rights Reserved.