Interface ReportGenerationDao
- All Known Implementing Classes:
ReportGenerationDaoImpl
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.voidsetToCompleted(String generationId, OutputJob outputJob) Deprecated, for removal: This API element is subject to removal in a future version.voidsetToFailed(String generationId) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
createGeneration
AsyncReportGenerationService.ReportGeneration createGeneration(AsyncReportGenerationService.Params params, Entity principal) Deprecated, for removal: This API element is subject to removal in a future version. -
getGeneration
Deprecated, for removal: This API element is subject to removal in a future version. -
setToCompleted
Deprecated, for removal: This API element is subject to removal in a future version. -
setToFailed
Deprecated, for removal: This API element is subject to removal in a future version.
-