Class ReportGenerationDaoImpl
java.lang.Object
ch.tocco.nice2.reporting.impl.async.ReportGenerationDaoImpl
- All Implemented Interfaces:
ReportGenerationDao
@Component
@Deprecated(forRemoval=true)
public class ReportGenerationDaoImpl
extends Object
implements ReportGenerationDao
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorDescriptionReportGenerationDaoImpl
(CommandExecutor commandExecutor) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptioncreateGeneration
(AsyncReportGenerationService.Params params, Entity principal) Deprecated, for removal: This API element is subject to removal in a future version.getGeneration
(String generationId) Deprecated, for removal: This API element is subject to removal in a future version.void
setToCompleted
(String generationId, OutputJob outputJob) Deprecated, for removal: This API element is subject to removal in a future version.void
setToFailed
(String generationId) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
ReportGenerationDaoImpl
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
createGeneration
public AsyncReportGenerationService.ReportGeneration createGeneration(AsyncReportGenerationService.Params params, Entity principal) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
createGeneration
in interfaceReportGenerationDao
-
getGeneration
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getGeneration
in interfaceReportGenerationDao
-
setToCompleted
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setToCompleted
in interfaceReportGenerationDao
-
setToFailed
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setToFailed
in interfaceReportGenerationDao
-