Interface ReportGenerationDao
- All Known Implementing Classes:
ReportGenerationDaoImpl
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptioncreateGeneration(AsyncReportGenerationService.Params params, Entity principal) Deprecated.getGeneration(String generationId) Deprecated.voidsetToCompleted(String generationId, OutputJob outputJob) Deprecated.voidsetToFailed(String generationId) Deprecated.
-
Method Details
-
createGeneration
AsyncReportGenerationService.ReportGeneration createGeneration(AsyncReportGenerationService.Params params, Entity principal) Deprecated. -
getGeneration
Deprecated. -
setToCompleted
-
setToFailed
Deprecated.
-