uk.ac.ebi.intenz.webapp.controller
Class SearchIDCommand
java.lang.Object
uk.ac.ebi.intenz.webapp.controller.Command
uk.ac.ebi.intenz.webapp.controller.DatabaseCommand
uk.ac.ebi.intenz.webapp.controller.SearchIDCommand
public class SearchIDCommand
- extends DatabaseCommand
This command handles enzyme ID requests.
- Version:
- 0.9 - 21-July-2003
- Author:
- Michael Darsow
Field Summary |
static org.apache.log4j.Logger |
LOGGER
|
LOGGER
public static final org.apache.log4j.Logger LOGGER
SearchIDCommand
public SearchIDCommand()
process
public void process()
throws javax.servlet.ServletException,
IOException
- TBD
- Specified by:
process
in class Command
- Throws:
javax.servlet.ServletException
IOException
findEnzymeEntry
protected EnzymeEntry findEnzymeEntry(Long id)
- Calls the according
find()
method and handles empty results
and SQL exceptions.
- Parameters:
id
- ID of the enzyme to search for.
- Returns:
- An
EnzymeEntry
instance or null
.
Copyright © 2013 EMBL-EBI. All Rights Reserved.