public class EntryTypeDAO extends Object implements IEntryTypeDAO
Constructor and Description |
---|
EntryTypeDAO() |
Modifier and Type | Method and Description |
---|---|
EntryType |
load(int idKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the entry type from the table
|
List<EntryType> |
select(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all entry type returns them in a list
|
public EntryType load(int idKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
load
in interface IEntryTypeDAO
idKey
- The identifier of the entry typeplugin
- the pluginpublic List<EntryType> select(fr.paris.lutece.portal.service.plugin.Plugin plugin)
select
in interface IEntryTypeDAO
plugin
- the pluginCopyright © 2015 City of Paris. All rights reserved.