public interface StudyTypeDAO
StudyTypeDAO interface.
Modifier and Type | Method and Description |
---|---|
StudyType |
findByID(Integer studyTypeID)
findByID.
|
StudyType |
findByName(String name)
findByName.
|
void |
insert(StudyType sequencerRun)
insert.
|
List<StudyType> |
list()
list.
|
List<StudyType> |
list(Registration registration)
list.
|
void |
update(StudyType sequencerRun)
update.
|
StudyType |
updateDetached(StudyType studyType)
updateDetached.
|
List<StudyType> list(Registration registration)
list.
registration
- a Registration
object.List
object.Copyright © 2015 SeqWare. All rights reserved.