Skip to content
Snippets Groups Projects
Commit d8b61798 authored by tjc's avatar tjc
Browse files

add showCvTermLookUp()

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@6117 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent f398f854
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ import uk.ac.sanger.artemis.io.GFFStreamFeature;
import uk.ac.sanger.artemis.io.ReadFormatException;
import uk.ac.sanger.artemis.chado.ArtemisUtils;
import uk.ac.sanger.artemis.chado.ChadoCvTermView;
import uk.ac.sanger.artemis.chado.IBatisDAO;
import uk.ac.sanger.artemis.chado.JdbcDAO;
import uk.ac.sanger.artemis.chado.GmodDAO;
......@@ -1686,6 +1687,26 @@ public class DatabaseDocument extends Document
return db;
}
/**
*
*/
public void showCvTermLookUp()
{
try
{
new ChadoCvTermView( getDAO() );
}
catch(ConnectException e)
{
// TODO Auto-generated catch block
e.printStackTrace();
}
catch(SQLException e)
{
// TODO Auto-generated catch block
e.printStackTrace();
}
}
/**
* Get the data access object (DAO).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment