Class FileSelectionParameterReportFromDtoHooker
java.lang.Object
net.datenwerke.rs.base.ext.service.parameters.fileselection.hookers.FileSelectionParameterReportFromDtoHooker
- All Implemented Interfaces:
Hook,ReportCreatedFromDtoHook
public class FileSelectionParameterReportFromDtoHooker
extends Object
implements ReportCreatedFromDtoHook
-
Constructor Summary
ConstructorsConstructorDescriptionFileSelectionParameterReportFromDtoHooker(FileUploadService uploadService, DtoService dtoService, EntityClonerService entityCloner, FileSelectionParameterDtoHelper fileSelectionParameterDtoHelper, <any> injectorProvider) -
Method Summary
Modifier and TypeMethodDescriptionvoidreportCreated(ReportDto reportDto, Report report) voidreportCreatedUnmanaged(ReportDto reportDto, Report report) voidreportMerged(ReportDto reportDto, Report report)
-
Constructor Details
-
FileSelectionParameterReportFromDtoHooker
public FileSelectionParameterReportFromDtoHooker(FileUploadService uploadService, DtoService dtoService, EntityClonerService entityCloner, FileSelectionParameterDtoHelper fileSelectionParameterDtoHelper, <any> injectorProvider)
-
-
Method Details
-
reportCreated
- Specified by:
reportCreatedin interfaceReportCreatedFromDtoHook
-
reportMerged
- Specified by:
reportMergedin interfaceReportCreatedFromDtoHook
-
reportCreatedUnmanaged
- Specified by:
reportCreatedUnmanagedin interfaceReportCreatedFromDtoHook
-