Class ReportGenerationTask
java.lang.Object
ch.tocco.nice2.tasks.api.quartz.AbstractJob
ch.tocco.nice2.reporting.impl.async.ReportGenerationTask
- All Implemented Interfaces:
org.quartz.Job
Deprecated, for removal: This API element is subject to removal in a future version.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Deprecated, for removal: This API element is subject to removal in a future version.static class
Deprecated, for removal: This API element is subject to removal in a future version. -
Field Summary
Fields inherited from class ch.tocco.nice2.tasks.api.quartz.AbstractJob
businessUnitManager, l10N, logger, principalManager, securityManager
-
Constructor Summary
ConstructorDescriptionReportGenerationTask
(Context context, CommandExecutor commandExecutor, ReportGenerationDao reportGenerationDao, ReportGenerationService reportGenerationService, SelectionService selectionService) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
doExecute
(org.quartz.JobExecutionContext context, JobDataMapReader jobDataMapReader) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class ch.tocco.nice2.tasks.api.quartz.AbstractJob
execute, getProgress, getProgressLog, setBusinessUnitManager, setConverters, setL10N, setLogger, setPrincipalManager, setProgressPersistenceManager, setRuleProviderService, setSecurityManager
-
Constructor Details
-
ReportGenerationTask
public ReportGenerationTask(Context context, CommandExecutor commandExecutor, ReportGenerationDao reportGenerationDao, ReportGenerationService reportGenerationService, SelectionService selectionService) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
doExecute
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
doExecute
in classAbstractJob
-