|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface describing how to search data in IntAct.
| Method Summary | |
java.util.Collection |
doLookup(java.util.List searchClasses,
java.lang.String value,
IntactUserI user)
Search in the IntAct data for a colleciton of object (type=searchClass). |
java.util.Collection |
doLookup(java.lang.String searchClass,
java.lang.String value,
IntactUserI user)
Search in the IntAct data for a colleciton of object (type=searchClass). |
java.util.Collection |
doLookupSimple(java.lang.String searchClass,
java.lang.String query,
IntactUserI user)
Peforms a simple search in the IntAct data for given search class and value. |
java.util.Collection |
getSearchCritera()
Return a collection of search criteria. |
| Method Detail |
public java.util.Collection doLookupSimple(java.lang.String searchClass,
java.lang.String query,
IntactUserI user)
throws IntactException
searchClass - the search class to perform the search on
(e.g., Experiment)query - the search query; doesn't support mupltiple comma
separated values.user - the user to invoke search on.
searchClass or an empty collection if none found.
IntactException - for any errors in searching the persistent system.
public java.util.Collection doLookup(java.lang.String searchClass,
java.lang.String value,
IntactUserI user)
throws IntactException
searchClass - the search class we are looking for in the IntAct data.value - the queryString for which the objects should match.user - the IntAct datasource.
IntactException - if an erro occurs when searching in the database.
public java.util.Collection doLookup(java.util.List searchClasses,
java.lang.String value,
IntactUserI user)
throws IntactException
searchClasses - the search classes (ordered by preference) we are
looking for in the IntAct data.value - the queryString for which the objects should match.user - the IntAct datasource.
IntactException - if an erro occurs when searching in the database.public java.util.Collection getSearchCritera()
CriteriaBean.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||