public class DBXRefDAO extends DBBaseDAO implements XRefDAO
configuration, daoFactory
Constructor and Description |
---|
DBXRefDAO() |
DBXRefDAO(DAOFactory factory) |
Modifier and Type | Method and Description |
---|---|
TreeSet<String> |
getAllSynonyms(XRefed object) |
List<DAXRef> |
getAllXRefs(IdentifiableObject feature) |
TreeSet<String> |
getSynonyms(XRef xref) |
void |
reInitialize(IdentifiableObject xref)
Uses the xref_id of an xref to fill in missing data that would have been
present if the the xref had initially been made by a call to getXRefs
on the identifiable object.
|
getFactory, setConfiguration, setFactory
public DBXRefDAO()
public DBXRefDAO(DAOFactory factory) throws DAOException
DAOException
public List<DAXRef> getAllXRefs(IdentifiableObject feature) throws DAOException
getAllXRefs
in interface XRefDAO
DAOException
public void reInitialize(IdentifiableObject xref) throws DAOException
reInitialize
in interface ReInitializationDAO
xref
- DAOException
public TreeSet<String> getSynonyms(XRef xref) throws DAOException
getSynonyms
in interface XRefDAO
DAOException
public TreeSet<String> getAllSynonyms(XRefed object) throws DAOException
getAllSynonyms
in interface XRefDAO
DAOException
JEnsembl: A Java API for Ensembl Data Access v1.78
© Roslin Institute 2010-14. GNU General Public License, version3