fr.paris.lutece.plugins.directory.business
Class EntryTypeDAO
java.lang.Object
fr.paris.lutece.plugins.directory.business.EntryTypeDAO
- All Implemented Interfaces:
- IEntryTypeDAO
public class EntryTypeDAO
- extends Object
- implements IEntryTypeDAO
class EntryTypeDAO
Method Summary |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntryTypeDAO
public EntryTypeDAO()
load
public EntryType load(int idKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
- Load the data of the entry type from the table
- Specified by:
load
in interface IEntryTypeDAO
- Parameters:
idKey
- The identifier of the entry typeplugin
- the plugin
- Returns:
- the instance of the EntryType
select
public List<EntryType> select(fr.paris.lutece.portal.service.plugin.Plugin plugin)
- Load the data of all entry type returns them in a list
- Specified by:
select
in interface IEntryTypeDAO
- Parameters:
plugin
- the plugin
- Returns:
- the list of entry type
Copyright © 2013 Mairie de Paris. All Rights Reserved.