|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Provides access to tissue information for human mRNA. This interface is implemented with a JDBC-aware class that connects to a database and retrieves the requested information. The database is loaded with tissue information for the human mRNA.
| Method Summary | |
void |
begin()
Notifies this class that a batch of interaction now begin. |
void |
destroy()
Destroy all TissueInfo data and tables. |
void |
empty()
Empty TissueInfo. |
void |
end()
Notifies this class that a batch of interaction now ends. |
java.util.Iterator |
getAcs(java.lang.String query)
Return an iterator of accession numbers. |
java.lang.String |
getReport(java.lang.String accessionNumber)
Return a report form for the accession number. |
java.util.Iterator |
getTissueList(java.lang.String organism)
Return the list of raw tissues associated with an organism. |
java.lang.String |
getTS(java.lang.String sqlProfileQuery)
Return a string of tissues. |
| Method Detail |
public java.util.Iterator getAcs(java.lang.String query)
throws TissueInfoNotAvailableException
TissueInfoNotAvailableException
public java.lang.String getTS(java.lang.String sqlProfileQuery)
throws TissueInfoNotAvailableException
TissueInfoNotAvailableException
public java.lang.String getReport(java.lang.String accessionNumber)
throws TissueInfoNotAvailableException
TissueInfoNotAvailableException
public java.util.Iterator getTissueList(java.lang.String organism)
throws TissueInfoNotAvailableException
TissueInfoNotAvailableException
public void destroy()
throws TissueInfoNotAvailableException
TissueInfoNotAvailableException
public void empty()
throws TissueInfoNotAvailableException
TissueInfoNotAvailableException
public void begin()
throws TissueInfoNotAvailableException
TissueInfoNotAvailableException
public void end()
throws TissueInfoNotAvailableException
TissueInfoNotAvailableException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||