| Constructor and Description |
|---|
IUSDAOHibernate()
Constructor for IUSDAOHibernate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete(IUS obj)
delete.
|
List<IUS> |
find(String sequencerRunName,
Integer lane,
String sampleName)
find.
|
List<IUS> |
findBelongsToStudy(Study study)
findBelongsToStudy.
|
List<IUS> |
findByCriteria(String criteria,
boolean isCaseSens)
findByCriteria.
|
IUS |
findByID(Integer id)
findByID.
|
List<IUS> |
findByOwnerID(Integer registrationId)
findByOwnerID.
|
IUS |
findBySWAccession(Integer swAccession)
findBySWAccession.
|
List<File> |
getFiles(Integer iusId)
getFiles.
|
List<File> |
getFiles(Integer iusId,
String metaType)
getFiles.
|
Integer |
insert(IUS obj)
insert.
|
Integer |
insert(Registration registration,
IUS obj)
insert.
|
boolean |
isHasFile(Integer iusId)
isHasFile.
|
boolean |
isHasFile(Integer iusId,
String metaType)
isHasFile.
|
List<IUS> |
list()
list.
|
void |
update(IUS obj)
update.
|
void |
update(Registration registration,
IUS ius)
update.
|
IUS |
updateDetached(IUS ius)
updateDetached.
|
IUS |
updateDetached(Registration registration,
IUS ius)
updateDetached.
|
public void update(IUS obj)
update.
Updates an instance of Lane in the database.public void delete(IUS obj)
delete.
public boolean isHasFile(Integer iusId)
isHasFile.
public List<IUS> findByOwnerID(Integer registrationId)
findByOwnerID.
findByOwnerID in interface IUSDAOregistrationId - a Integer object.List object.public IUS findBySWAccession(Integer swAccession)
findBySWAccession.
findBySWAccession in interface IUSDAOswAccession - a Integer object.IUS object.public List<IUS> findByCriteria(String criteria, boolean isCaseSens)
findByCriteria.
findByCriteria in interface IUSDAOcriteria - a String object.isCaseSens - a boolean.List object.public IUS updateDetached(IUS ius)
updateDetached.
updateDetached in interface IUSDAOius - a IUS object.IUS object.public List<IUS> findBelongsToStudy(Study study)
findBelongsToStudy.
findBelongsToStudy in interface IUSDAOstudy - a Study object.List object.public void update(Registration registration, IUS ius)
update.
update in interface IUSDAOregistration - a Registration object.ius - a IUS object.public Integer insert(Registration registration, IUS obj)
insert.
insert in interface IUSDAOregistration - a Registration object.obj - a IUS object.public IUS updateDetached(Registration registration, IUS ius)
updateDetached.
updateDetached in interface IUSDAOregistration - a Registration object.ius - a IUS object.IUS object.Copyright © 2015 SeqWare. All rights reserved.