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(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all entry type 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 pluginCopyright © 2017 City of Paris. All rights reserved.