fr.paris.lutece.plugins.directory.business
Class EntryTypeDAO

java.lang.Object
  extended by fr.paris.lutece.plugins.directory.business.EntryTypeDAO
All Implemented Interfaces:
IEntryTypeDAO

public class EntryTypeDAO
extends java.lang.Object
implements IEntryTypeDAO

class EntryTypeDAO


Constructor Summary
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
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntryTypeDAO

public EntryTypeDAO()
Method Detail

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 type
plugin - the plugin
Returns:
the instance of the EntryType

select

public 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

Specified by:
select in interface IEntryTypeDAO
Parameters:
plugin - the plugin
Returns:
the list of entry type


Copyright © 2009 Mairie de Paris. All Rights Reserved.