Class AsyncReportGenerationServiceImpl
java.lang.Object
ch.tocco.nice2.reporting.impl.async.AsyncReportGenerationServiceImpl
- All Implemented Interfaces:
AsyncReportGenerationService
@Component
@Deprecated(forRemoval=true)
public class AsyncReportGenerationServiceImpl
extends Object
implements AsyncReportGenerationService
Deprecated, for removal: This API element is subject to removal in a future version.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.reporting.impl.async.AsyncReportGenerationService
AsyncReportGenerationService.Params, AsyncReportGenerationService.ReportGeneration
-
Constructor Summary
ConstructorDescriptionAsyncReportGenerationServiceImpl
(TaskSchedulingService taskSchedulingService, PrincipalService principalService, BusinessUnitManager businessUnitManager, ReportGenerationDao reportGenerationDao, org.slf4j.Logger log) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
AsyncReportGenerationServiceImpl
public AsyncReportGenerationServiceImpl(TaskSchedulingService taskSchedulingService, PrincipalService principalService, BusinessUnitManager businessUnitManager, ReportGenerationDao reportGenerationDao, org.slf4j.Logger log) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
startGeneration
public AsyncReportGenerationService.ReportGeneration startGeneration(AsyncReportGenerationService.Params params) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
startGeneration
in interfaceAsyncReportGenerationService
-
get
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
get
in interfaceAsyncReportGenerationService
-