public class SearchIDCommand extends DatabaseCommand
| Modifier and Type | Field and Description | 
|---|---|
| static org.apache.log4j.Logger | LOGGER | 
con, context, databaseErrorMessage, enzymeEntryMapper, request, response| Constructor and Description | 
|---|
| SearchIDCommand() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected uk.ac.ebi.intenz.domain.enzyme.EnzymeEntry | findEnzymeEntry(Long id)Calls the according  find()method and handles empty results
 and SQL exceptions. | 
| void | process()TBD | 
close, closeConnection, finalize, forward, initpublic void process()
             throws javax.servlet.ServletException,
                    IOException
process in class Commandjavax.servlet.ServletExceptionIOExceptionprotected uk.ac.ebi.intenz.domain.enzyme.EnzymeEntry findEnzymeEntry(Long id)
find() method and handles empty results
 and SQL exceptions.id - ID of the enzyme to search for.EnzymeEntry instance or null.Copyright © 2014 EMBL-EBI. All Rights Reserved.