public interface IEntryTypeDAO
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
|
EntryType load(int idKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
idKey
- The identifier of the entry typeplugin
- the pluginList<EntryType> select(String strPlugin, fr.paris.lutece.portal.service.plugin.Plugin plugin)
strPlugin
- The name of plugin to get entry types ofplugin
- the pluginCopyright © 2021 City of Paris. All rights reserved.