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
 VradiFormPageDTO VradiStorageServiceImpl.findForms(String query, VradiFormPageDTO formPageDTO)
           
 VradiFormPageDTO VradiStorageService.findForms(String query, VradiFormPageDTO formPageDTO)
          Searches for forms with the specified query.
 VradiFormPageDTO VradiStorageServiceImpl.findForms2(String query, org.sharengo.wikitty.WikittyExtension extension, String dateType, Date beginDate, Date endDate, List<String>[] thesaurus, String[] statusIds, VradiFormPageDTO formPageDTO)
           
 VradiFormPageDTO VradiStorageService.findForms2(String query, org.sharengo.wikitty.WikittyExtension extension, String dateType, Date beginDate, Date endDate, List<String>[] thesaurus, String[] statusIds, VradiFormPageDTO formPageDTO)
          Searches for forms with the specified filters.
 VradiCartographyDTO VradiStorageServiceImpl.getThesaurusCartography(String query, org.sharengo.wikitty.WikittyExtension extension, String dateType, Date beginDate, Date endDate, List<String>[] thesaurus, String[] statusIds)
           
 VradiCartographyDTO VradiStorageService.getThesaurusCartography(String query, org.sharengo.wikitty.WikittyExtension extension, String dateType, Date beginDate, Date endDate, List<String>[] thesaurus, String[] statusIds)
          Computes the number of forms associated with every thesaurus node.
 

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

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

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.