Class ReportGenerationDaoImpl
java.lang.Object
ch.tocco.nice2.reporting.impl.async.ReportGenerationDaoImpl
- All Implemented Interfaces:
ReportGenerationDao
@Component
@Deprecated
public class ReportGenerationDaoImpl
extends Object
implements ReportGenerationDao
Deprecated.
-
Constructor Summary
Constructors -
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.
-
Constructor Details
-
ReportGenerationDaoImpl
Deprecated.
-
-
Method Details
-
createGeneration
public AsyncReportGenerationService.ReportGeneration createGeneration(AsyncReportGenerationService.Params params, Entity principal) Deprecated.- Specified by:
createGenerationin interfaceReportGenerationDao
-
getGeneration
Deprecated.- Specified by:
getGenerationin interfaceReportGenerationDao
-
setToCompleted
Deprecated.- Specified by:
setToCompletedin interfaceReportGenerationDao
-
setToFailed
Deprecated.- Specified by:
setToFailedin interfaceReportGenerationDao
-