Uses of Class
org.chorem.vradi.services.search.FilterList

Packages that use FilterList
org.chorem.vradi.services.managers   
org.chorem.vradi.services.search Ensemble de classes utilisée pour parser les requetes utilisateurs et éléments de filtre (date...) pour les transformer en une structure plus facile a manipuler (FilterList). 
 

Uses of FilterList in org.chorem.vradi.services.managers
 

Methods in org.chorem.vradi.services.managers with parameters of type FilterList
protected  void SearchManager.buildSearch(FilterList list, org.nuiton.wikitty.search.Search search)
          Transform FilterList part into wikitty sub Search.
protected  boolean ThesaurusManager.isThesaurusInQuery(FilterList list, String rootThesaurusName, String thesaurusName)
           
protected  void ThesaurusManager.replaceThesaurusInQuery(FilterList list, String oldRootThesaurusName, String newRootThesaurusName, String oldThesaurusName, String newThesaurusName)
           
 

Uses of FilterList in org.chorem.vradi.services.search
 

Fields in org.chorem.vradi.services.search with type parameters of type FilterList
protected  Stack<FilterList> FilterListQueryHandler.filterListStack
           
 

Methods in org.chorem.vradi.services.search that return FilterList
 FilterList FilterListQueryHandler.getFilterList()
           
static FilterList VradiQueryParser.parse(String expression)
          Parses the specified expression and returns a FilterList.
static FilterList VradiQueryParser.parse(String expression, String defaultField)
          Parses the specified expression and returns a FilterList.
 

Methods in org.chorem.vradi.services.search with parameters of type FilterList
static String FilterListQueryHandler.getQueryFromFilterList(FilterList list)
           
 



Copyright © 2009-2011 CodeLutin. All Rights Reserved.