Class TimereportDayGeneratorBatchJob
java.lang.Object
ch.tocco.nice2.tasks.api.quartz.AbstractJob
ch.tocco.nice2.tasks.api.quartz.AbstractInterruptableJob
ch.tocco.nice2.optional.timereport.impl.batch.TimereportDayGeneratorBatchJob
- All Implemented Interfaces:
org.quartz.InterruptableJob
,org.quartz.Job
@DisallowConcurrentExecution
public class TimereportDayGeneratorBatchJob
extends AbstractInterruptableJob
Batch job that creates Timereport_days for each active Contract
-
Field Summary
Fields inherited from class ch.tocco.nice2.tasks.api.quartz.AbstractJob
businessUnitManager, l10N, logger, principalManager, securityManager
-
Constructor Summary
ConstructorDescriptionTimereportDayGeneratorBatchJob
(Context context, DefaultDisplayService defaultDisplayService, QueryBuilderFactory queryBuilderFactory, TimereportService timereportService, TimereportDayGeneratorService timereportDayGeneratorService) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
doExecute
(org.quartz.JobExecutionContext context, JobDataMapReader jobDataMapReader) Methods inherited from class ch.tocco.nice2.tasks.api.quartz.AbstractInterruptableJob
interrupt, isCancelled
Methods inherited from class ch.tocco.nice2.tasks.api.quartz.AbstractJob
execute, getProgress, getProgressLog, setBusinessUnitManager, setConverters, setL10N, setLogger, setPrincipalManager, setProgressPersistenceManager, setRuleProviderService, setSecurityManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.quartz.Job
execute
-
Constructor Details
-
TimereportDayGeneratorBatchJob
public TimereportDayGeneratorBatchJob(Context context, DefaultDisplayService defaultDisplayService, QueryBuilderFactory queryBuilderFactory, TimereportService timereportService, TimereportDayGeneratorService timereportDayGeneratorService)
-
-
Method Details
-
doExecute
- Specified by:
doExecute
in classAbstractJob
-