public interface LaneDAO
LaneDAO interface.
Modifier and Type | Method and Description |
---|---|
void |
delete(Lane lane)
delete.
|
void |
delete(SortedSet<Lane> lanes)
delete.
|
List<Lane> |
findByCriteria(String criteria,
boolean isCaseSens)
findByCriteria.
|
Lane |
findByID(Integer laneId)
findByID.
|
Lane |
findByName(String name)
findByName.
|
List<Lane> |
findByOwnerID(Integer registrationId)
findByOwnerID.
|
Lane |
findBySWAccession(Integer swAccession)
findBySWAccession.
|
List<File> |
getFiles(Integer laneId)
getFiles.
|
List<File> |
getFiles(Integer studyId,
String metaType)
getFiles.
|
Integer |
insert(Lane lane)
insert.
|
Integer |
insert(Registration registration,
Lane lane)
insert.
|
boolean |
isHasFile(Integer laneId)
isHasFile.
|
boolean |
isHasFile(Integer studyId,
String metaType)
isHasFile.
|
List<Lane> |
list()
list.
|
List<Lane> |
list(List<Integer> laneIds)
list.
|
void |
update(Lane lane)
update.
|
void |
update(Registration registration,
Lane lane)
update.
|
Lane |
updateDetached(Lane lane)
updateDetached.
|
Lane |
updateDetached(Registration registration,
Lane lane)
updateDetached.
|
Integer insert(Registration registration, Lane lane)
insert.
registration
- a Registration
object.lane
- a Lane
object.void update(Registration registration, Lane lane)
update.
registration
- a Registration
object.lane
- a Lane
object.boolean isHasFile(Integer laneId)
isHasFile.
laneId
- a Integer
object.Lane updateDetached(Registration registration, Lane lane)
updateDetached.
registration
- a Registration
object.lane
- a Lane
object.Lane
object.Copyright © 2015 SeqWare. All rights reserved.