|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EnzymaticReactions | |
---|---|
uk.ac.ebi.intenz.domain.enzyme | The core enzyme information is held in these classes. |
uk.ac.ebi.intenz.mapper | O/R mapping layer classes. |
Uses of EnzymaticReactions in uk.ac.ebi.intenz.domain.enzyme |
---|
Methods in uk.ac.ebi.intenz.domain.enzyme that return EnzymaticReactions | |
---|---|
EnzymaticReactions |
EnzymaticReactions.forView(View theView)
Filters this collection of reactions for a given view. |
EnzymaticReactions |
EnzymeEntry.getEnzymaticReactions()
|
EnzymaticReactions |
EnzymeEntry.getEnzymaticReactions(View view)
Gets a collection of enzymatic reactions for the given view. |
Methods in uk.ac.ebi.intenz.domain.enzyme with parameters of type EnzymaticReactions | |
---|---|
boolean |
EnzymaticReactions.add(EnzymaticReactions er)
Adds several reactions to the list in one go. |
void |
EnzymeEntry.setEnzymaticReactions(EnzymaticReactions enzymaticReactions)
|
Uses of EnzymaticReactions in uk.ac.ebi.intenz.mapper |
---|
Methods in uk.ac.ebi.intenz.mapper that return EnzymaticReactions | |
---|---|
EnzymaticReactions |
EnzymeReactionMapper.exportSibReactions(Long enzymeId,
Connection con)
Exports all reactions which are displayed in the ENZYME view. |
EnzymaticReactions |
EnzymeReactionMapper.find(Long enzymeId,
Connection con)
Tries to find reaction information about an enzyme. |
Methods in uk.ac.ebi.intenz.mapper with parameters of type EnzymaticReactions | |
---|---|
void |
EnzymeReactionMapper.insert(EnzymaticReactions reactions,
Long enzymeId,
Connection con)
Stores the given list of reactions into the database. |
void |
EnzymeReactionMapper.update(Long enzymeId,
EnzymaticReactions reactions,
Connection con)
Replace the reactions in the database related to one enzyme with those passed as parameter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |