public interface StudyAttributeDAO
StudyAttributeDAO interface.
| Modifier and Type | Method and Description |
|---|---|
void |
delete(StudyAttribute studyAttribute)
delete.
|
List<StudyAttribute> |
findAll(Study study)
findAll.
|
void |
insert(StudyAttribute studyAttribute)
insert.
|
List<StudyAttribute> |
list()
list.
|
void |
update(StudyAttribute studyAttribute)
update.
|
void insert(StudyAttribute studyAttribute)
insert.
studyAttribute - a StudyAttribute object.void update(StudyAttribute studyAttribute)
update.
studyAttribute - a StudyAttribute object.void delete(StudyAttribute studyAttribute)
delete.
studyAttribute - a StudyAttribute object.List<StudyAttribute> findAll(Study study)
findAll.
List<StudyAttribute> list()
list.
List object.Copyright © 2015 SeqWare. All rights reserved.