Class ReportGenerator

java.lang.Object
de.uplanet.lucy.server.auxiliaries.ReportGenerator

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    generateReport(de.uplanet.lucy.server.engine.http.IWebProcessingContext p_ctx, String p_strReportGuid, String p_strAppGuid, String p_strRecId)
     
    void
    init(de.uplanet.lucy.server.engine.http.IWebProcessingContext p_ctx, de.uplanet.lucy.server.businesslogic.rtappservices.IWebRecordDataCollection p_coll)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ReportGenerator

      public ReportGenerator()
  • Method Details

    • 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