|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EnzymeDTO | |
---|---|
uk.ac.ebi.intenz.webapp.dtos | |
uk.ac.ebi.intenz.webapp.utilities |
Uses of EnzymeDTO in uk.ac.ebi.intenz.webapp.dtos |
---|
Constructors in uk.ac.ebi.intenz.webapp.dtos with parameters of type EnzymeDTO | |
---|---|
EnzymeDTO(EnzymeDTO enzymeDTO)
|
Uses of EnzymeDTO in uk.ac.ebi.intenz.webapp.utilities |
---|
Methods in uk.ac.ebi.intenz.webapp.utilities with parameters of type EnzymeDTO | |
---|---|
void |
UnitOfWork.commit(EnzymeDTO enzymeUnderDevelopment,
Connection con)
Compares the given enzyme entry to the copy stored in UnitOfWork.register(uk.ac.ebi.intenz.webapp.dtos.EnzymeDTO) . |
void |
UnitOfWork.register(EnzymeDTO enzymeUnderDevelopment)
Creates and stores a copy of the given EnzymeDTO instance. |
static void |
IntEnzValidations.validateEnzymeDTOLists(EnzymeDTO enzymeDTO,
org.apache.struts.action.ActionMessages errors)
This method is used by Action classes to check the content of an enzyme form before performing the actual command. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |