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
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version.static classDeprecated, 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
ConstructorsConstructorDescriptionReportGenerationTask(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 voiddoExecute(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:
doExecutein classAbstractJob
-