Class AsyncReportGenerationServiceImpl
java.lang.Object
ch.tocco.nice2.reporting.impl.async.AsyncReportGenerationServiceImpl
- All Implemented Interfaces:
AsyncReportGenerationService
@Component
@Deprecated
public class AsyncReportGenerationServiceImpl
extends Object
implements AsyncReportGenerationService
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from interface AsyncReportGenerationService
AsyncReportGenerationService.Params, AsyncReportGenerationService.ReportGeneration -
Constructor Summary
ConstructorsConstructorDescriptionAsyncReportGenerationServiceImpl(TaskSchedulingService taskSchedulingService, PrincipalService principalService, BusinessUnitManager businessUnitManager, ReportGenerationDao reportGenerationDao, org.slf4j.Logger log) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.
-
Constructor Details
-
AsyncReportGenerationServiceImpl
public AsyncReportGenerationServiceImpl(TaskSchedulingService taskSchedulingService, PrincipalService principalService, BusinessUnitManager businessUnitManager, ReportGenerationDao reportGenerationDao, org.slf4j.Logger log) Deprecated.
-
-
Method Details
-
startGeneration
public AsyncReportGenerationService.ReportGeneration startGeneration(AsyncReportGenerationService.Params params) Deprecated.- Specified by:
startGenerationin interfaceAsyncReportGenerationService
-
get
Deprecated.- Specified by:
getin interfaceAsyncReportGenerationService
-