public interface ITemplateEntryDAO
Modifier and Type | Method and Description |
---|---|
void |
delete(int nIdEntry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
int |
insert(fr.paris.lutece.plugins.genericattributes.business.Entry entry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
fr.paris.lutece.plugins.genericattributes.business.Entry |
load(int nIdEntry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the entry from the table
|
void |
store(fr.paris.lutece.plugins.genericattributes.business.Entry entry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the entry in the table
|
int insert(fr.paris.lutece.plugins.genericattributes.business.Entry entry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
entry
- instance of the Entry object to insertplugin
- the pluginvoid store(fr.paris.lutece.plugins.genericattributes.business.Entry entry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
entry
- instance of the Entry object to updateplugin
- the pluginvoid delete(int nIdEntry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdEntry
- The identifier of the entryplugin
- the pluginfr.paris.lutece.plugins.genericattributes.business.Entry load(int nIdEntry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdEntry
- The identifier of the entryplugin
- the pluginCopyright © 2022 City of Paris. All rights reserved.