|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.jasper.business.JasperReportHome
public final class JasperReportHome
This class provides instances management methods (create, find, ...) for JasperReport objects
Method Summary | |
---|---|
static JasperReport |
create(JasperReport jasperReport,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Create an instance of the jasperReport class |
static JasperReport |
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 |
findByPrimaryKey(java.lang.String strKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
|
static java.util.Collection<JasperReport> |
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 |
static void |
remove(int nJasperReportId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove the jasperReport whose identifier is specified in parameter |
static JasperReport |
update(JasperReport jasperReport,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the jasperReport which is specified in parameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static JasperReport create(JasperReport jasperReport, fr.paris.lutece.portal.service.plugin.Plugin plugin)
jasperReport
- The instance of the JasperReport which contains the informations to storeplugin
- the Plugin
public static JasperReport update(JasperReport jasperReport, fr.paris.lutece.portal.service.plugin.Plugin plugin)
jasperReport
- The instance of the JasperReport which contains the data to storeplugin
- the Plugin
public static void remove(int nJasperReportId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nJasperReportId
- The jasperReport Idplugin
- the Pluginpublic static JasperReport findByPrimaryKey(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The jasperReport primary keyplugin
- the Plugin
public static java.util.Collection<JasperReport> getJasperReportsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the Plugin
public static JasperReport findByPrimaryKey(java.lang.String strKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
strKey
- plugin
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |