Package | Description |
---|---|
net.sourceforge.seqware.common.business |
Looks like auto-generated classes for Hibernate.
|
net.sourceforge.seqware.common.business.impl |
Looks like auto-generated implementation for Hibernate classes.
|
net.sourceforge.seqware.common.dao |
More hibernate auto-generated.
|
net.sourceforge.seqware.common.dao.hibernate |
More hibernate auto-generated.
|
net.sourceforge.seqware.common.model |
Hibernate model classes for the metadb.
|
Modifier and Type | Method and Description |
---|---|
ShareStudy |
ShareStudyService.findByID(Integer id)
findByID.
|
ShareStudy |
ShareStudyService.findByStudyIdAndRegistrationId(Integer studyId,
Integer registrationId)
findByStudyIdAndRegistrationId.
|
ShareStudy |
ShareStudyService.findBySWAccession(Integer swAccession)
findBySWAccession.
|
ShareStudy |
ShareStudyService.updateDetached(ShareStudy shareStudy)
updateDetached.
|
Modifier and Type | Method and Description |
---|---|
List<ShareStudy> |
ShareStudyService.list()
list.
|
Modifier and Type | Method and Description |
---|---|
void |
ShareStudyService.delete(ShareStudy shareStudy)
delete.
|
void |
ShareStudyService.insert(ShareStudy shareStudy)
insert.
|
void |
ShareStudyService.update(ShareStudy shareStudy)
update.
|
ShareStudy |
ShareStudyService.updateDetached(ShareStudy shareStudy)
updateDetached.
|
Modifier and Type | Method and Description |
---|---|
ShareStudy |
ShareStudyServiceImpl.findByID(Integer shareStudyId)
findByID.
|
ShareStudy |
ShareStudyServiceImpl.findByStudyIdAndRegistrationId(Integer studyId,
Integer registrationId)
findByStudyIdAndRegistrationId.
|
ShareStudy |
ShareStudyServiceImpl.findBySWAccession(Integer swAccession)
findBySWAccession.
|
ShareStudy |
ShareStudyServiceImpl.updateDetached(ShareStudy shareStudy)
updateDetached.
|
Modifier and Type | Method and Description |
---|---|
List<ShareStudy> |
ShareStudyServiceImpl.list()
list.
|
Modifier and Type | Method and Description |
---|---|
void |
ShareStudyServiceImpl.delete(ShareStudy shareStudy)
delete.
|
void |
ShareStudyServiceImpl.insert(ShareStudy shareStudy)
insert.
|
void |
ShareStudyServiceImpl.update(ShareStudy shareStudy)
update.
|
ShareStudy |
ShareStudyServiceImpl.updateDetached(ShareStudy shareStudy)
updateDetached.
|
Modifier and Type | Method and Description |
---|---|
ShareStudy |
ShareStudyDAO.findByID(Integer id)
findByID.
|
ShareStudy |
ShareStudyDAO.findByStudyIdAndRegistrationId(Integer studyId,
Integer registrationId)
findByStudyIdAndRegistrationId.
|
ShareStudy |
ShareStudyDAO.updateDetached(ShareStudy shareStudy)
updateDetached.
|
Modifier and Type | Method and Description |
---|---|
List<ShareStudy> |
ShareStudyDAO.list()
list.
|
Modifier and Type | Method and Description |
---|---|
void |
ShareStudyDAO.delete(ShareStudy ShareStudy)
delete.
|
void |
ShareStudyDAO.insert(ShareStudy ShareStudy)
insert.
|
void |
ShareStudyDAO.update(ShareStudy ShareStudy)
update.
|
ShareStudy |
ShareStudyDAO.updateDetached(ShareStudy shareStudy)
updateDetached.
|
Modifier and Type | Method and Description |
---|---|
ShareStudy |
ShareStudyDAOHibernate.findByID(Integer id)
findByID.
|
ShareStudy |
ShareStudyDAOHibernate.findByStudyIdAndRegistrationId(Integer studyId,
Integer registrationId)
findByStudyIdAndRegistrationId.
|
ShareStudy |
ShareStudyDAOHibernate.updateDetached(ShareStudy shareStudy)
updateDetached.
|
Modifier and Type | Method and Description |
---|---|
List<ShareStudy> |
ShareStudyDAOHibernate.list()
list.
|
Modifier and Type | Method and Description |
---|---|
void |
ShareStudyDAOHibernate.delete(ShareStudy shareStudy)
delete.
|
void |
ShareStudyDAOHibernate.insert(ShareStudy shareStudy)
insert.
|
void |
ShareStudyDAOHibernate.update(ShareStudy shareStudy)
update.
|
ShareStudy |
ShareStudyDAOHibernate.updateDetached(ShareStudy shareStudy)
updateDetached.
|
Modifier and Type | Method and Description |
---|---|
SortedSet<ShareStudy> |
Study.getSharedStudies()
Getter for the field
sharedStudies . |
Modifier and Type | Method and Description |
---|---|
int |
ShareStudy.compareTo(ShareStudy that) |
Modifier and Type | Method and Description |
---|---|
void |
Study.setSharedStudies(SortedSet<ShareStudy> sharedStudies)
Setter for the field
sharedStudies . |
Copyright © 2015 SeqWare. All rights reserved.