Package | Description |
---|---|
fr.paris.lutece.plugins.form.business |
Modifier and Type | Method and Description |
---|---|
static EntryType |
EntryTypeHome.findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a EntryType whose identifier is specified in parameter
|
EntryType |
IEntry.getEntryType() |
EntryType |
Entry.getEntryType() |
EntryType |
IEntryTypeDAO.load(int idKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the entry type from the table
|
EntryType |
EntryTypeDAO.load(int idKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the entry type from the table
|
Modifier and Type | Method and Description |
---|---|
static List<EntryType> |
EntryTypeHome.getList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns a list of all EntryType
|
List<EntryType> |
IEntryTypeDAO.select(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all entry type returns them in a list
|
List<EntryType> |
EntryTypeDAO.select(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all entry type returns them in a list
|
Modifier and Type | Method and Description |
---|---|
void |
IEntry.setEntryType(EntryType entryType)
set the type of the entry
|
void |
Entry.setEntryType(EntryType entryType)
set the type of the entry
|
Copyright © 2015 City of Paris. All rights reserved.