|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MyPaper
Remote interface for MyPaper.
| Method Summary | |
|---|---|
void |
approveCandidate(java.util.Vector blockidlist)
approve the candidate maybe we need lock the table to prevent any concurrent approve procedure??? |
void |
attachPathway(java.lang.Integer interactionID,
java.lang.Integer pathwayID)
attach the interaciton to the pathway |
void |
attachPathwayToClass(java.lang.Integer classId,
java.util.Collection pbidList)
add pathway to selected category |
void |
batchDelete(java.util.Vector vector)
batch delete |
void |
batchInsert(java.util.Vector vector)
batch insert |
void |
batchUpdate(java.util.Vector vector)
batch update |
java.util.Collection |
changeSoybeanOR()
change the duplicate soybean probes in the network to the OR relation except for those exising OR relation, use flattern OR relation. |
java.lang.Integer |
checkOrCreateLatestHistory(java.lang.Integer blockId,
java.lang.String username)
since things are complicated to create all initial history in advance, we move this step to the action on the normal blockunit operation |
void |
checkOrInsertAbbreviation(java.lang.Integer blockid,
java.lang.String abbreviation)
insert the abbreviation for the blockunit |
void |
checkOrInsertComment(java.lang.Integer blockid,
java.util.Vector commentList)
check or insert comment |
java.lang.Integer |
checkOrInsertEntity(java.lang.String name,
java.lang.String entityType,
java.lang.String organism,
java.lang.String source,
java.lang.String username)
check if the entity exists, if not, create a new one |
void |
checkOrInsertEntitySynonym(java.lang.Integer entityid,
java.util.Vector synonymList)
insert the synonym list for the entity |
void |
checkOrInsertEntitywithcontext(java.lang.Integer blockid,
java.lang.Integer entityid)
fix the entitywithcontext at background |
java.lang.Integer |
checkOrInsertPathway(java.util.Collection ibidList,
java.lang.String pathwayName,
java.lang.String username,
java.lang.String organism)
check or create a pathway based on the interaction list |
void |
checkOrInsertReference(java.lang.Integer blockid,
java.util.Vector refereceList)
check or insert reference |
void |
checkOrInsertSynonym(java.lang.Integer blockid,
java.util.Vector synonymList)
check or insert the synonym |
java.lang.Integer |
checkOrInsertTransInteraction(java.lang.Integer sourceBlockid,
java.lang.Integer targetBlockid,
java.lang.String interactionType,
java.lang.String name,
java.lang.String location,
java.lang.String organism,
java.lang.String username)
create an transport, translation or transcription interaction and return the blockid of the interaction. |
void |
copyCategory(java.lang.Integer newParentClassId,
java.lang.Integer oldParentClassId,
java.lang.Integer childClassId)
copy the category to the new position |
java.lang.Integer |
copyPathway(java.util.Collection pbidList,
java.lang.String name,
java.lang.String organism,
java.lang.String username,
java.lang.String source)
This funciton copy the pathway specified by the blockid to a new pathway belongs to the specified organism. |
void |
createAgrisNetwork()
create the AGRIS regulatory network pathways. |
void |
createAgrisPathway()
create the pathway for AGRIS data, must after the network is created and expanded |
java.lang.Integer |
createBasicPathway(Blockunit blockunit,
java.lang.String username)
create pathway without the structure |
void |
createCategory(java.lang.Integer classId,
java.lang.String name,
java.lang.String username)
create new category |
void |
createInitialHistory()
create initial history for all blockunits in the database |
void |
createSoybeanLocus()
create the soybean locus |
void |
deleteAbbreviation(java.lang.Integer blockid,
java.lang.String abbreviation)
delete the abbreviation for the blockunit and potential entity, if the abbreviation exists in the entity's table, move the abbreviation to all other blockunit' synonym table |
void |
deleteAbbreviationRule(java.lang.String shortterm,
java.lang.String longterm)
delete the abbreviation rule |
void |
deleteBlockunit(java.lang.Integer blockid,
java.lang.String username,
int callLevel)
delete a blockunit |
void |
deleteCategory(java.lang.Integer classId)
delete one category from the database |
void |
deleteComment(java.lang.Integer blockid,
CommentObject commentObject)
delete the comment from the blockunit |
void |
deleteReference(java.lang.Integer blockid,
ReferenceObject referenceObject)
delete the reference from the blockunit |
void |
deleteSynonym(java.lang.Integer blockid,
java.lang.String synonym)
delete the synonym for the blockunit and potential entity, if the synonym exists in the entity's table, move the synonym to all other blockunit' |
void |
detachPathway(java.lang.Integer ibid,
java.lang.Integer pbid,
java.lang.String username)
detach the interaction from the pathway |
void |
detachPathwayFromClass(java.lang.Integer classId,
java.util.Collection pbidList)
detach the pathway from the class |
void |
extendLocusInPathway(java.lang.Integer pathwayid,
java.lang.String username)
extend all monomers in the pathway to the gene level, add translation and transcription if necessary |
void |
findOrInsertAbbreviationRule(java.lang.String shortterm,
java.lang.String longterm)
find or insert the abbreviation rule |
java.util.Vector |
findUser(User userObject)
search by example |
org.apache.commons.collections.keyvalue.MultiKey |
fullCheckOrInsertEntitywithlocation(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)
full insert blockunit and entity and entitywithcontext, since the data can be from expert data or aracyc, so source and username are parameters also |
void |
generateHistory(java.lang.Integer blockId)
generate the history and the version graph record. |
void |
generateHistory(java.lang.Integer blockId,
java.lang.Integer recordOldId,
java.lang.String username)
generate the history and the version graph record |
void |
generateSoybeanNetwork()
generate soybean network from arabidopsis network |
void |
generateSynonyms()
generate the synonyms |
int |
getCounter()
a test of state in stateless session bean |
void |
insertBlockunitConfidence(int blockid,
int locationConfidence,
int functionConfidence)
insert new confidence |
void |
mergeBlockunit(Blockunit blockunitOld,
Blockunit blockunitNew,
boolean replace,
java.lang.String username)
merge the two blockunits in the database. |
void |
moreSoybeanAnnotation()
create more soybean annotation |
void |
moreSoybeanPathwayCategory()
fill the category for soybean pathway |
void |
moveCategory(java.lang.Integer newParentClassId,
java.lang.Integer oldParentClassId,
java.lang.Integer childClassId)
move the category to the new position |
java.lang.Integer |
moveInteractionHistory(Blockunit blockunit,
java.lang.String username)
move the current interaction to the history |
java.lang.Integer |
moveLiveEntityHistory(Blockunit blockunit)
move the current live entity to the history |
java.lang.Integer |
movePathwayHistory(Blockunit blockunit,
java.lang.String username)
move the current pathway to the history |
void |
notifyPathwayStructureChange(java.util.Collection pbidList,
java.lang.String username)
change the pathway structure history. |
java.util.Collection |
permitOrganismList(java.lang.String username)
get all organism that the user allowed to edit |
java.lang.Integer |
realizePathwayHistory(java.lang.Integer pbid,
java.lang.Integer prid,
java.lang.String pathwayName,
java.lang.String username)
concrete one history of the pathway into the database so we can use it for comparison or other purposed like a normal pathway |
void |
remoteDelete(java.lang.Object object)
remote delete a database object |
java.io.Serializable |
remoteInsert(java.lang.Object object)
remote insert a database object |
void |
remoteInsert(java.lang.Object object,
java.io.Serializable serializable)
remote insert a database object |
void |
remoteUpdate(java.lang.Object object)
remote update a database object |
void |
remoteUpdate(java.lang.Object oldRecord,
java.lang.Object newRecord)
remote update a database object which has a natural key by itself |
void |
removeChebiLink(EntityOntology entityOntology)
remove the entityontology |
void |
removeGroup(java.lang.Integer groupid)
remove the selected group |
void |
renameCategory(java.lang.Integer classId,
java.lang.String name)
rename the category |
void |
saveGraph(java.lang.Integer pbid,
MetnetPathway metnetPathway,
org._3pq.jgrapht.DirectedGraph network,
java.util.Map dataMap,
org.apache.commons.collections.map.MultiKeyMap coeffMap,
java.lang.String sessionUsername,
java.lang.String sessionOrganism,
boolean isAracycUpdate)
save graph to the database. |
java.lang.Integer |
saveInteractionDeletionHistory(java.lang.Integer blockId,
java.lang.String username)
save the deletion history, who delete it and when it is deleted, we can use null name to determine this is a saved deletion history |
java.lang.Integer |
saveLiveEntityDeletionHistory(java.lang.Integer blockId,
java.lang.String username)
save the deletion history |
void |
saveNetwork4All()
save all compilation in the database. |
java.lang.Integer |
savePathwayDeletionHistory(java.lang.Integer blockId,
java.lang.String username)
move the current pathway to the history. |
Blockunit |
undeleteBlockunit(java.lang.Integer blockId,
java.lang.String username)
undelete one history |
void |
updateAbbreviationrules(java.util.Vector rulevec)
update the rules changed by users |
void |
updateBlockunitConfidence(int blockid,
int locationConfidence,
int functionConfidence)
update existing confidence |
void |
updateMembers(java.lang.Integer groupid,
java.util.Vector memberList)
update the member list |
| Methods inherited from interface javax.ejb.EJBObject |
|---|
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
| Method Detail |
|---|
int getCounter()
throws java.rmi.RemoteException
java.rmi.RemoteException
void approveCandidate(java.util.Vector blockidlist)
throws java.rmi.RemoteException
blockidlist - the id list of the candidates
EJBException - Throw if the instance could not perform the function requested by the container because of an system-level error
java.rmi.RemoteException
void generateSynonyms()
throws java.rmi.RemoteException
EJBException - Throw if the instance could not perform the function requested by the container because of an system-level error
java.rmi.RemoteException
void updateAbbreviationrules(java.util.Vector rulevec)
throws java.rmi.RemoteException
java.rmi.RemoteException
void mergeBlockunit(Blockunit blockunitOld,
Blockunit blockunitNew,
boolean replace,
java.lang.String username)
throws java.rmi.RemoteException
blockunitOld - the old blockunitblockunitNew - the new blockunitreplace - if true, all old blockunits in the database are replaced by the new blockunit. if false, old blockunit information are not deleted, only the interaction parts are replaced while the old information is merged to new blockunit information set
EJBException - any remote call exception
java.rmi.RemoteException
void deleteBlockunit(java.lang.Integer blockid,
java.lang.String username,
int callLevel)
throws java.rmi.RemoteException
blockid - the blockid of the blockunit
EJBException - any remote call exception
java.rmi.RemoteException
void attachPathway(java.lang.Integer interactionID,
java.lang.Integer pathwayID)
throws java.rmi.RemoteException
interactionID - the blokid of the interactionpathwayID - the blockid of the pathway
EJBException - any remote call exception
java.rmi.RemoteException
void detachPathway(java.lang.Integer ibid,
java.lang.Integer pbid,
java.lang.String username)
throws java.rmi.RemoteException
ibid - the blockid of the interactionpbid - the blockid of the pathway
EJBException - any remote call exception
java.rmi.RemoteException
java.io.Serializable remoteInsert(java.lang.Object object)
throws java.rmi.RemoteException
object - the DAO
EJBException - any remote call exception
java.rmi.RemoteException
void remoteInsert(java.lang.Object object,
java.io.Serializable serializable)
throws java.rmi.RemoteException
object - the DAOserializable - the id of the object
EJBException - any remote call exception
java.rmi.RemoteException
void batchInsert(java.util.Vector vector)
throws java.rmi.RemoteException
vector - the list of object
EJBException - any remote call exception
java.rmi.RemoteException
void remoteUpdate(java.lang.Object object)
throws java.rmi.RemoteException
object - the DAO
EJBException - any remote call exception
java.rmi.RemoteException
void remoteUpdate(java.lang.Object oldRecord,
java.lang.Object newRecord)
throws java.rmi.RemoteException
oldRecord - the old DAOnewRecord - the new DAO
EJBException - any remote call exception
java.rmi.RemoteException
void remoteDelete(java.lang.Object object)
throws java.rmi.RemoteException
object - the DAO
EJBException - any remote call exception
java.rmi.RemoteException
void batchDelete(java.util.Vector vector)
throws java.rmi.RemoteException
vector - list of the object
EJBException - any remote call exception
java.rmi.RemoteException
void batchUpdate(java.util.Vector vector)
throws java.rmi.RemoteException
vector - list of the object
EJBException - any remote call exception
java.rmi.RemoteException
void checkOrInsertEntitywithcontext(java.lang.Integer blockid,
java.lang.Integer entityid)
throws java.rmi.RemoteException
blockid - the blockid of the blockunitentityid - the entityid of the entity
EJBException - any remote call exception
java.rmi.RemoteException
org.apache.commons.collections.keyvalue.MultiKey fullCheckOrInsertEntitywithlocation(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 entitywithlocationentityType - entity type of the entitywithlocationlocation - location of the entitywithlocationorganism - organism of the entitywithlocationsource - source of the datausername - username of the data source
EJBException - any remote call exception
java.rmi.RemoteException
void checkOrInsertSynonym(java.lang.Integer blockid,
java.util.Vector synonymList)
throws java.rmi.RemoteException
blockid - the id of the blockunitsynonymList - the synonym list
EJBException - any remote call exception
java.rmi.RemoteException
void checkOrInsertAbbreviation(java.lang.Integer blockid,
java.lang.String abbreviation)
throws java.rmi.RemoteException
blockid - the id of the blockunitsynonymList - the synonym list
EJBException - any remote call exception
java.rmi.RemoteException
void deleteSynonym(java.lang.Integer blockid,
java.lang.String synonym)
throws java.rmi.RemoteException
blockid - id of the blockunitsynonym - the synonym of the blockunit to be removed
java.rmi.RemoteException
void deleteAbbreviation(java.lang.Integer blockid,
java.lang.String abbreviation)
throws java.rmi.RemoteException
blockid - id of the blockunitabbreviation - the abbreviation of the blockunit
java.rmi.RemoteException
void checkOrInsertReference(java.lang.Integer blockid,
java.util.Vector refereceList)
throws java.rmi.RemoteException
blockid - blockid of the blockunitrefereceList - the list of reference object
EJBException - any remote call exception
java.rmi.RemoteException
void checkOrInsertComment(java.lang.Integer blockid,
java.util.Vector commentList)
throws java.rmi.RemoteException
blockid - id of the blockunitcommentList - the list of comment object
EJBException - any remote call exception
java.rmi.RemoteException
void deleteReference(java.lang.Integer blockid,
ReferenceObject referenceObject)
throws java.rmi.RemoteException
blockid - the id of the blockunitreferenceObject - the reference object
EJBException - any remote call exception
java.rmi.RemoteException
void deleteComment(java.lang.Integer blockid,
CommentObject commentObject)
throws java.rmi.RemoteException
blockid - the id of hte blockunitcommentObject - the comment object
EJBException - any remote call exeption
java.rmi.RemoteException
void checkOrInsertEntitySynonym(java.lang.Integer entityid,
java.util.Vector synonymList)
throws java.rmi.RemoteException
entityid - the id of the entitysynonymList - the synonym list
EJBException - any remote call exception
java.rmi.RemoteException
void removeChebiLink(EntityOntology entityOntology)
throws java.rmi.RemoteException
entityOntology - the entityonlogy not contain the serial id
EJBException - any remote call exception
java.rmi.RemoteException
void removeGroup(java.lang.Integer groupid)
throws java.rmi.RemoteException
groupid - the id of the group
EJBException - any remote call exception
java.rmi.RemoteException
void updateMembers(java.lang.Integer groupid,
java.util.Vector memberList)
throws java.rmi.RemoteException
groupid - the id of the groupmemberList - member list only contain the username key
EJBException - any remote call exception
java.rmi.RemoteException
java.lang.Integer checkOrInsertEntity(java.lang.String name,
java.lang.String entityType,
java.lang.String organism,
java.lang.String source,
java.lang.String username)
throws java.rmi.RemoteException
name - entity nameentityType - entity type like gene, rna or polypeptideorganism - entity organism like human, mouse or arabidopsissource - source of the datausername - username of the data owner
EJBException - any remote call exception
java.rmi.RemoteException
void extendLocusInPathway(java.lang.Integer pathwayid,
java.lang.String username)
throws java.rmi.RemoteException
pathwayid - the blockid of pathwayusername - user name since new interaction may be created
EJBException - any remote call exception
java.rmi.RemoteException
void deleteAbbreviationRule(java.lang.String shortterm,
java.lang.String longterm)
throws java.rmi.RemoteException
shortterm - short termlongterm - long term
EJBException - any remote call exception
java.rmi.RemoteException
void findOrInsertAbbreviationRule(java.lang.String shortterm,
java.lang.String longterm)
throws java.rmi.RemoteException
shortterm - short termlongterm - long term
EJBException - any remote call exception
java.rmi.RemoteException
void insertBlockunitConfidence(int blockid,
int locationConfidence,
int functionConfidence)
throws java.rmi.RemoteException
blockid - the blockid of the blockunitlocationConfidence - confidence of the locationfunctionConfidence - confidence of the function
EJBException - any remote call exception
java.rmi.RemoteException
void updateBlockunitConfidence(int blockid,
int locationConfidence,
int functionConfidence)
throws java.rmi.RemoteException
blockid - the blockid of the blockunitlocationConfidence - confidence of the locationfunctionConfidence - confidence of the function
EJBException - any remote call exception
java.rmi.RemoteException
java.lang.Integer moveLiveEntityHistory(Blockunit blockunit)
throws java.rmi.RemoteException
blockId - the block id of the live entity
EJBException - any remote exception
java.rmi.RemoteException
java.lang.Integer moveInteractionHistory(Blockunit blockunit,
java.lang.String username)
throws java.rmi.RemoteException
blockunit - the block id of the interactionusername - session username
EJBException - any remote exception
java.rmi.RemoteException
java.lang.Integer movePathwayHistory(Blockunit blockunit,
java.lang.String username)
throws java.rmi.RemoteException
blockId - the block id of the pathwayusername - session username
EJBException - any remote exception
java.rmi.RemoteException
void generateHistory(java.lang.Integer blockId,
java.lang.Integer recordOldId,
java.lang.String username)
throws java.rmi.RemoteException
blockId - the blockid which has just been updatedrecordNewId - new record idrecordOldId - old record idusername - session username
EJBException - any remote exception
java.rmi.RemoteException
void createInitialHistory()
throws java.rmi.RemoteException
username - session username
EJBException - any remote exception
java.rmi.RemoteException
java.lang.Integer checkOrCreateLatestHistory(java.lang.Integer blockId,
java.lang.String username)
throws java.rmi.RemoteException
blockId - the blockid of the blockunitusername - session username
EJBException - any remote call exception
java.rmi.RemoteException
void generateHistory(java.lang.Integer blockId)
throws java.rmi.RemoteException
blockId - the blockid which has just been updated
EJBException - any remote exception
java.rmi.RemoteException
void notifyPathwayStructureChange(java.util.Collection pbidList,
java.lang.String username)
throws java.rmi.RemoteException
pbidList - the blockid list of the pathwayusername - session username
EJBException - any remote call exception
java.rmi.RemoteException
void createAgrisNetwork()
throws java.rmi.RemoteException
EJBException - any remote call exception
java.rmi.RemoteException
java.lang.Integer checkOrInsertTransInteraction(java.lang.Integer sourceBlockid,
java.lang.Integer targetBlockid,
java.lang.String interactionType,
java.lang.String name,
java.lang.String location,
java.lang.String organism,
java.lang.String username)
throws java.rmi.RemoteException
sourceBlockid - the blockid of the blockunit in the source locationtargetBlockid - the blockid of the blockunit in the target locationinteractionType - the interaction type, only be trasnportation, transcription, or translationname - the name of the interaction, used for insertion onlylocation - the location of the interaction, used for insertion onlyorganism - the organism of the interaction, used for insertion onlyusername - user name since new interaction may be created
EJBException - any remote call exception
java.rmi.RemoteException
java.lang.Integer checkOrInsertPathway(java.util.Collection ibidList,
java.lang.String pathwayName,
java.lang.String username,
java.lang.String organism)
throws java.rmi.RemoteException
ibidList - the blockid list of interactionpathwayName - the name of the pathway if it needs creationusername - the user who input the pathway
EJBException - any remote call exception
java.rmi.RemoteException
void createAgrisPathway()
throws java.rmi.RemoteException
EJBException - any remote call exception
java.rmi.RemoteException
java.lang.Integer saveInteractionDeletionHistory(java.lang.Integer blockId,
java.lang.String username)
throws java.rmi.RemoteException
blockId - the block id of the interactionusername - session username
EJBException - any remote exception
java.rmi.RemoteException
java.lang.Integer saveLiveEntityDeletionHistory(java.lang.Integer blockId,
java.lang.String username)
throws java.rmi.RemoteException
blockId - the block id of the live entity
EJBException - any remote exception
java.rmi.RemoteException
java.lang.Integer savePathwayDeletionHistory(java.lang.Integer blockId,
java.lang.String username)
throws java.rmi.RemoteException
blockunit - the blockunit instance of the pathwayusername - session username
EJBException - any remote exception
java.rmi.RemoteException
Blockunit undeleteBlockunit(java.lang.Integer blockId,
java.lang.String username)
throws java.rmi.RemoteException
blockId - the block id of the blockunit to be undeleted
EJBException - any remote call exception
java.rmi.RemoteException
java.lang.Integer realizePathwayHistory(java.lang.Integer pbid,
java.lang.Integer prid,
java.lang.String pathwayName,
java.lang.String username)
throws java.rmi.RemoteException
pbid - the blockid of the pathwayprid - the record id of the historypathwayName - new pathway nameusername - session username
EJBException - any remote call exception
java.rmi.RemoteException
void saveNetwork4All()
throws java.rmi.RemoteException
EJBException - any remote call exception
java.rmi.RemoteException
void moveCategory(java.lang.Integer newParentClassId,
java.lang.Integer oldParentClassId,
java.lang.Integer childClassId)
throws java.rmi.RemoteException
newParentClassId - the new parent categoryoldParentClassId - the old parent categorychildClassId - the child category
EJBException - remote call exception
java.rmi.RemoteException
void copyCategory(java.lang.Integer newParentClassId,
java.lang.Integer oldParentClassId,
java.lang.Integer childClassId)
throws java.rmi.RemoteException
newParentClassId - the new parent categoryoldParentClassId - the old parent categorychildClassId - the child category
EJBException - remote call exception
java.rmi.RemoteException
void renameCategory(java.lang.Integer classId,
java.lang.String name)
throws java.rmi.RemoteException
classId - the class id of the categoryname - the new name of the category
EJBException - any remote call exception
java.rmi.RemoteException
void detachPathwayFromClass(java.lang.Integer classId,
java.util.Collection pbidList)
throws java.rmi.RemoteException
classId - the class id of the classpbidList - the pathway blockid list
EJBException - any remote call exception
java.rmi.RemoteException
void deleteCategory(java.lang.Integer classId)
throws java.rmi.RemoteException
classId - the class id of the category
EJBException - any remote call exception
java.rmi.RemoteException
void createCategory(java.lang.Integer classId,
java.lang.String name,
java.lang.String username)
throws java.rmi.RemoteException
classId - the class id of current categoryname - the new category nameusername - the user who provides the data
EJBException - any remote call exception
java.rmi.RemoteException
void attachPathwayToClass(java.lang.Integer classId,
java.util.Collection pbidList)
throws java.rmi.RemoteException
classId - the class id of the selected categorypbidList - the pathway blockid list
EJBException - any remote call exception
java.rmi.RemoteException
java.lang.Integer copyPathway(java.util.Collection pbidList,
java.lang.String name,
java.lang.String organism,
java.lang.String username,
java.lang.String source)
throws java.rmi.RemoteException
pbid - the blockid of the pathwayname - new pathway nameorganism - the new organism, normally should be different with the old organism of the pathwayusername - user namesource - data source
java.rmi.RemoteException
void createSoybeanLocus()
throws java.rmi.RemoteException
EJBException - any remote call exception
java.rmi.RemoteException
void generateSoybeanNetwork()
throws java.rmi.RemoteException
EJBException - any remote call exception
java.rmi.RemoteException
void moreSoybeanAnnotation()
throws java.rmi.RemoteException
EJBException - any remote call exception
java.rmi.RemoteException
void moreSoybeanPathwayCategory()
throws java.rmi.RemoteException
EJBException - any remote call exception
java.rmi.RemoteException
java.lang.Integer createBasicPathway(Blockunit blockunit,
java.lang.String username)
throws java.rmi.RemoteException
blockunit - the blockunit informationusername - user name
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Collection changeSoybeanOR()
throws java.rmi.RemoteException
EJBException - any remote call exception
java.rmi.RemoteException
void saveGraph(java.lang.Integer pbid,
MetnetPathway metnetPathway,
org._3pq.jgrapht.DirectedGraph network,
java.util.Map dataMap,
org.apache.commons.collections.map.MultiKeyMap coeffMap,
java.lang.String sessionUsername,
java.lang.String sessionOrganism,
boolean isAracycUpdate)
throws java.rmi.RemoteException
pbid - blockid of the pathway to be savedmetnetPathway - pathway informationnetwork - the networkdataMap - the data mapcoeffMap - the coefficient mapsessionUsername - session usernamesessionOrganism - session organism
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Vector findUser(User userObject)
throws java.rmi.RemoteException
userObject -
EJBException - any remote call exception
java.rmi.RemoteException
java.util.Collection permitOrganismList(java.lang.String username)
throws java.rmi.RemoteException
username -
EJBException - any remote call exception
java.rmi.RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||