|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.form.business.EntryTypeDAO
public class EntryTypeDAO
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 |
---|
public EntryTypeDAO()
Method Detail |
---|
public EntryType load(int idKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
load
in interface IEntryTypeDAO
idKey
- The identifier of the entry typeplugin
- the plugin
public java.util.List<EntryType> select(fr.paris.lutece.portal.service.plugin.Plugin plugin)
select
in interface IEntryTypeDAO
plugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |