public class EntrySelectDAO extends Object implements IEntrySpecificDAO
| Constructor and Description |
|---|
EntrySelectDAO() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(int nEntryId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Deletes the
Entry whose identifier is specified in parameter |
IEntry |
insert(IEntry entry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert the Entry
|
IEntry |
load(IEntry entry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the entry type from the table
|
void |
store(IEntry entry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the
Entry |
public IEntry load(IEntry entry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
load in interface IEntrySpecificDAOentry - The empty entry objectplugin - the pluginpublic void delete(int nEntryId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Entry whose identifier is specified in parameterdelete in interface IEntrySpecificDAOnEntryId - The identifier of the Entryplugin - The Pluginpublic IEntry insert(IEntry entry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
insert in interface IEntrySpecificDAOentry - The Entry objectplugin - The PluginEntrypublic void store(IEntry entry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
Entrystore in interface IEntrySpecificDAOentry - The Entry objectplugin - The PluginCopyright © 2020 City of Paris. All rights reserved.