org.wso2.carbon.reporting.ui
Class BeanCollectionReportData

java.lang.Object
  extended by org.wso2.carbon.reporting.ui.BeanCollectionReportData
All Implemented Interfaces:
org.wso2.carbon.reporting.api.ReportData

public class BeanCollectionReportData
extends Object
implements org.wso2.carbon.reporting.api.ReportData


Constructor Summary
BeanCollectionReportData()
           
 
Method Summary
 net.sf.jasperreports.engine.JRDataSource getReportDataSource(Object beanList)
          This method used to generate JRDataSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanCollectionReportData

public BeanCollectionReportData()
Method Detail

getReportDataSource

public net.sf.jasperreports.engine.JRDataSource getReportDataSource(Object beanList)
                                                             throws org.wso2.carbon.reporting.api.ReportingException
This method used to generate JRDataSource

Specified by:
getReportDataSource in interface org.wso2.carbon.reporting.api.ReportData
Parameters:
beanList - bean collection
Returns:
jrDataSource
Throws:
org.wso2.carbon.reporting.api.ReportingException


Copyright © 2015 WSO2. All rights reserved.