Package org.wso2.carbon.reporting.ui
Class BeanCollectionReportData
- java.lang.Object
-
- 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
Constructors Constructor Description BeanCollectionReportData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.sf.jasperreports.engine.JRDataSource
getReportDataSource(Object beanList)
This method used to generate JRDataSource
-
-
-
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 interfaceorg.wso2.carbon.reporting.api.ReportData
- Parameters:
beanList
- bean collection- Returns:
- jrDataSource
- Throws:
org.wso2.carbon.reporting.api.ReportingException
-
-