public class FileSelectionParameterReportFromDtoHooker extends java.lang.Object implements ReportCreatedFromDtoHook
| Constructor and Description |
|---|
FileSelectionParameterReportFromDtoHooker(FileUploadService uploadService,
DtoService dtoService,
EntityClonerService entityCloner,
FileSelectionParameterDtoHelper fileSelectionParameterDtoHelper,
<any> injectorProvider) |
| Modifier and Type | Method and Description |
|---|---|
void |
reportCreated(ReportDto reportDto,
Report report) |
void |
reportCreatedUnmanaged(ReportDto reportDto,
Report report) |
void |
reportMerged(ReportDto reportDto,
Report report) |
public FileSelectionParameterReportFromDtoHooker(FileUploadService uploadService, DtoService dtoService, EntityClonerService entityCloner, FileSelectionParameterDtoHelper fileSelectionParameterDtoHelper, <any> injectorProvider)
public void reportCreated(ReportDto reportDto, Report report)
reportCreated in interface ReportCreatedFromDtoHookpublic void reportMerged(ReportDto reportDto, Report report)
reportMerged in interface ReportCreatedFromDtoHookpublic void reportCreatedUnmanaged(ReportDto reportDto, Report report)
reportCreatedUnmanaged in interface ReportCreatedFromDtoHook