public interface TranslationDAO extends ReInitializationDAO
Modifier and Type | Method and Description |
---|---|
Translation |
getTranslationByID(Integer id) |
Translation |
getTranslationByStableID(String stableID) |
List<? extends Translation> |
getTranslationsForTranscript(Transcript transcript) |
List<? extends Translation> |
getTranslationsForVegaID(String id) |
reInitialize
Translation getTranslationByID(Integer id) throws DAOException
DAOException
Translation getTranslationByStableID(String stableID) throws DAOException
DAOException
List<? extends Translation> getTranslationsForTranscript(Transcript transcript) throws DAOException
DAOException
List<? extends Translation> getTranslationsForVegaID(String id) throws DAOException
DAOException
JEnsembl: A Java API for Ensembl Data Access v1.78
© Roslin Institute 2010-14. GNU General Public License, version3