public class FileReportServiceImpl extends Object implements FileReportService
FileReportServiceImpl class.
Constructor and Description |
---|
FileReportServiceImpl() |
Modifier and Type | Method and Description |
---|---|
int |
countOfRows(SequencerRun sr)
countOfRows.
|
int |
countOfRows(Study study)
countOfRows.
|
List<FileReportRow> |
getReportForSequencerRun(SequencerRun seqRun)
getReportForSequencerRun.
|
List<FileReportRow> |
getReportForSequencerRun(SequencerRun seqRun,
String sortField,
String orderTypeSeqRun)
getReportForSequencerRun.
|
List<FileReportRow> |
getReportForSequencerRun(SequencerRun seqRun,
String sortField,
String sortOrder,
int offset,
int limit)
getReportForSequencerRun.
|
List<FileReportRow> |
getReportForStudy(Study study)
getReportForStudy.
|
List<FileReportRow> |
getReportForStudy(Study study,
String orderField,
String sortOrder,
int offset,
int limit)
getReportForStudy.
|
void |
setFileReportDAO(FileReportDAO dao)
Setter for the field
fileReportDAO . |
public void setFileReportDAO(FileReportDAO dao)
Setter for the field fileReportDAO
.
dao
- a FileReportDAO
object.public List<FileReportRow> getReportForStudy(Study study)
getReportForStudy.
getReportForStudy
in interface FileReportService
study
- a Study
object.List
object.public List<FileReportRow> getReportForStudy(Study study, String orderField, String sortOrder, int offset, int limit)
getReportForStudy.
getReportForStudy
in interface FileReportService
study
- a Study
object.orderField
- a String
object.sortOrder
- a String
object.offset
- a int.limit
- a int.List
object.public int countOfRows(Study study)
countOfRows.
countOfRows
in interface FileReportService
study
- a Study
object.public List<FileReportRow> getReportForSequencerRun(SequencerRun seqRun, String sortField, String sortOrder, int offset, int limit)
getReportForSequencerRun.
getReportForSequencerRun
in interface FileReportService
limit
- offset
- seqRun
- a SequencerRun
object.sortField
- a String
object.sortOrder
- a String
object.List
object.public List<FileReportRow> getReportForSequencerRun(SequencerRun seqRun, String sortField, String orderTypeSeqRun)
getReportForSequencerRun.
getReportForSequencerRun
in interface FileReportService
seqRun
- a SequencerRun
object.sortField
- a String
object.orderTypeSeqRun
- a String
object.List
object.public List<FileReportRow> getReportForSequencerRun(SequencerRun seqRun)
getReportForSequencerRun.
getReportForSequencerRun
in interface FileReportService
seqRun
- a SequencerRun
object.List
object.public int countOfRows(SequencerRun sr)
countOfRows.
countOfRows
in interface FileReportService
sr
- a SequencerRun
object.Copyright © 2015 SeqWare. All rights reserved.