public interface ShareStudyDAO
ShareStudyDAO interface.
Modifier and Type | Method and Description |
---|---|
void |
delete(ShareStudy ShareStudy)
delete.
|
ShareStudy |
findByID(Integer id)
findByID.
|
ShareStudy |
findByStudyIdAndRegistrationId(Integer studyId,
Integer registrationId)
findByStudyIdAndRegistrationId.
|
void |
insert(ShareStudy ShareStudy)
insert.
|
List<ShareStudy> |
list()
list.
|
void |
update(ShareStudy ShareStudy)
update.
|
ShareStudy |
updateDetached(ShareStudy shareStudy)
updateDetached.
|
void insert(ShareStudy ShareStudy)
insert.
ShareStudy
- a ShareStudy
object.void update(ShareStudy ShareStudy)
update.
ShareStudy
- a ShareStudy
object.void delete(ShareStudy ShareStudy)
delete.
ShareStudy
- a ShareStudy
object.ShareStudy findByID(Integer id)
findByID.
id
- a Integer
object.ShareStudy
object.ShareStudy findByStudyIdAndRegistrationId(Integer studyId, Integer registrationId)
findByStudyIdAndRegistrationId.
studyId
- a Integer
object.registrationId
- a Integer
object.ShareStudy
object.ShareStudy updateDetached(ShareStudy shareStudy)
updateDetached.
shareStudy
- a ShareStudy
object.ShareStudy
object.List<ShareStudy> list()
list.
List
object.Copyright © 2015 SeqWare. All rights reserved.