|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEntryDAO
IEntryDAO Interface
Method Summary | |
---|---|
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 nIdEntry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the entry from the table |
java.util.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 |
Method Detail |
---|
int insert(IEntry entry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
entry
- instance of the Entry object to insertplugin
- the plugin
void store(IEntry 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 pluginIEntry load(int nIdEntry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdEntry
- The identifier of the entryplugin
- the plugin
java.util.List<IEntry> selectEntryListByFilter(EntryFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
filter
- the filterplugin
- the plugin
int selectNumberEntryByFilter(EntryFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
filter
- the filterplugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |