Class ReportGenerator
java.lang.Object
de.uplanet.lucy.server.auxiliaries.ReportGenerator
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidgenerateReport(de.uplanet.lucy.server.engine.http.IWebProcessingContext p_ctx, String p_strReportGuid, String p_strAppGuid, String p_strRecId) voidinit(de.uplanet.lucy.server.engine.http.IWebProcessingContext p_ctx, de.uplanet.lucy.server.businesslogic.rtappservices.IWebRecordDataCollection p_coll)  
- 
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
 
 -