|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JasperReport | |
---|---|
fr.paris.lutece.plugins.jasper.business | |
fr.paris.lutece.plugins.jasper.service | |
fr.paris.lutece.plugins.jasper.service.export |
Uses of JasperReport in fr.paris.lutece.plugins.jasper.business |
---|
Methods in fr.paris.lutece.plugins.jasper.business that return JasperReport | |
---|---|
static JasperReport |
JasperReportHome.create(JasperReport jasperReport,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Create an instance of the jasperReport class |
static JasperReport |
JasperReportHome.findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a jasperReport whose identifier is specified in parameter |
static JasperReport |
JasperReportHome.findByPrimaryKey(java.lang.String strKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
|
JasperReport |
IJasperReportDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table |
JasperReport |
JasperReportDAO.load(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the report from the table |
JasperReport |
IJasperReportDAO.load(java.lang.String strKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
|
JasperReport |
JasperReportDAO.load(java.lang.String strKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
|
static JasperReport |
JasperReportHome.update(JasperReport jasperReport,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the jasperReport which is specified in parameter |
Methods in fr.paris.lutece.plugins.jasper.business that return types with arguments of type JasperReport | |
---|---|
static java.util.Collection<JasperReport> |
JasperReportHome.getJasperReportsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the jasperReport objects and returns them in form of a collection |
java.util.Collection<JasperReport> |
IJasperReportDAO.selectJasperReportsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the jasperReport objects and returns them as a collection |
java.util.Collection<JasperReport> |
JasperReportDAO.selectJasperReportsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the reports and returns them as a collection |
Methods in fr.paris.lutece.plugins.jasper.business with parameters of type JasperReport | |
---|---|
static JasperReport |
JasperReportHome.create(JasperReport jasperReport,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Create an instance of the jasperReport class |
void |
IJasperReportDAO.insert(JasperReport jasperReport,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
JasperReportDAO.insert(JasperReport report,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
IJasperReportDAO.store(JasperReport jasperReport,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
void |
JasperReportDAO.store(JasperReport report,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
static JasperReport |
JasperReportHome.update(JasperReport jasperReport,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the jasperReport which is specified in parameter |
Uses of JasperReport in fr.paris.lutece.plugins.jasper.service |
---|
Methods in fr.paris.lutece.plugins.jasper.service with parameters of type JasperReport | |
---|---|
net.sf.jasperreports.engine.JRExporter |
ILinkJasperReport.getExporter(javax.servlet.http.HttpServletRequest request,
JasperReport report)
|
Uses of JasperReport in fr.paris.lutece.plugins.jasper.service.export |
---|
Methods in fr.paris.lutece.plugins.jasper.service.export with parameters of type JasperReport | |
---|---|
net.sf.jasperreports.engine.JRExporter |
PdfJasperRender.getExporter(javax.servlet.http.HttpServletRequest request,
JasperReport report)
|
net.sf.jasperreports.engine.JRExporter |
RtfJasperRender.getExporter(javax.servlet.http.HttpServletRequest request,
JasperReport report)
|
net.sf.jasperreports.engine.JRExporter |
OdtJasperRender.getExporter(javax.servlet.http.HttpServletRequest request,
JasperReport report)
|
net.sf.jasperreports.engine.JRExporter |
XlsJasperRender.getExporter(javax.servlet.http.HttpServletRequest request,
JasperReport report)
|
net.sf.jasperreports.engine.JRExporter |
HtmlJasperRender.getExporter(javax.servlet.http.HttpServletRequest request,
JasperReport report)
|
net.sf.jasperreports.engine.JRExporter |
CsvJasperRender.getExporter(javax.servlet.http.HttpServletRequest request,
JasperReport report)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |