public interface LaneService
LaneService interface.
Modifier and Type | Field and Description |
---|---|
static String |
NAME
Constant
NAME="laneService" |
Modifier and Type | Method and Description |
---|---|
void |
delete(Lane lane,
boolean deleteRealFiles)
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.
|
boolean |
hasNameBeenUsed(String oldName,
String newName)
hasNameBeenUsed.
|
void |
insert(Lane lane)
insert.
|
Integer |
insert(Registration registration,
Lane lane)
insert.
|
Integer |
insertLane(Registration registration,
Sample sample,
UploadSequence uploadSequence,
FileType fileType)
insertLane.
|
boolean |
isHasFile(Integer laneId)
isHasFile.
|
boolean |
isHasFile(Integer studyId,
String metaType)
isHasFile.
|
List<Lane> |
list()
list.
|
List<Lane> |
list(List<Integer> laneIds)
list.
|
List<File> |
listFile(Registration reqistration,
String typeNode,
List<File> list,
String[] ids,
String[] statuses)
listFile.
|
SortedSet<Lane> |
listWithHasFile(SortedSet<Lane> list,
String metaType)
listWithHasFile.
|
void |
setLaneDAO(LaneDAO laneDAO)
setLaneDAO.
|
SortedSet<Lane> |
setWithHasFile(SortedSet<Lane> list)
setWithHasFile.
|
void |
update(Lane lane)
update.
|
void |
update(Registration registration,
Lane lane)
update.
|
Lane |
updateDetached(Lane lane)
updateDetached.
|
Lane |
updateDetached(Registration registration,
Lane lane)
updateDetached.
|
static final String NAME
NAME="laneService"
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.void delete(Lane lane, boolean deleteRealFiles)
delete.
lane
- deleteRealFiles
- Integer insertLane(Registration registration, Sample sample, UploadSequence uploadSequence, FileType fileType) throws Exception
insertLane.
registration
- a Registration
object.sample
- a Sample
object.uploadSequence
- a UploadSequence
object.fileType
- a FileType
object.Integer
object.Exception
- if any.List<File> listFile(Registration reqistration, String typeNode, List<File> list, String[] ids, String[] statuses)
listFile.
boolean isHasFile(Integer laneId)
isHasFile.
laneId
- a Integer
object.SortedSet<Lane> listWithHasFile(SortedSet<Lane> list, String metaType)
listWithHasFile.
Lane updateDetached(Registration registration, Lane lane)
updateDetached.
registration
- a Registration
object.lane
- a Lane
object.Lane
object.Copyright © 2015 SeqWare. All rights reserved.