Uses of Class
cronapp.framework.customization.reports.Report
-
Packages that use Report Package Description cronapp.framework.customization.reports -
-
Uses of Report in cronapp.framework.customization.reports
Methods in cronapp.framework.customization.reports that return types with arguments of type Report Modifier and Type Method Description org.springframework.http.ResponseEntity<Report>ReportCustomizationController. create(Report report)org.springframework.http.ResponseEntity<Report>ReportCustomizationController. update(UUID id, Report report)Methods in cronapp.framework.customization.reports with parameters of type Report Modifier and Type Method Description com.stimulsoft.report.StiReportReportToStiReportConverter. convert(Report report)org.springframework.http.ResponseEntity<Report>ReportCustomizationController. create(Report report)org.springframework.http.ResponseEntity<Report>ReportCustomizationController. update(UUID id, Report report)
-