Package ubic.gemma.core.scheduler
Class BatchInfoRepopulationJob
java.lang.Object
org.springframework.scheduling.quartz.QuartzJobBean
ubic.gemma.core.scheduler.SecureQuartzJobBean
ubic.gemma.core.scheduler.BatchInfoRepopulationJob
- All Implemented Interfaces:
org.quartz.Job,org.quartz.StatefulJob
Schedule job that populates batch information for all experiments that have been updated since the last run.
- Author:
- paul, poirigui
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecuteAs(org.quartz.JobExecutionContext context) voidsetAuditEventService(AuditEventService auditEventService) voidsetExpressionExperimentReportService(ExpressionExperimentReportService expressionExperimentReportService) voidsetExpressionExperimentService(ExpressionExperimentService expressionExperimentService) Methods inherited from class ubic.gemma.core.scheduler.SecureQuartzJobBean
executeInternal, setSecurityContextMethods inherited from class org.springframework.scheduling.quartz.QuartzJobBean
executeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.quartz.Job
execute
-
Constructor Details
-
BatchInfoRepopulationJob
public BatchInfoRepopulationJob()
-
-
Method Details
-
executeAs
protected void executeAs(org.quartz.JobExecutionContext context) - Specified by:
executeAsin classSecureQuartzJobBean
-
setExpressionExperimentService
-
setExpressionExperimentReportService
public void setExpressionExperimentReportService(ExpressionExperimentReportService expressionExperimentReportService) -
setAuditEventService
-