|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MyFacade
Remote interface for MyFacade.
| Method Summary | |
|---|---|
java.lang.Object[] |
aaQuery(java.util.Collection ebidList,
java.util.Collection pbidList,
java.util.Collection eidList)
run approximately amorphous graph query and visualize it |
org._3pq.jgrapht.DirectedGraph |
adjacentIbidList(java.lang.Integer ibid)
things are complicated if we support multiple catalysis for one enzymatic reaction. |
java.lang.Integer |
checkInteraction(java.util.Vector leftPart,
java.util.Vector rightPart)
check if there is an interaction contains the same topolgy structure or super structure covers the provided adjacent nodes. |
java.lang.Integer |
checkTransInteraction(java.lang.Integer sourceBlockid,
java.lang.Integer targetBlockid)
create an transport, translation or transcription interaction and return the blockid of the interaction. |
java.lang.Object[] |
constructAlignmentMode(AlignmentObject alignment)
(include all input graph element) we need construct the graph model for the alignment. |
MultiPathwayGraph |
constructMultiPathwayGraph(java.util.ArrayList pbidList)
construct the multi-pathway graph model for TWO pathways |
void |
createUser(User userObject)
create a new user and presume that the user does not exist |
void |
createUserRequest(java.lang.String username,
java.lang.String organism)
assign the species to the username, so this guy can only edit the data of the species. |
java.util.Vector |
detectAbnormalEntitywithcontext()
detect abnormal record in the table entitywithcontext. |
java.util.Map |
detectDuplicationInteractions()
get the group of same structure interactions by encoding the structure and compute the digest |
java.util.Vector |
detectOrphanInteraction()
detect all orphan interaction in the database |
java.util.Vector |
detectOrphanInteraction2()
detect all orphan interaction in the database |
java.util.Vector |
detectWrongInteraction()
detect the wrong interaction which contains entitywithcontext |
java.lang.Object[] |
eaQuery(java.util.Collection ebidList,
java.util.Collection pbidList,
java.util.Collection eidList)
run exactly amorphous graph query and visualize it |
java.util.List |
esQuery(java.util.Collection pbidList,
org._3pq.jgrapht.DirectedGraph directedGraph)
query the input graph from the selected pathways |
java.util.List |
esQuery(org._3pq.jgrapht.DirectedGraph directedGraph)
esQuery. |
java.util.Vector |
filterCatalysis(java.util.Vector vector)
given a set of interaction and remove all catalysis type interaction |
java.util.Vector |
findAmbiguousEntitywithlocation(java.lang.String name)
find the blockunit containing the name, the name may contain double comma or tab delimer |
java.util.Vector |
findAmbiguousEntitywithlocationIDList(java.lang.String name)
find the blockunit containing the name, the name may contain double comma or tab delimer |
Blockunit |
findAssociatedInteraction(java.lang.Integer leftid,
java.lang.Integer rightid)
find the associated interaction based on two nodes (do not consider catalysis and regulation |
AtGeneSearchLocusObject |
findAtGeneLocusObject(java.lang.String locusid)
extract locus only information |
java.util.ArrayList |
findAtGeneLocusObjectList(java.lang.String searchString)
extract the list of locus object |
java.util.ArrayList |
findAtGeneLocusObjectListByFulltext(java.lang.String searchString)
extract the list of locus object by fulltext search |
java.util.Map |
findBlockunitInstance(java.util.Collection blockIdList)
get the map id->blockunit |
Blockunit |
findBlockunitInstance(java.lang.Integer blockid)
get the instance and join if necessary |
java.util.Vector |
findBrendaName(java.lang.String ecid)
get the recommend name and synonym based on the ec number |
java.util.Vector |
findBrendaProduct(java.lang.String ecid)
get the product based on the ec number |
java.util.Vector |
findBrendaSubstrate(java.lang.String ecid)
get the substrate based on the ec number |
java.util.Vector |
findChebiCompoundsList()
get the chebi compounds list |
java.util.Vector |
findChebiNamesList()
get the chebi names list |
ChebiOntologyName |
findChebiOntologyName(java.lang.Integer chebiid)
find the chebi id of the specified name from the chebi ontology |
java.util.Vector |
findChebiOntologyName(java.lang.String name)
find the chebi id of the specified name from the chebi ontology |
java.util.Vector |
findCodelocationList()
get the codelocation object list |
java.util.Vector |
findConfidenceList()
get the confidence object list |
java.util.Vector |
findDatasourceList()
get the data source object list |
java.util.Vector |
findDownstreamEntitywithlocation(java.lang.Integer blockid)
find the substrates of the interaction |
java.util.Vector |
findDownstreamInteraction(Blockunit blockunit)
special finder for enzymatic reaction and similar ones |
java.util.Collection |
findEbidListX(java.lang.String nameS,
java.lang.String organism,
java.lang.String entityType,
java.lang.String location)
find the live entity based on the name |
java.util.Vector |
findEntity(java.lang.String name)
get all entity which contain "similar" name |
java.util.Vector |
findEntity(java.util.Vector nameList)
get all entity which contain "similar" name in the prodvided list |
Entity |
findEntityInstance(java.lang.Integer entityid)
get the instance and join if necessary |
java.util.Map |
findEntityInstance(java.util.Vector entityidvec)
get the map id->entity |
java.util.Vector |
findEntityTypeList()
get the entity type object list |
java.util.Vector |
findEntitywithlocation(boolean exactMatch,
java.lang.String name,
java.lang.String location,
java.lang.String entityType,
java.lang.String source)
find the entitywithlocation according to the 4 criteria |
java.util.Vector |
findEntitywithlocation(java.lang.String name)
get the entity with location contains the similar name |
java.util.Vector |
findEnzyme(java.lang.Integer blockid)
find enzyme of the enzymatic interaction |
java.util.Vector |
findExactBlockunit(java.lang.String name)
find the blockunit match the name exactly |
java.util.Vector |
findExactEntity(java.lang.String name)
find the entityt match the name exactly |
java.util.Vector |
findExactEntity(java.lang.String name,
java.lang.String entityType)
find the entity based on the name and type |
java.util.Vector |
findExactEntitywithlocation(java.lang.String name)
find the blockunit containing the name, the name may contain double comma or tab delimer |
java.util.Vector |
findExactEntitywithlocation(java.lang.String name,
java.lang.String entityType,
java.lang.String location)
get the blockunit which contain the similar name and same entitytype and location |
java.util.Vector |
findExactInteractionInformation(java.lang.String name)
search the interaction according to the entitywithlocation name |
java.util.Vector |
findGroupOfOwner(java.lang.String username)
find the group of the owner |
MyVersionGraph |
findHistoryAsGraph(java.lang.Integer blockId,
java.lang.String username)
find all blockunit as a version graph |
HistoryFlatInteraction |
findHistoryFlatInteraction(java.lang.Integer blockId,
java.lang.Integer recordId)
get the instance of the history flat interaction |
HistoryFlatLiveEntity |
findHistoryFlatLiveEntity(java.lang.Integer blockId,
java.lang.Integer recordId)
get the instance of the history flat live entity |
HistoryFlatPathway |
findHistoryFlatPathway(java.lang.Integer blockId,
java.lang.Integer recordId)
get the instance of the history flat pathway |
java.util.Collection |
findIbidListX(java.lang.String nameS,
java.lang.String organism,
java.lang.String interactionType,
java.lang.String location)
find the interaction list based on the substrate and product name |
java.util.Vector |
findInteractionIDByEntitywithlocationID(java.lang.Integer blockid)
find all associated interaction for the blockunit |
java.util.Vector |
findInteractionIDByName(java.lang.String name)
find all associated interaction for the name |
InteractionInformation |
findInteractionInformation(java.lang.Integer blockid)
find basic interaction informations |
java.util.Vector |
findInteractionInformation(java.lang.String name)
search the interaction according to the entitywithlocation name |
java.util.Vector |
findInteractionInformationByEntitywithlocationID(java.lang.Integer entitywithlocationid)
find all involved interaction except catalysis type |
java.util.Vector |
findInteractionTypeList()
get the interaction type object list |
java.util.Vector |
findInvolvedPathway(Blockunit blockunit)
find the involved pathway from the blockunit |
java.util.List |
findInvolvedPathways(java.util.Collection ebidList,
java.util.Collection pbidList)
collect all pathway objects related to the selected entitywithlocation |
org.apache.commons.collections.keyvalue.MultiKey |
findLatestControlLiveEntity(java.lang.Integer ibid,
java.lang.Integer irid)
find the latest control interaction |
java.util.Map |
findLatestInteractionPart(java.lang.Integer ibid,
java.lang.Integer irid)
find the latest record id list of the interaction part. |
java.util.Map |
findLatestPathwayPart(java.lang.Integer pbid,
java.lang.Integer prid)
find the latest record id list of the pathway part. |
java.util.Vector |
findLocationList()
get the location object list |
java.util.Collection |
findNormalInteractionStructure(java.util.Collection leftList,
java.util.Collection rightList)
an optimized version of checkInteraction, should not containing interaction in the parameters. |
java.util.Collection |
findNormalInteractionStructureX(java.util.Map leftX,
java.util.Map rightX)
an extension version of finding interaction structure. |
java.util.Vector |
findOrganismList()
get the organism object list |
java.util.Collection |
findPbidList(java.lang.String searchString,
boolean includeEmpty)
get all pathway blockid in the database for displaying in pathway selector |
java.util.Collection |
findPbidListX(java.lang.String nameS,
java.lang.String organism)
find the pathway blockid based on the name, this can be pathway name or entity name |
java.util.Vector |
findPubchemEntityID(java.util.Vector names)
find the entity id list for the name |
java.util.Vector |
findPubchemID(java.util.Vector names)
find the sid list according to the search name |
java.util.Vector |
findPubchemSynonym(java.util.Vector names)
find the synonym for the given search name list |
java.util.Vector |
findReferenceTypeList()
get the reference type object list |
java.util.Vector |
findRuleList()
get the rule object list |
java.util.Vector |
findSimilarEntitywithlocationIDByName(java.lang.String name)
find the name which appear in name/synonym/abbreviation EXACTLY. |
java.util.Vector |
findStrictPubchemEntityID(java.util.Vector names)
find the entity id list for the name |
java.util.Vector |
findStrictPubchemID(java.util.Vector names)
find the sid list according to the search name |
java.util.Vector |
findStrictPubchemSynonym(java.util.Vector names)
find the synonym for the given search name list. |
java.util.List |
findTrivialMetabolite(java.lang.Integer degreeThreshold,
java.lang.Integer limit)
find the trivial metabolite that take part in one or more pathways |
java.util.Vector |
findUpstreamEntitywithlocation(java.lang.Integer blockid)
find the product of the interaction |
java.util.Vector |
findUpstreamInteraction(Blockunit blockunit)
special finder for enzymatic reaction and similar ones |
User |
findUserInstance(java.lang.String username)
find the User instance based on the username |
void |
formalizeComposition()
formalize the composition for those multi-enzyme reactions |
java.util.Vector |
getA()
get the account name |
java.util.Vector |
getAbbreviationRules()
get the abbreviation rule as "object list", mainly for SQL->Java Object |
java.util.ArrayList |
getAllElementNodeBlockIDList(java.lang.Integer pbid)
get all member element node's blockid list for client to test the pathway membership |
java.util.ArrayList |
getAllPathwayObjectList2(java.lang.String searchString)
get all pathway objects in the database for displaying in pathway selector |
java.util.List |
getAllUserList()
get all users in the system |
java.lang.String |
getBiologicalType(java.lang.Integer blockId)
get thebiological type like entitywithcontext, interaction or pathway |
java.util.Map |
getCandidate()
|
java.util.Map |
getCandidate(int limit)
|
BidiMultiHashMap |
getChebiidName()
get the map of id and name |
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.Vector |
getCodeconfidenceList()
get the codeconfidence |
java.util.Vector |
getCodedatasourceList()
get the codeconfidence |
java.util.Vector |
getCodeentitytypeList()
get the codeentitytype |
java.util.Vector |
getCodeinteractiontypeList()
get the codeinteractiontype |
java.util.Vector |
getCodelocationList()
get the codelocation |
java.util.Vector |
getCodeorganismList()
get the codeorganism |
java.util.Vector |
getCodereferencetypeList()
get the codereferencetype |
java.util.Vector |
getCoderuleList()
get the coderule |
java.util.List |
getCoderules()
get the coderule as "object list", mainly for SQL->Java Object |
org.apache.commons.collections.map.MultiKeyMap |
getCoefficientMap(java.util.ArrayList interactionIDList,
java.util.ArrayList intermediumIDList)
collect the coeffiecient given the interaction and entitywithlocation |
int |
getCounter()
a test of state in stateless session bean |
org.apache.commons.collections.map.MultiKeyMap |
getEntityIdListOfPathway()
collection version of getEntityIdListOfPathway() |
java.util.Collection |
getEntityIdListOfPathway(java.lang.Integer pbid)
get the entity id list of specified pathway |
java.lang.Integer |
getEntityIdOfUniqueId(Blockunit blockunit)
this function is used to test if the given AraCyc entry has a corresponding entity id in MetNetDB. |
java.util.Collection |
getEntityIdOfUniqueId(java.util.Collection blockunitList)
collection version of getEntityIdOfUniqueId(). |
java.util.List |
getGroupMemberList(java.lang.Integer groupid)
get the member of the specified group |
java.util.List |
getHistoryReport(java.util.Date fromDate,
java.util.Date toDate,
java.lang.Integer numLimit)
get the history report |
java.lang.String |
getInteractionChange(HistoryFlatInteraction history)
get the summary report about the change of version |
InteractionObject |
getInteractionObject(java.lang.Integer blockid)
get more interaction information |
java.util.Set |
getInvolvedPbidSet(java.lang.Integer ebid)
get the involved pathway list |
HistoryBlockunit |
getLatestHistory(java.lang.Integer blockId)
always get the latest history so we can determine if something is changed during the data load and update session. |
java.lang.String |
getLiveEntityChange(HistoryFlatLiveEntity history)
get the summary report about the change of version |
org.apache.commons.collections.map.MultiKeyMap |
getMetaboliteMap()
get the map from metabolite blockid to name |
java.util.Vector |
getP()
get the password |
java.lang.String |
getPathwayChange(HistoryFlatPathway history)
get the summary report about the change of version |
java.util.Set |
getPathwayComponentSet(java.util.Collection pbidList)
get all element in the selected pathways |
java.util.List |
getPathwayCoverList(java.util.Collection ibidList)
return the pathway that covers the selected interaction list |
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.List |
getPbidList()
get the pbid list |
java.util.Collection |
getPbidList4Class(java.lang.Integer classId)
get the collection of the pbid list for specified class id |
boolean |
isOrphanInteraction(java.lang.Integer blockid)
detect if the blockunit is orphan |
boolean |
isVisibleBlockunit(Blockunit blockunit,
java.lang.String username)
determine the visibility of the blockunit based on the share capability |
boolean |
isVisibleBlockunit(java.lang.Integer blockid,
java.lang.String username)
determine the visibility of the blockunit based on the share capability |
java.util.Vector |
iterateCompositionInteraction(java.lang.Integer complexid)
iterate the searching of the many-to-one interactions, be careful about loops. |
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. |
java.lang.Integer |
recognizeControlInteraction()
depends on the controlled interaction? |
java.lang.Integer |
recognizeNormalInteraction()
recognize the interaction and create it if necesaary. |
java.lang.Integer |
recognizeNormalLiveEntity(java.lang.String name,
java.lang.String entityType,
java.lang.String location,
java.lang.String organism,
java.lang.String source,
java.lang.String username,
java.lang.String aracycId)
recognize the live entity and create the live entity if necessary, since the data can be from expert data or aracyc, so source and username are parameters also. |
java.lang.Object[] |
remoteLayout(java.lang.String bitstream)
run layout on the server |
java.util.Vector |
remoteSelect(java.lang.String hql)
let hibernate run at remote side |
java.util.List |
sortAlignmentList(java.util.Collection alignList)
sort the alignment list |
boolean |
testPathwayName(java.lang.String name,
java.lang.String organism)
test if the pathway name exists |
void |
updateUser(User userObject)
create a new user and presume that the user does not exist |
| Methods inherited from interface javax.ejb.EJBObject |
|---|
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
| Method Detail |
|---|
java.util.Vector getAbbreviationRules()
throws java.rmi.RemoteException
java.rmi.RemoteException
java.util.List getCoderules()
throws java.rmi.RemoteException
java.rmi.RemoteException
java.util.List getAllUserList()
throws java.rmi.RemoteException
EJBException - any remote call exception
java.rmi.RemoteException
java.util.List getGroupMemberList(java.lang.Integer groupid)
throws java.rmi.RemoteException
groupid -
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector findEntitywithlocation(java.lang.String name)
throws java.rmi.RemoteException
name - the search string
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector findAmbiguousEntitywithlocation(java.lang.String name)
throws java.rmi.RemoteException
name - the search string may containing double common or delimer
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector findExactEntitywithlocation(java.lang.String name)
throws java.rmi.RemoteException
name - the search string may containing double common or delimer
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector findAmbiguousEntitywithlocationIDList(java.lang.String name)
throws java.rmi.RemoteException
name - the search string may containing double common or delimer
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Map findBlockunitInstance(java.util.Collection blockIdList)
throws java.rmi.RemoteException
blockIdList - the list of blockid
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Map findEntityInstance(java.util.Vector entityidvec)
throws java.rmi.RemoteException
blockidvec - the list of entityid
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector findBrendaProduct(java.lang.String ecid)
throws java.rmi.RemoteException
ecid - ec number
EJBException
java.rmi.RemoteException
java.util.Vector findBrendaSubstrate(java.lang.String ecid)
throws java.rmi.RemoteException
ecid - ec number
EJBException
java.rmi.RemoteException
java.util.Vector findBrendaName(java.lang.String ecid)
throws java.rmi.RemoteException
ecid - the ec number
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
Entity findEntityInstance(java.lang.Integer entityid)
throws java.rmi.RemoteException
entityid - the id of the entity
EJBException - any remote call exception
java.rmi.RemoteException
User findUserInstance(java.lang.String username)
throws java.rmi.RemoteException
username - the account of the user
EJBException - any remote call exception
java.rmi.RemoteException
void createUser(User userObject)
throws java.rmi.RemoteException
userObject - new user
EJBException - any remote call exception
java.rmi.RemoteException
void updateUser(User userObject)
throws java.rmi.RemoteException
userObject - new user
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector getCodelocationList()
throws java.rmi.RemoteException
any - remote call exception
java.rmi.RemoteException
java.util.Vector getCodeconfidenceList()
throws java.rmi.RemoteException
any - remote call exception
java.rmi.RemoteException
java.util.Vector getCodedatasourceList()
throws java.rmi.RemoteException
any - remote call exception
java.rmi.RemoteException
java.util.Vector getCodeentitytypeList()
throws java.rmi.RemoteException
any - remote call exception
java.rmi.RemoteException
java.util.Vector getCodeinteractiontypeList()
throws java.rmi.RemoteException
any - remote call exception
java.rmi.RemoteException
java.util.Vector getCodeorganismList()
throws java.rmi.RemoteException
any - remote call exception
java.rmi.RemoteException
java.util.Vector getCodereferencetypeList()
throws java.rmi.RemoteException
any - remote call exception
java.rmi.RemoteException
java.util.Vector getCoderuleList()
throws java.rmi.RemoteException
any - remote call exception
java.rmi.RemoteException
java.util.Vector findDownstreamInteraction(Blockunit blockunit)
throws java.rmi.RemoteException
blockunit - the catalysis interaction
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector filterCatalysis(java.util.Vector vector)
throws java.rmi.RemoteException
vector - the list of the interactions
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector findUpstreamInteraction(Blockunit blockunit)
throws java.rmi.RemoteException
blockunit - the enzymatic reactions
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector remoteSelect(java.lang.String hql)
throws java.rmi.RemoteException
hql - the HQL to do the select
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector findConfidenceList()
throws java.rmi.RemoteException
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector findChebiCompoundsList()
throws java.rmi.RemoteException
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector findChebiNamesList()
throws java.rmi.RemoteException
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector findSimilarEntitywithlocationIDByName(java.lang.String name)
throws java.rmi.RemoteException
name - the search name
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector findDatasourceList()
throws java.rmi.RemoteException
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector findOrganismList()
throws java.rmi.RemoteException
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector findEntityTypeList()
throws java.rmi.RemoteException
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector findInteractionTypeList()
throws java.rmi.RemoteException
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector findLocationList()
throws java.rmi.RemoteException
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector findCodelocationList()
throws java.rmi.RemoteException
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector findReferenceTypeList()
throws java.rmi.RemoteException
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector findRuleList()
throws java.rmi.RemoteException
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector findExactBlockunit(java.lang.String name)
throws java.rmi.RemoteException
name - the name
EJBException - any remote cal exception
java.rmi.RemoteException
java.util.Vector findExactEntity(java.lang.String name)
throws java.rmi.RemoteException
name - the name
EJBException - any remote cal exception
java.rmi.RemoteException
java.util.Map getCandidate()
throws java.rmi.RemoteException
java.rmi.RemoteException
java.util.Map getCandidate(int limit)
throws java.rmi.RemoteException
java.rmi.RemoteException
java.util.Vector findExactEntity(java.lang.String name,
java.lang.String entityType)
throws java.rmi.RemoteException
name - the name of the entityentityType - the type of the entity
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector findEnzyme(java.lang.Integer blockid)
throws java.rmi.RemoteException
blockid - the id of enzymatic interaction
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector findEntity(java.lang.String name)
throws java.rmi.RemoteException
name - the search string
EJBException - any remote exception
java.rmi.RemoteException
java.util.Vector findEntity(java.util.Vector nameList)
throws java.rmi.RemoteException
nameList - the search string list
EJBException - any remote exception
java.rmi.RemoteException
java.util.Vector findExactEntitywithlocation(java.lang.String name,
java.lang.String entityType,
java.lang.String location)
throws java.rmi.RemoteException
name - entity nameentityType - entity typelocation - location of the entity
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector findDownstreamEntitywithlocation(java.lang.Integer blockid)
throws java.rmi.RemoteException
blockid - the blockid of the interaction
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector findUpstreamEntitywithlocation(java.lang.Integer blockid)
throws java.rmi.RemoteException
blockid - the blockid of the interaction
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector detectWrongInteraction()
throws java.rmi.RemoteException
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector findInteractionIDByEntitywithlocationID(java.lang.Integer blockid)
throws java.rmi.RemoteException
blockid - the id of the entitywithlocation
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector findInteractionIDByName(java.lang.String name)
throws java.rmi.RemoteException
name - the search string
EJBException - any remote call exception
java.rmi.RemoteException
InteractionInformation findInteractionInformation(java.lang.Integer blockid)
throws java.rmi.RemoteException
blockid - the id of the interaction
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector findInteractionInformation(java.lang.String name)
throws java.rmi.RemoteException
name - entitywithlocation name
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector findExactInteractionInformation(java.lang.String name)
throws java.rmi.RemoteException
name - entitywithlocation name
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector findInteractionInformationByEntitywithlocationID(java.lang.Integer entitywithlocationid)
throws java.rmi.RemoteException
blockid - the entitywithlocation's blockid
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector iterateCompositionInteraction(java.lang.Integer complexid)
throws java.rmi.RemoteException
blockid - the start point of the whole arbitrary pathway
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector findChebiOntologyName(java.lang.String name)
throws java.rmi.RemoteException
name - search name
EJBException - any remote call exception
java.rmi.RemoteException
java.util.ArrayList getAllPathwayObjectList2(java.lang.String searchString)
throws java.rmi.RemoteException
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
java.util.List findInvolvedPathways(java.util.Collection ebidList,
java.util.Collection pbidList)
throws java.rmi.RemoteException
ebidList - the blockid list of the selected entitywithlocationpbidList - the blockid list of pathway NOT to be returned
EJBException - any remote call exception
java.rmi.RemoteException
ChebiOntologyName findChebiOntologyName(java.lang.Integer chebiid)
throws java.rmi.RemoteException
chebiid - the id of chebi
EJBException - any remote call exception
java.rmi.RemoteException
BidiMultiHashMap getChebiidName()
throws java.rmi.RemoteException
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector findPubchemID(java.util.Vector names)
throws java.rmi.RemoteException
names - the search name list
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector findPubchemSynonym(java.util.Vector names)
throws java.rmi.RemoteException
names - the search name list
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector findPubchemEntityID(java.util.Vector names)
throws java.rmi.RemoteException
names - the search name
EJBException
java.rmi.RemoteException
java.util.Vector findStrictPubchemEntityID(java.util.Vector names)
throws java.rmi.RemoteException
names - the search name
EJBException
java.rmi.RemoteException
java.util.Vector findStrictPubchemID(java.util.Vector names)
throws java.rmi.RemoteException
names - the search name list
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector findStrictPubchemSynonym(java.util.Vector names)
throws java.rmi.RemoteException
names - the search name list
EJBException - any remote call exception
java.rmi.RemoteException
Blockunit findAssociatedInteraction(java.lang.Integer leftid,
java.lang.Integer rightid)
throws java.rmi.RemoteException
leftid - the blockid of the left noderightid - the blockid of the right node
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector getA()
throws java.rmi.RemoteException
EJBException
java.rmi.RemoteException
java.util.Vector getP()
throws java.rmi.RemoteException
EJBException
java.rmi.RemoteException
java.util.Vector findGroupOfOwner(java.lang.String username)
throws java.rmi.RemoteException
username - the owner
EJBException - any remote call exception
java.rmi.RemoteException
boolean isVisibleBlockunit(java.lang.Integer blockid,
java.lang.String username)
throws java.rmi.RemoteException
blockid - the id of the blockunitusername - the id of the user
EJBException - any remote call exception
java.rmi.RemoteException
boolean isVisibleBlockunit(Blockunit blockunit,
java.lang.String username)
throws java.rmi.RemoteException
blockunit - the blockunitusername - the id of the user
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector findEntitywithlocation(boolean exactMatch,
java.lang.String name,
java.lang.String location,
java.lang.String entityType,
java.lang.String source)
throws java.rmi.RemoteException
exactMatch - if search by exact matchname - search nmelocation - entity's locationentityType - entity typesource - data source
EJBException - any remote call exception
java.rmi.RemoteException
boolean isOrphanInteraction(java.lang.Integer blockid)
throws java.rmi.RemoteException
blockid - the id of the blockunit
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector detectOrphanInteraction()
throws java.rmi.RemoteException
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector detectOrphanInteraction2()
throws java.rmi.RemoteException
EJBException - any remote call exception
java.rmi.RemoteException
int getCounter()
throws java.rmi.RemoteException
java.rmi.RemoteException
java.util.Map detectDuplicationInteractions()
throws java.rmi.RemoteException
java.rmi.RemoteException
java.util.Vector detectAbnormalEntitywithcontext()
throws java.rmi.RemoteException
EJBException
java.rmi.RemoteException
java.lang.Integer checkInteraction(java.util.Vector leftPart,
java.util.Vector rightPart)
throws java.rmi.RemoteException
leftPart - blockid of left part of the proposed interactionrightPart - blockid of right part of the proposed interaction
EJBException - any remote call exception
java.rmi.RemoteException
org.apache.commons.collections.map.MultiKeyMap getCoefficientMap(java.util.ArrayList interactionIDList,
java.util.ArrayList intermediumIDList)
throws java.rmi.RemoteException
interactionIDList - the blockid list of the interactionsintermediumIDList - the blockid list o f the entitywithlocations
EJBException - any remote call exception
java.rmi.RemoteException
void formalizeComposition()
throws java.rmi.RemoteException
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
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector findInvolvedPathway(Blockunit blockunit)
throws java.rmi.RemoteException
blockunit - interaction or entityeithlocation
EJBException - any remote call exception
java.rmi.RemoteException
java.util.ArrayList 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
java.util.ArrayList findAtGeneLocusObjectListByFulltext(java.lang.String searchString)
throws java.rmi.RemoteException
searchString - any input string for fulltext search
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
InteractionObject getInteractionObject(java.lang.Integer blockid)
throws java.rmi.RemoteException
blockid - the blockid of the interaction
EJBException - any remote call exception
java.rmi.RemoteException
java.util.ArrayList getAllElementNodeBlockIDList(java.lang.Integer pbid)
throws java.rmi.RemoteException
pbid - the blockid of the pathway
EJBException - any remote call exception
java.rmi.RemoteException
MultiPathwayGraph constructMultiPathwayGraph(java.util.ArrayList pbidList)
throws java.rmi.RemoteException
pbidList - the pathway id list, we only use the first two
EJBException - any remote exception
java.rmi.RemoteException
java.util.List findTrivialMetabolite(java.lang.Integer degreeThreshold,
java.lang.Integer limit)
throws java.rmi.RemoteException
degreeThreshold - the threshold of the degreelimit - the return list upper size
EJBException - any remote call exception
java.rmi.RemoteException
java.lang.Object[] remoteLayout(java.lang.String bitstream)
throws java.rmi.RemoteException
bitstream - the bitstream of GraphViz
EJBException - any remote call exception
java.rmi.RemoteException
java.lang.Object[] eaQuery(java.util.Collection ebidList,
java.util.Collection pbidList,
java.util.Collection eidList)
throws java.rmi.RemoteException
ebidList - the entity blockid listpbidList - the pathway blockid listeidList - the trivial node entity id list *
EJBException - any remote call exception
java.rmi.RemoteException
java.lang.Object[] aaQuery(java.util.Collection ebidList,
java.util.Collection pbidList,
java.util.Collection eidList)
throws java.rmi.RemoteException
ebidList - the entity blockid listpbidList - the pathway blockid listeidList - the trivial node entity id list
EJBException - any remote call exception
java.rmi.RemoteException
java.util.List esQuery(org._3pq.jgrapht.DirectedGraph directedGraph)
throws java.rmi.RemoteException
directedGraph - directed graph model, vertex is the blockid
EJBException - any remote call exception
java.rmi.RemoteException
java.util.List esQuery(java.util.Collection pbidList,
org._3pq.jgrapht.DirectedGraph directedGraph)
throws java.rmi.RemoteException
pbidList - the blockid list of selected pathwaysinputGraph - the input graph
java.rmi.RemoteException
java.util.List sortAlignmentList(java.util.Collection alignList)
throws java.rmi.RemoteException
alignList - the alignment list
java.rmi.RemoteException
MyVersionGraph findHistoryAsGraph(java.lang.Integer blockId,
java.lang.String username)
throws java.rmi.RemoteException
blockid - the blockid of the blockunit(s)username - session username
EJBException - any remote exception
java.rmi.RemoteException
java.util.Map findLatestPathwayPart(java.lang.Integer pbid,
java.lang.Integer prid)
throws java.rmi.RemoteException
pbid - the blockid of the interactionprid - the record id of the interaction
java.rmi.RemoteException
java.util.Map findLatestInteractionPart(java.lang.Integer ibid,
java.lang.Integer irid)
throws java.rmi.RemoteException
ibid - the blockid of the interactionirid - the record id of the interactionreturn - the mapping of ebid and erid of live entity
java.rmi.RemoteException
HistoryFlatInteraction findHistoryFlatInteraction(java.lang.Integer blockId,
java.lang.Integer recordId)
throws java.rmi.RemoteException
blockId - the blockid of the interactionrecordId - the record id of the interaction
java.rmi.RemoteException
HistoryFlatLiveEntity findHistoryFlatLiveEntity(java.lang.Integer blockId,
java.lang.Integer recordId)
throws java.rmi.RemoteException
blockId - the blockid of the live entityrecordId - the record id of the live entity
java.rmi.RemoteException
HistoryFlatPathway findHistoryFlatPathway(java.lang.Integer blockId,
java.lang.Integer recordId)
throws java.rmi.RemoteException
blockId - the blockid of the pathwayrecordId - the record id of the pathway
java.rmi.RemoteException
org.apache.commons.collections.keyvalue.MultiKey findLatestControlLiveEntity(java.lang.Integer ibid,
java.lang.Integer irid)
throws java.rmi.RemoteException
ibid - the blockid of the interactionirid - the recordid of the interaction
EJBException - any remote call exception
java.rmi.RemoteException
java.lang.String getLiveEntityChange(HistoryFlatLiveEntity history)
throws java.rmi.RemoteException
history - the current version
EJBException - any remote call exception
java.rmi.RemoteException
java.lang.String getInteractionChange(HistoryFlatInteraction history)
throws java.rmi.RemoteException
history - the current version
EJBException - any remote call exception
java.rmi.RemoteException
java.lang.String getPathwayChange(HistoryFlatPathway history)
throws java.rmi.RemoteException
history - the current version
EJBException - any remote call exception
java.rmi.RemoteException
java.util.List getHistoryReport(java.util.Date fromDate,
java.util.Date toDate,
java.lang.Integer numLimit)
throws java.rmi.RemoteException
fromDate - the start datetoDate - the end datenumLimit - the number up to what to be returned
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Set getInvolvedPbidSet(java.lang.Integer ebid)
throws java.rmi.RemoteException
ebid - the blockid of the live entity
EJBException - any remote call exception
java.rmi.RemoteException
boolean testPathwayName(java.lang.String name,
java.lang.String organism)
throws java.rmi.RemoteException
name - the name to be testorganism - the organism to be test
EJBException - any remote call exception
java.rmi.RemoteException
HistoryBlockunit getLatestHistory(java.lang.Integer blockId)
throws java.rmi.RemoteException
blockId - the blockid of the blockunit
EJBException - any remote call exception
java.rmi.RemoteException
java.lang.Object[] constructAlignmentMode(AlignmentObject alignment)
throws java.rmi.RemoteException
alignment - the alignment object
EJBException - any remote call exception
java.rmi.RemoteException
java.util.List getPbidList()
throws java.rmi.RemoteException
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.Collection getPbidList4Class(java.lang.Integer classId)
throws java.rmi.RemoteException
classId - the class id
EJBException - any remote call exception
java.rmi.RemoteException
void createUserRequest(java.lang.String username,
java.lang.String organism)
throws java.rmi.RemoteException
username - the account nameorganism - the organism
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Collection findNormalInteractionStructure(java.util.Collection leftList,
java.util.Collection rightList)
throws java.rmi.RemoteException
leftList - the left substratesrightList - the right substratesconsiderInteraction - if consider the connected interaction or only compare the live entity structurevalidIbidSet - if consider the interaction, this contains all available interaction set
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Collection findPbidList(java.lang.String searchString,
boolean includeEmpty)
throws java.rmi.RemoteException
EJBException - any remote call exception
java.rmi.RemoteException
java.util.List getPathwayCoverList(java.util.Collection ibidList)
throws java.rmi.RemoteException
ibidList - the interaction list
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Set getPathwayComponentSet(java.util.Collection pbidList)
throws java.rmi.RemoteException
pbidList - the pathway blockid list
EJBException - any remote call exception
java.rmi.RemoteException
java.lang.Integer recognizeNormalLiveEntity(java.lang.String name,
java.lang.String entityType,
java.lang.String location,
java.lang.String organism,
java.lang.String source,
java.lang.String username,
java.lang.String aracycId)
throws java.rmi.RemoteException
name - name of the live entityentityType - entity type of the live entitylocation - location of the live entityorganism - organism of the live entitysource - source of the datausername - username of the data source
EJBException - any remote call exception
java.rmi.RemoteException
java.lang.Integer recognizeNormalInteraction()
throws java.rmi.RemoteException
EJBException - any remote call exception
java.rmi.RemoteException
java.lang.Integer recognizeControlInteraction()
throws java.rmi.RemoteException
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Collection findPbidListX(java.lang.String nameS,
java.lang.String organism)
throws java.rmi.RemoteException
nameS - the name, may containing AND and ORorganism - organism
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Collection findEbidListX(java.lang.String nameS,
java.lang.String organism,
java.lang.String entityType,
java.lang.String location)
throws java.rmi.RemoteException
nameS - the name, may containing AND and ORorganism - organismentityType - entity typelocation - location
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Collection findIbidListX(java.lang.String nameS,
java.lang.String organism,
java.lang.String interactionType,
java.lang.String location)
throws java.rmi.RemoteException
nameS - the name, may containing AND and ORorganism - organisminteractionType - interaction typelocation - location
EJBException - any remote call exception
java.rmi.RemoteException
java.lang.Integer checkTransInteraction(java.lang.Integer sourceBlockid,
java.lang.Integer targetBlockid)
throws java.rmi.RemoteException
sourceBlockid - the blockid of the blockunit in the source locationtargetBlockid - the blockid of the blockunit in the target location
java.rmi.RemoteException
org._3pq.jgrapht.DirectedGraph adjacentIbidList(java.lang.Integer ibid)
throws java.rmi.RemoteException
ibid - one interaction in an interaction cluster
java.rmi.RemoteException
java.util.Collection findNormalInteractionStructureX(java.util.Map leftX,
java.util.Map rightX)
throws java.rmi.RemoteException
leftX - the substrate list. It is a map of [ebid, coeff].rightX - the product list. It is a map of [ebid, coeff].
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
java.lang.String getBiologicalType(java.lang.Integer blockId)
throws java.rmi.RemoteException
blockId - the blockid
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.util.Collection getEntityIdListOfPathway(java.lang.Integer pbid)
throws java.rmi.RemoteException
pbid - the blockid of the pathway
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Collection getEntityIdOfUniqueId(java.util.Collection blockunitList)
throws java.rmi.RemoteException
blockunitList - the blockunit list
EJBException - any remote call exception
java.rmi.RemoteException
java.lang.Integer getEntityIdOfUniqueId(Blockunit blockunit)
throws java.rmi.RemoteException
blockunit - AraCyc entry. This is not a concrete blockunit in database. Instead, it is a data holder for AraCyc entry.
EJBException - any remote call exception
java.rmi.RemoteException
org.apache.commons.collections.map.MultiKeyMap getEntityIdListOfPathway()
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 | |||||||||