Uses of Class
com.jurismarches.vradi.services.search.UnsupportedQueryException

Packages that use UnsupportedQueryException
com.jurismarches.vradi.services   
com.jurismarches.vradi.services.managers   
com.jurismarches.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 com.jurismarches.vradi.services
 

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

Uses of UnsupportedQueryException in com.jurismarches.vradi.services.managers
 

Methods in com.jurismarches.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 com.jurismarches.vradi.services.search
 

Methods in com.jurismarches.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 JurisMarches. All Rights Reserved.