Package mc.core.domain.system.dobj
Class ReportRI
java.lang.Object
mc.core.system.base.BaseBean
mc.core.system.base.BaseBeanTx
mc.core.domain.system.dobj.ReportRI
@Path("/report/")
@Produces("text/plain")
public class ReportRI
extends mc.core.system.base.BaseBeanTx
helper JAX-RS bean to download report outside TX (supporting large reports)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ReportRI
public ReportRI()
-
-
Method Details
-
downloadReport
@GET @Path("download/{reportId}") public javax.ws.rs.core.Response downloadReport(@PathParam("reportId") long reportId) throws ApplicationException - Throws:
ApplicationException
-