Interface ReportDtoService
- All Known Implementing Classes:
ReportDtoServiceImpl
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public interface ReportDtoService
-
Method Summary
Modifier and TypeMethodDescriptiongetReferenceReport(ReportDto reportDto) getReport(ReportDto reportDto) ReportDtoloadFullDtoForExecution(Report realReport)
-
Method Details
-
getReferenceReport
-
getReport
-
loadFullDtoForExecution
- Parameters:
realReport- should be an unmanaged report
-