pase.server
Class ReportServiceImpl
java.lang.Object
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
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 |
ReportServiceImpl
public ReportServiceImpl()
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 ReportObjectparams
- the given Parameters for generating reportfileType
- the given file type, including "PDF", "HTML", "XLS", "XML" and
"CSV"