|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MyMetnetService
Remote interface for MyMetnetService.
| Method Summary | |
|---|---|
java.util.HashMap |
bevGetAllLocationInfo()
BirdsEyeView code |
java.util.ArrayList |
bevGetGoBioProcesses(java.lang.Integer goID)
BirdsEyeView code |
java.util.ArrayList |
bevGetGoChildren(java.lang.Integer goNodeID)
BirdsEyeView code |
java.util.ArrayList |
bevGetGoFunctions(java.lang.Integer goID)
BirdsEyeView code |
java.lang.Integer |
bevGetGoGeneProductID(java.lang.String locusID)
BirdsEyeView code |
java.lang.String |
bevGetGoNodeName(java.lang.Integer goNodeID)
BirdsEyeView code |
java.util.ArrayList |
bevGetGoNodesWithinDistance(java.lang.Integer rootNodeID,
int distance)
BirdsEyeView code |
java.util.ArrayList |
bevGetGoTermAncestors(java.lang.Integer goTermID)
BirdsEyeView code |
java.util.ArrayList |
bevGetLocations(java.lang.Integer entityID)
BirdsEyeView code |
java.util.ArrayList |
bevGetLocusIDs(java.lang.String affyID)
BirdsEyeView code |
java.lang.Integer |
bevGetMetnetEntityID(java.lang.String locusID)
BirdsEyeView code |
java.util.ArrayList |
bevGetPathways(java.lang.Integer entityID)
BirdsEyeView code |
java.util.Map |
bevGetPolypeptides(java.lang.Integer entityID)
BirdsEyeView code |
java.util.Map |
bevGetProteinComplexes(java.lang.Integer entityID)
BirdsEyeView code |
java.lang.Object[] |
eaQuery(java.util.Collection ebidList)
we use some default values and do NOT generate JUNG graph model since it is not serializable. |
AtGeneSearchLocusObject |
findAtGeneLocusObject(java.lang.String locusid)
test the prepared statement to handle the escape sequence in SQL language and enhance the query performance if it is used more than 60-200 times. |
java.util.List |
findAtGeneLocusObjectList(java.lang.String searchString)
extract the list of locus object, test PHYA-3' |
java.util.Map |
findBlockunitInstance(java.util.Collection blockIdList)
get the instance and join if necessary |
Blockunit |
findBlockunitInstance(java.lang.Integer blockid)
get the instance and join if necessary |
java.util.Collection |
findCodelocationList()
get the codelocation object list |
java.util.Collection |
findCommunityInteractionList(java.util.Collection blockIdList,
int step)
get the community interaction in p-step |
java.util.Collection |
findLiveEntityList(boolean exactMatch,
java.lang.String name,
java.lang.String location,
java.lang.String entityType)
find the live entities according to the specified query condition |
java.util.List |
getAllUserList()
get all users in the system |
java.util.Map |
getBasicInformation(java.util.Map typeMap)
get the basic information, name, location nad biological type for collection of blockid |
java.util.List |
getBlockIdList(java.util.Collection entityIdList)
get the blockid based on the entityid |
ChebiObject |
getChebiObjectByBlockID(java.lang.Integer blockId)
get the chebi information based on the compound id. |
org._3pq.jgrapht.DirectedGraph |
getClassNet(boolean containPathway)
get current class network |
java.util.ArrayList |
getEidByName(java.lang.String searchString)
search the entity exact match the search string. |
java.util.ArrayList |
getEidByName(java.lang.String searchString,
java.lang.String entityType)
search the entity exact match the search string. |
org.apache.commons.collections.map.MultiKeyMap |
getFullGeneAnnotationList()
batch model query, not an object |
org.apache.commons.collections.map.MultiKeyMap |
getMetaboliteMap()
get the map from metabolite blockid to name |
java.util.Map |
getNodeType(java.util.Collection blockIdList)
get the node type of the collected blockid |
org.apache.commons.collections.map.MultiKeyMap |
getPathwayElementMap()
get the full mapping between the pathways and their elements |
org.apache.commons.collections.map.MultiKeyMap |
getPathwayLocusMap()
get the full map to pathway, locus and affy probe sets |
org.apache.commons.collections.map.MultiKeyMap |
getPathwayMetaboliteMap()
get the map from pathway blockid to metabolite blockid |
java.util.List |
getPathwayObjectList(java.util.Collection pbidList,
boolean includeEmpty)
get the pathway object list |
java.util.Collection |
pubchemCasFilter(java.util.Collection nameList)
filter out the cas number from synonyms |
java.util.Collection |
pubchemCid2Name(java.util.Collection cidList)
get the pubchem synonym from pubchem cid |
java.util.Collection |
pubchemName2Cid(java.util.Collection nameList)
this function search the table pubchem_cid_synonym to get the cid based on the name. |
| Methods inherited from interface javax.ejb.EJBObject |
|---|
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
| Method Detail |
|---|
java.util.List getAllUserList()
throws java.rmi.RemoteException
EJBException - any remote call exception
java.rmi.RemoteException
java.lang.Object[] eaQuery(java.util.Collection ebidList)
throws java.rmi.RemoteException
ebidList - the system nodes list
EJBException - any remote call exception
java.rmi.RemoteException
java.util.List getBlockIdList(java.util.Collection entityIdList)
throws java.rmi.RemoteException
entityIdList - list of entity id
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Map getBasicInformation(java.util.Map typeMap)
throws java.rmi.RemoteException
typeMap - the type map
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Map getNodeType(java.util.Collection blockIdList)
throws java.rmi.RemoteException
collection - the blockid list
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Map findBlockunitInstance(java.util.Collection blockIdList)
throws java.rmi.RemoteException
blockid - the id of the blockunit
EJBException - any remote call exception
java.rmi.RemoteException
Blockunit findBlockunitInstance(java.lang.Integer blockid)
throws java.rmi.RemoteException
blockid - the id of the blockunit
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Collection findCommunityInteractionList(java.util.Collection blockIdList,
int step)
throws java.rmi.RemoteException
blockIdList - the starting pointstep - the p-step
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Collection findCodelocationList()
throws java.rmi.RemoteException
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Collection findLiveEntityList(boolean exactMatch,
java.lang.String name,
java.lang.String location,
java.lang.String entityType)
throws java.rmi.RemoteException
exactMatch - true if the name or synonym is exactly matched. false, if the name parameter can be a substring of the entity name or synonymname - the search string, can be the full name or substring of the name.location - subcellular compartment, can be null if not knownentityType - entity type like gene, metabolite, can be null if not known
EJBException - any remote call exception
java.rmi.RemoteException
org._3pq.jgrapht.DirectedGraph getClassNet(boolean containPathway)
throws java.rmi.RemoteException
containPathway - if contains pathway nodes
EJBException - any remote call exception
java.rmi.RemoteException
java.util.List findAtGeneLocusObjectList(java.lang.String searchString)
throws java.rmi.RemoteException
searchString - any input string separated by non-alphanum characters
EJBException - any remote exception
java.rmi.RemoteException
ChebiObject getChebiObjectByBlockID(java.lang.Integer blockId)
throws java.rmi.RemoteException
chebiCompoundID - the chebi compound id
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Collection pubchemCasFilter(java.util.Collection nameList)
throws java.rmi.RemoteException
nameList - the synonym list
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Collection pubchemName2Cid(java.util.Collection nameList)
throws java.rmi.RemoteException
nameList - the compound name list
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Collection pubchemCid2Name(java.util.Collection cidList)
throws java.rmi.RemoteException
cidList - cid list
EJBException - any remote call exception
java.rmi.RemoteException
AtGeneSearchLocusObject findAtGeneLocusObject(java.lang.String locusid)
throws java.rmi.RemoteException
locusid - the locus id from the input, should be uppercase
EJBException - any remote call exception
java.rmi.RemoteException
java.util.ArrayList getEidByName(java.lang.String searchString)
throws java.rmi.RemoteException
searchString - search string
EJBException - any remote call exception
java.rmi.RemoteException
java.util.ArrayList getEidByName(java.lang.String searchString,
java.lang.String entityType)
throws java.rmi.RemoteException
searchString - search string
EJBException - any remote call exception
java.rmi.RemoteException
java.util.List getPathwayObjectList(java.util.Collection pbidList,
boolean includeEmpty)
throws java.rmi.RemoteException
pbidList - the pathway blockid listincludeEmpty - include emtpy structure?
EJBException - any remote call exception
java.rmi.RemoteException
org.apache.commons.collections.map.MultiKeyMap getPathwayElementMap()
throws java.rmi.RemoteException
EJBException - any remote call exception
java.rmi.RemoteException
org.apache.commons.collections.map.MultiKeyMap getPathwayLocusMap()
throws java.rmi.RemoteException
EJBException - any remote call exception
java.rmi.RemoteException
org.apache.commons.collections.map.MultiKeyMap getPathwayMetaboliteMap()
throws java.rmi.RemoteException
EJBException - any remote call exception
java.rmi.RemoteException
org.apache.commons.collections.map.MultiKeyMap getMetaboliteMap()
throws java.rmi.RemoteException
EJBException - any remote call exception
java.rmi.RemoteException
java.lang.Integer bevGetMetnetEntityID(java.lang.String locusID)
throws java.rmi.RemoteException
locusID - na
EJBException - na
java.rmi.RemoteException
java.util.ArrayList bevGetLocusIDs(java.lang.String affyID)
throws java.rmi.RemoteException
affyID - na
EJBException - na
java.rmi.RemoteException
java.util.Map bevGetPolypeptides(java.lang.Integer entityID)
throws java.rmi.RemoteException
entityID - na
EJBException - na
java.rmi.RemoteException
java.util.Map bevGetProteinComplexes(java.lang.Integer entityID)
throws java.rmi.RemoteException
entityID - na
EJBException - na
java.rmi.RemoteException
java.util.ArrayList bevGetLocations(java.lang.Integer entityID)
throws java.rmi.RemoteException
entityID - na
EJBException - na
java.rmi.RemoteException
java.util.ArrayList bevGetPathways(java.lang.Integer entityID)
throws java.rmi.RemoteException
entityID - na
EJBException - na
java.rmi.RemoteException
java.lang.Integer bevGetGoGeneProductID(java.lang.String locusID)
throws java.rmi.RemoteException
locusID - na
EJBException - na
java.rmi.RemoteException
java.util.ArrayList bevGetGoBioProcesses(java.lang.Integer goID)
throws java.rmi.RemoteException
goID - na
EJBException - na
java.rmi.RemoteException
java.util.ArrayList bevGetGoFunctions(java.lang.Integer goID)
throws java.rmi.RemoteException
goID - na
EJBException - na
java.rmi.RemoteException
java.util.ArrayList bevGetGoChildren(java.lang.Integer goNodeID)
throws java.rmi.RemoteException
goNodeID - na
EJBException - na
java.rmi.RemoteException
java.util.ArrayList bevGetGoTermAncestors(java.lang.Integer goTermID)
throws java.rmi.RemoteException
goTermID - na
EJBException - na
java.rmi.RemoteException
java.util.ArrayList bevGetGoNodesWithinDistance(java.lang.Integer rootNodeID,
int distance)
throws java.rmi.RemoteException
rootNodeID - nadistance - na
EJBException - na
java.rmi.RemoteException
java.lang.String bevGetGoNodeName(java.lang.Integer goNodeID)
throws java.rmi.RemoteException
goNodeID - na
EJBException - na
java.rmi.RemoteException
java.util.HashMap bevGetAllLocationInfo()
throws java.rmi.RemoteException
EJBException - na
java.rmi.RemoteException
org.apache.commons.collections.map.MultiKeyMap getFullGeneAnnotationList()
throws java.rmi.RemoteException
EJBException - any remote call exception
java.rmi.RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||