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(String strPlugin,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all entry type associated with a given plugin and 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(String strPlugin, fr.paris.lutece.portal.service.plugin.Plugin plugin)
select
in interface IEntryTypeDAO
strPlugin
- The name of plugin to get entry types ofplugin
- the pluginCopyright © 2022 City of Paris. All rights reserved.