public interface ShareStudyService
ShareStudyService interface.
Modifier and Type | Field and Description |
---|---|
static String |
NAME
Constant
NAME="shareStudyService" |
Modifier and Type | Method and Description |
---|---|
void |
delete(ShareStudy shareStudy)
delete.
|
ShareStudy |
findByID(Integer id)
findByID.
|
ShareStudy |
findByStudyIdAndRegistrationId(Integer studyId,
Integer registrationId)
findByStudyIdAndRegistrationId.
|
ShareStudy |
findBySWAccession(Integer swAccession)
findBySWAccession.
|
void |
insert(ShareStudy shareStudy)
insert.
|
boolean |
isExistsShare(Integer studyId,
Integer registrationId)
isExistsShare.
|
List<ShareStudy> |
list()
list.
|
void |
setShareStudyDAO(ShareStudyDAO shareStudyDAO)
setShareStudyDAO.
|
void |
update(ShareStudy shareStudy)
update.
|
ShareStudy |
updateDetached(ShareStudy shareStudy)
updateDetached.
|
static final String NAME
NAME="shareStudyService"
void setShareStudyDAO(ShareStudyDAO shareStudyDAO)
setShareStudyDAO.
shareStudyDAO
- a ShareStudyDAO
object.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 findBySWAccession(Integer swAccession)
findBySWAccession.
swAccession
- 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.