|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJasperReportDAO
IJasperReportDAO Interface
Method Summary | |
---|---|
void |
delete(int nIdJasperReport,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table |
void |
insert(JasperReport jasperReport,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
JasperReport |
load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table |
JasperReport |
load(java.lang.String strKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
|
java.util.Collection<JasperReport> |
selectJasperReportsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the jasperReport objects and returns them as a collection |
void |
store(JasperReport jasperReport,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
Method Detail |
---|
void insert(JasperReport jasperReport, fr.paris.lutece.portal.service.plugin.Plugin plugin)
jasperReport
- instance of the JasperReport object to inssertplugin
- the Pluginvoid store(JasperReport jasperReport, fr.paris.lutece.portal.service.plugin.Plugin plugin)
jasperReport
- the reference of the JasperReportplugin
- the Pluginvoid delete(int nIdJasperReport, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdJasperReport
- int identifier of the JasperReport to deleteplugin
- the PluginJasperReport load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
strId
- The identifier of the jasperReportplugin
- the Plugin
java.util.Collection<JasperReport> selectJasperReportsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the Plugin
JasperReport load(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 |