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 IEntrySpecificDAO
entry
- 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 IEntrySpecificDAO
nEntryId
- The identifier of the Entry
plugin
- The Plugin
public IEntry insert(IEntry entry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
insert
in interface IEntrySpecificDAO
entry
- The Entry
objectplugin
- The Plugin
Entry
public void store(IEntry entry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
Entry
store
in interface IEntrySpecificDAO
entry
- The Entry
objectplugin
- The Plugin
Copyright © 2020 City of Paris. All rights reserved.