Class ReportGenerator


  • @VelocityCallable("singleton")
    public final class ReportGenerator
    extends Object
    • Constructor Detail

      • ReportGenerator

        public ReportGenerator()
    • Method Detail

      • init

        public void init​(de.uplanet.lucy.server.engine.http.IWebProcessingContext p_ctx,
                         de.uplanet.lucy.server.businesslogic.rtappservices.IWebRecordDataCollection p_coll)
                  throws Exception
        Throws:
        Exception
      • generateReport

        public void generateReport​(de.uplanet.lucy.server.engine.http.IWebProcessingContext p_ctx,
                                   String p_strReportGuid,
                                   String p_strAppGuid,
                                   String p_strRecId)
                            throws Exception
        Throws:
        Exception