Interface AnalysisService
-
- All Superinterfaces:
CRUDService<java.lang.Long,Analysis>
- All Known Implementing Classes:
AnalysisServiceImpl
public interface AnalysisService extends CRUDService<java.lang.Long,Analysis>
Service for managing objects of typeAnalysis
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnalysisFastQC
getFastQCAnalysisForSequenceFile(SequencingObject object, java.lang.Long fileId)
-
Methods inherited from interface ca.corefacility.bioinformatics.irida.service.CRUDService
count, create, delete, exists, findAll, findRevisions, findRevisions, list, list, list, read, readMultiple, search, search, update, updateFields, updateMultiple
-
-
-
-
Method Detail
-
getFastQCAnalysisForSequenceFile
AnalysisFastQC getFastQCAnalysisForSequenceFile(SequencingObject object, java.lang.Long fileId)
- Parameters:
object
- theSequencingObject
fileId
- theSequenceFile
id within theSequencingObject
- Returns:
- the
AnalysisFastQC
for the givenSequenceFile
-
-