public interface StudyTypeService
StudyTypeService interface.
Modifier and Type | Field and Description |
---|---|
static String |
NAME
Constant
NAME="StudyTypeService" |
Modifier and Type | Method and Description |
---|---|
StudyType |
findByID(Integer expID)
findByID.
|
StudyType |
findByName(String name)
findByName.
|
void |
insert(StudyType studyType)
insert.
|
List<StudyType> |
list()
list.
|
List<StudyType> |
list(Registration registration)
list.
|
void |
setStudyTypeDAO(StudyTypeDAO studyTypeDAO)
setStudyTypeDAO.
|
void |
update(StudyType studyType)
update.
|
StudyType |
updateDetached(StudyType studyType)
updateDetached.
|
static final String NAME
NAME="StudyTypeService"
void setStudyTypeDAO(StudyTypeDAO studyTypeDAO)
setStudyTypeDAO.
studyTypeDAO
- a StudyTypeDAO
object.List<StudyType> list(Registration registration)
list.
registration
- a Registration
object.List
object.Copyright © 2015 SeqWare. All rights reserved.