Constructor and Description |
---|
EntryDAO() |
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(IEntry entry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
IEntry |
load(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the entry from the table
|
List<IEntry> |
selectEntryListByFilter(EntryFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the entry who verify the filter and returns them in a list
|
int |
selectNumberEntryByFilter(EntryFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Return the number of entry who verify the filter
|
void |
store(IEntry entry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the entry in the table
|
public int insert(IEntry entry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
public IEntry load(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
public void delete(int nIdEntry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
public void store(IEntry entry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
public List<IEntry> selectEntryListByFilter(EntryFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
selectEntryListByFilter
in interface IEntryDAO
filter
- the filterplugin
- the pluginpublic int selectNumberEntryByFilter(EntryFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
selectNumberEntryByFilter
in interface IEntryDAO
filter
- the filterplugin
- the pluginCopyright © 2019 City of Paris. All rights reserved.