Class ReportServiceRestImpl
java.lang.Object
net.n2oapp.cloud.report.service.rest.ReportServiceRestImpl
- All Implemented Interfaces:
ReportService
@Controller public class ReportServiceRestImpl extends java.lang.Object implements ReportService
-
Constructor Summary
Constructors Constructor Description ReportServiceRestImpl() -
Method Summary
Modifier and Type Method Description javax.ws.rs.core.ResponsecompileReportTemplate(org.apache.cxf.jaxrs.ext.multipart.Attachment attachment)javax.ws.rs.core.ResponsegenerateReport(java.lang.String template, java.lang.String format, javax.ws.rs.core.UriInfo ui)
-
Constructor Details
-
ReportServiceRestImpl
public ReportServiceRestImpl()
-
-
Method Details
-
generateReport
public javax.ws.rs.core.Response generateReport(java.lang.String template, java.lang.String format, javax.ws.rs.core.UriInfo ui)- Specified by:
generateReportin interfaceReportService
-
compileReportTemplate
public javax.ws.rs.core.Response compileReportTemplate(org.apache.cxf.jaxrs.ext.multipart.Attachment attachment)- Specified by:
compileReportTemplatein interfaceReportService
-