|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SearchException | |
| uk.ac.ebi.intact.application.hierarchView.business.graph | Contains classes to specialize the generic Graph class, and so give a specific behaviour like TLP export. |
| uk.ac.ebi.intact.persistence | This package provides a persistence capability for intact. |
| Uses of SearchException in uk.ac.ebi.intact.application.hierarchView.business.graph |
| Methods in uk.ac.ebi.intact.application.hierarchView.business.graph that throw SearchException | |
InteractionNetwork |
GraphHelper.addInteractionNetwork(InteractionNetwork in,
Interactor interactor,
int depth)
Create or extend an interaction network by using the given Interactor as a central node. |
| Uses of SearchException in uk.ac.ebi.intact.persistence |
| Methods in uk.ac.ebi.intact.persistence that throw SearchException | |
java.util.Collection |
ObjectBridgeDAO.find(java.lang.String type,
java.lang.String col,
java.lang.String val)
This method searches the DB based on the information in the parameters. |
java.util.Collection |
ObjectBridgeDAO.find(java.lang.Object obj)
|
java.util.Iterator |
ObjectBridgeDAO.findColumnValues(java.lang.String type,
java.lang.String[] cols)
This method provides a means of obtaining particular values of a persistent object without retrieving the whole object itself. |
java.util.Collection |
ObjectBridgeDAO.findBySQL(java.lang.String type,
java.lang.String sqlString)
This method allows submission of a query by straight SQL string. |
java.util.Iterator |
ObjectBridgeDAO.iteratorFind(java.lang.String type,
java.lang.String col,
java.lang.String val)
This method provides a means to obtain an Iterator for search results. |
java.util.Collection |
DAO.find(java.lang.String type,
java.lang.String col,
java.lang.String val)
This method performs a simple search based on the object type to search over, the parameter name and the search value. |
java.util.Iterator |
DAO.iteratorFind(java.lang.String type,
java.lang.String col,
java.lang.String val)
This method provides a means to obtain an Iterator for search results. |
java.util.Collection |
DAO.find(java.lang.Object obj)
This method performs an object-based search. |
java.util.Iterator |
DAO.findColumnValues(java.lang.String type,
java.lang.String[] cols)
This method provides a means of obtaining particular values of a persistent object without retrieving the whole object itself. |
java.util.Collection |
DAO.findBySQL(java.lang.String type,
java.lang.String sqlString)
This method allows submission of a query by straight SQL string. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||