com.jurismarches.vradi.services.managers
Class SearchManager
java.lang.Object
com.jurismarches.vradi.services.managers.SearchManager
public class SearchManager
- extends Object
Class containing the methods to manage the form research
- Version:
- $Revision: 852 $ $Date: 2010-05-06 10:29:21 +0200 (jeu., 06 mai 2010) $
- Author:
- schorlet
|
Method Summary |
VradiFormPageDTO |
findForms(String query,
VradiFormPageDTO formPageDTO)
|
VradiFormPageDTO |
findForms(String query,
VradiFormPageDTO formPageDTO,
Date fromDate,
String statusId)
|
VradiFormPageDTO |
findForms(String query,
org.sharengo.wikitty.WikittyExtension extension,
String dateType,
Date beginDate,
Date endDate,
List<String>[] thesaurus,
String[] statusIds,
VradiFormPageDTO formPageDTO)
|
Map<QueryMaker,List<VradiQueryBean>> |
findQueriesReturningForm(Form form)
|
List<QueryMaker> |
findQueryMakersWithQueries()
|
VradiCartographyDTO |
getThesaurusCartography(String query,
org.sharengo.wikitty.WikittyExtension extension,
String dateType,
Date beginDate,
Date endDate,
List<String>[] thesaurus,
String[] statusIds)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALIAS_THESAURUS_1
public static final String ALIAS_THESAURUS_1
- See Also:
- Constant Field Values
ALIAS_THESAURUS_2
public static final String ALIAS_THESAURUS_2
- See Also:
- Constant Field Values
ALIAS_LAST_MODIFIER
public static final String ALIAS_LAST_MODIFIER
- See Also:
- Constant Field Values
ALIAS_LAST_STATUS_MODIFIER
public static final String ALIAS_LAST_STATUS_MODIFIER
- See Also:
- Constant Field Values
SearchManager
public SearchManager(org.sharengo.wikitty.WikittyProxy proxy,
ThesaurusManager thesaurusManager)
findForms
public VradiFormPageDTO findForms(String query,
VradiFormPageDTO formPageDTO)
throws UnsupportedQueryException
- Throws:
UnsupportedQueryException
findForms
public VradiFormPageDTO findForms(String query,
VradiFormPageDTO formPageDTO,
Date fromDate,
String statusId)
throws UnsupportedQueryException
- Throws:
UnsupportedQueryException
findForms
public VradiFormPageDTO findForms(String query,
org.sharengo.wikitty.WikittyExtension extension,
String dateType,
Date beginDate,
Date endDate,
List<String>[] thesaurus,
String[] statusIds,
VradiFormPageDTO formPageDTO)
throws UnsupportedQueryException
- Throws:
UnsupportedQueryException
getThesaurusCartography
public VradiCartographyDTO getThesaurusCartography(String query,
org.sharengo.wikitty.WikittyExtension extension,
String dateType,
Date beginDate,
Date endDate,
List<String>[] thesaurus,
String[] statusIds)
throws VradiException,
UnsupportedQueryException
- Throws:
VradiException
UnsupportedQueryException
findQueriesReturningForm
public Map<QueryMaker,List<VradiQueryBean>> findQueriesReturningForm(Form form)
throws VradiException
- Throws:
VradiException
findQueryMakersWithQueries
public List<QueryMaker> findQueryMakersWithQueries()
Copyright © 2009-2010 JurisMarches. All Rights Reserved.