public interface IEntryDAO
Modifier and Type | Method and Description |
---|---|
void |
delete(int nIdEntry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
List<IEntry> |
findEntriesWithoutParent(fr.paris.lutece.portal.service.plugin.Plugin plugin,
int nIdDirectory)
Finds all the entries without any parent
|
List<IEntry> |
getEntryListAnonymizeStatus(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the list of entries whith their titles, their ids and their
anonymization status.
|
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
|
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
|
List<IEntry> |
selectEntryListByTypeByFilter(List<Integer> idTypeEntryList,
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
|
void |
updateEntryAnonymizeStatus(Integer nEntryId,
Boolean bAnonymize,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update an entry anonymization status
|
int insert(IEntry entry, fr.paris.lutece.portal.service.plugin.Plugin plugin)
entry
- instance of the Entry object to insertplugin
- the pluginvoid 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 pluginList<IEntry> selectEntryListByFilter(EntryFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
filter
- the filterplugin
- the pluginList<IEntry> selectEntryListByTypeByFilter(List<Integer> idTypeEntryList, EntryFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
idTypeEntryList
- a of entry type needed (by id)filter
- the filterplugin
- the pluginint selectNumberEntryByFilter(EntryFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
filter
- the filterplugin
- the pluginList<IEntry> getEntryListAnonymizeStatus(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- The pluginvoid updateEntryAnonymizeStatus(Integer nEntryId, Boolean bAnonymize, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nEntryId
- Id of the entrybAnonymize
- True if the entry should be anonymize, false otherwiseplugin
- The pluginList<IEntry> findEntriesWithoutParent(fr.paris.lutece.portal.service.plugin.Plugin plugin, int nIdDirectory)
plugin
- the pluginnIdDirectory
- the id of the concerned directoryCopyright © 2016 City of Paris. All rights reserved.