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
ConstructorsConstructorDescriptionReportGenerationDaoImpl(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.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.
-
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:
createGenerationin interfaceReportGenerationDao
-
getGeneration
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getGenerationin interfaceReportGenerationDao
-
setToCompleted
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setToCompletedin interfaceReportGenerationDao
-
setToFailed
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setToFailedin interfaceReportGenerationDao
-