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

add getParentFeaturesByChildFeatureIds

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@6400 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent add0335f
Branches
Tags
No related merge requests found
......@@ -1979,6 +1979,12 @@ public class DatabaseDocument extends Document
return dao.getClustersByFeatureIds(featureIds);
}
public List getParentFeaturesByChildFeatureIds(final List subjectIds)
{
GmodDAO dao = getDAOOnly();
return dao.getParentFeaturesByChildFeatureIds(subjectIds);
}
public List getFeatureDbXRefsByFeatureId(final List featureIds)
{
GmodDAO dao = getDAOOnly();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment