fr.paris.lutece.plugins.directory.business
Interface IEntryTypeDAO

All Known Implementing Classes:
EntryTypeDAO

public interface IEntryTypeDAO

interface IEntryTypeDAO


Method Summary
 EntryType load(int idKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of the entry type from the table
 java.util.List<EntryType> select(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of all entry type returns them in a list
 

Method Detail

load

EntryType load(int idKey,
               fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the entry type from the table

Parameters:
idKey - The identifier of the entry type
plugin - the plugin
Returns:
the instance of the EntryType

select

java.util.List<EntryType> select(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all entry type returns them in a list

Parameters:
plugin - the plugin
Returns:
the list of entry type


Copyright © 2009 Mairie de Paris. All Rights Reserved.