Package ubic.gemma.core.analysis.report
Class ArrayDesignReportServiceImpl
java.lang.Object
ubic.gemma.core.analysis.report.ArrayDesignReportServiceImpl
- All Implemented Interfaces:
ArrayDesignReportService
@Component("arrayDesignReportService")
public class ArrayDesignReportServiceImpl
extends Object
implements ArrayDesignReportService
- Author:
- jsantos
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidFill in event informationvoidfillInSubsumptionInfo(Collection<ArrayDesignValueObject> valueObjects) voidFill in the probe summary statisticsvoidReport summarizing _all_ array designs.voidGenerate reports for all array designs, as well as the "global" report.voidgetCreateDate(Long id) Get the cached summary object that represents all platforms.getSummaryObject(Long id) Get a specific cached summary objectgetSummaryObject(Collection<Long> ids) Get the cached summary objects
-
Constructor Details
-
ArrayDesignReportServiceImpl
public ArrayDesignReportServiceImpl()
-
-
Method Details
-
generateAllArrayDesignReport
public void generateAllArrayDesignReport()Description copied from interface:ArrayDesignReportServiceReport summarizing _all_ array designs.- Specified by:
generateAllArrayDesignReportin interfaceArrayDesignReportService
-
generateArrayDesignReport
@Secured("GROUP_AGENT") public void generateArrayDesignReport()Description copied from interface:ArrayDesignReportServiceGenerate reports for all array designs, as well as the "global" report.- Specified by:
generateArrayDesignReportin interfaceArrayDesignReportService
-
generateArrayDesignReport
- Specified by:
generateArrayDesignReportin interfaceArrayDesignReportService
-
generateArrayDesignReport
- Specified by:
generateArrayDesignReportin interfaceArrayDesignReportService
-
getSummaryObject
Get a specific cached summary object- Specified by:
getSummaryObjectin interfaceArrayDesignReportService- Returns:
- arrayDesignValueObject the specified summary object
-
getSummaryObject
Get the cached summary object that represents all platforms.- Specified by:
getSummaryObjectin interfaceArrayDesignReportService- Returns:
- arrayDesignValueObject the summary object that represents the grand total of all array designs
-
getSummaryObject
Get the cached summary objects- Specified by:
getSummaryObjectin interfaceArrayDesignReportService- Returns:
- arrayDesignValueObjects the specified summary object
-
fillEventInformation
Fill in event information- Specified by:
fillEventInformationin interfaceArrayDesignReportService
-
fillInSubsumptionInfo
- Specified by:
fillInSubsumptionInfoin interfaceArrayDesignReportService
-
fillInValueObjects
Fill in the probe summary statistics- Specified by:
fillInValueObjectsin interfaceArrayDesignReportService
-
getLastSequenceUpdateEvent
- Specified by:
getLastSequenceUpdateEventin interfaceArrayDesignReportService
-
getLastSequenceAnalysisEvent
- Specified by:
getLastSequenceAnalysisEventin interfaceArrayDesignReportService
-
getLastRepeatMaskEvent
- Specified by:
getLastRepeatMaskEventin interfaceArrayDesignReportService
-
getLastGeneMappingEvent
- Specified by:
getLastGeneMappingEventin interfaceArrayDesignReportService
-
getCreateDate
- Specified by:
getCreateDatein interfaceArrayDesignReportService
-