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

Packages that use UnsupportedQueryException
org.chorem.vradi.services   
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 UnsupportedQueryException in org.chorem.vradi.services
 

Methods in org.chorem.vradi.services that throw UnsupportedQueryException
 FormPagedResult VradiDataServiceImpl.findForms(QueryParameters queryParameters, FormPagedResult formPagedResult)
           
 FormPagedResult VradiDataService.findForms(QueryParameters queryParameters, FormPagedResult formPagedResult)
          Searches for forms with the specified filters.
 Map<Thesaurus,Integer> VradiDataServiceImpl.getChildrenCartography(String thesaurusId, QueryParameters queryParameters)
           
 Map<Thesaurus,Integer> VradiDataService.getChildrenCartography(String thesaurusId, QueryParameters queryParameters)
          Computes the number of forms associated with every thesaurus node.
 

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

Methods in org.chorem.vradi.services.managers that throw UnsupportedQueryException
protected  org.nuiton.wikitty.search.Criteria SearchManager.createFilter(QueryParameters queryParameters)
          Build wikitty Search criteria with all QueryParameters attribute (excepted QueryParameters.query).
 FormPagedResult SearchManager.findForms(QueryParameters queryParameters, FormPagedResult formPagedResult)
           
protected  FormPagedResult SearchManager.findForms(String query, org.nuiton.wikitty.search.Criteria filter, FormPagedResult formPagedResult)
           
 Map<Thesaurus,Integer> SearchManager.getChildrenCartography(String thesaurusId, QueryParameters queryParameters)
           
 

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

Methods in org.chorem.vradi.services.search that throw UnsupportedQueryException
 void LuceneQueryParser.parse(org.apache.lucene.search.Query query)
           
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.
protected  void LuceneQueryParser.render(org.apache.lucene.search.BooleanQuery query)
           
 



Copyright © 2009-2011 CodeLutin. All Rights Reserved.