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 SummaryNested classes/interfaces inherited from interface ch.tocco.nice2.reporting.impl.async.AsyncReportGenerationServiceAsyncReportGenerationService.Params, AsyncReportGenerationService.ReportGeneration
- 
Constructor SummaryConstructorsConstructorDescriptionAsyncReportGenerationServiceImpl(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 SummaryModifier 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- 
AsyncReportGenerationServiceImplpublic 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- 
startGenerationpublic AsyncReportGenerationService.ReportGeneration startGeneration(AsyncReportGenerationService.Params params) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- startGenerationin interface- AsyncReportGenerationService
 
- 
getDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- getin interface- AsyncReportGenerationService
 
 
-