Uses of Class
uk.ac.ebi.intenz.domain.enzyme.EnzymeComment

Packages that use EnzymeComment
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 EnzymeComment in uk.ac.ebi.intenz.domain.enzyme
 

Methods in uk.ac.ebi.intenz.domain.enzyme that return types with arguments of type EnzymeComment
 List<EnzymeComment> EnzymeEntry.getComments()
           
 List<EnzymeComment> EnzymeEntry.getComments(EnzymeViewConstant view)
          Deprecated. use EnzymeEntry.getComments(String) instead
 List<EnzymeComment> EnzymeEntry.getComments(String view)
           
 List<EnzymeComment> EnzymeEntry.getComments(View theView)
           
 

Method parameters in uk.ac.ebi.intenz.domain.enzyme with type arguments of type EnzymeComment
 void EnzymeEntry.setComments(List<EnzymeComment> comments)
          Sets the list of comments.
 

Uses of EnzymeComment in uk.ac.ebi.intenz.mapper
 

Methods in uk.ac.ebi.intenz.mapper that return types with arguments of type EnzymeComment
 List<EnzymeComment> EnzymeCommentMapper.exportSibComments(Long enzymeId, Connection con)
          Exports all comments which are displayed in the ENZYME view.
 List<EnzymeComment> EnzymeCommentMapper.find(Long enzymeId, Connection con)
          Tries to find comment information about an enzyme.
 

Methods in uk.ac.ebi.intenz.mapper with parameters of type EnzymeComment
 void EnzymeCommentMapper.update(EnzymeComment comment, Long enzymeId, Status status, int orderIn, Connection con)
           
 

Method parameters in uk.ac.ebi.intenz.mapper with type arguments of type EnzymeComment
 void EnzymeCommentMapper.insert(List<EnzymeComment> comments, Long enzymeId, Status status, Connection con)
          Stores the given comment into the database.
 void EnzymeCommentMapper.reload(List<EnzymeComment> comments, Long enzymeId, Status status, Connection con)
           
 



Copyright © 2013 EMBL-EBI. All Rights Reserved.