pase.server
Class ReportServiceImpl

java.lang.Object
  extended by pase.server.ReportServiceImpl
All Implemented Interfaces:
ReportService

public class ReportServiceImpl
extends java.lang.Object
implements ReportService

ReportService Implementation

Version:
2.2.0,
Author:
lchuang
See Also:
ReportService

Constructor Summary
ReportServiceImpl()
           
 
Method Summary
 byte[] generateReport(java.lang.Object rptObj, java.util.Map params, java.lang.String fileType)
          Generate a byte array of file according the specific report parameters.
 void setRmiServer(RMIServer rmiServer)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportServiceImpl

public ReportServiceImpl()
Method Detail

setRmiServer

public void setRmiServer(RMIServer rmiServer)

generateReport

public byte[] generateReport(java.lang.Object rptObj,
                             java.util.Map params,
                             java.lang.String fileType)
Description copied from interface: ReportService
Generate a byte array of file according the specific report parameters.

Specified by:
generateReport in interface ReportService
Parameters:
rptObj - the given ReportObject
params - the given Parameters for generating report
fileType - the given file type, including "PDF", "HTML", "XLS", "XML" and "CSV"