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   
 

Uses of UnsupportedQueryException in com.jurismarches.vradi.services
 

Methods in com.jurismarches.vradi.services that throw UnsupportedQueryException
 void VradiStorageService.findForms(String query, VradiFormPageDTO formPageDTO)
          Searches for forms with the specified query.
 void VradiStorageServiceImpl.findForms(String query, VradiFormPageDTO formPageDTO)
           
 void VradiStorageService.findForms(String query, org.sharengo.wikitty.WikittyExtension extension, String dateType, Date beginDate, Date endDate, List<String>[] theasurus, VradiFormPageDTO formPageDTO)
          Searches for forms with the specified filters.
 void VradiStorageServiceImpl.findForms(String query, org.sharengo.wikitty.WikittyExtension extension, String dateType, Date beginDate, Date endDate, List<String>[] thesaurus, VradiFormPageDTO formPageDTO)
           
 

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

Methods in com.jurismarches.vradi.services.managers that throw UnsupportedQueryException
 void SearchManager.findForms(String query, VradiFormPageDTO formPageDTO)
           
 void SearchManager.findForms(String query, org.sharengo.wikitty.WikittyExtension extension, String dateType, Date beginDate, Date endDate, List<String>[] thesaurus, VradiFormPageDTO formPageDTO)
           
 

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.
static org.sharengo.wikitty.search.Search VradiQueryParser.search(String expression)
          Parses the specified expression and invokes VradiQueryParser.buildSearch(FilterList, Search) with a new Search instance.
 



Copyright © 2009-2010 JurisMarches. All Rights Reserved.