Package | Description |
---|---|
fr.paris.lutece.plugins.genericattributes.business |
Modifier and Type | Method and Description |
---|---|
static EntryType |
EntryTypeHome.findByPrimaryKey(int nKey)
Returns an instance of a EntryType whose identifier is specified in parameter
|
EntryType |
Entry.getEntryType()
Get the type of the entry
|
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(String strPluginName)
Load entry types associated with a given plugin and returns them in a list
|
List<EntryType> |
IEntryTypeDAO.select(String strPlugin,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all entry type associated with a given plugin and returns them in a list
|
List<EntryType> |
EntryTypeDAO.select(String strPlugin,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all entry type associated with a given plugin and returns them in a list
|
Modifier and Type | Method and Description |
---|---|
void |
Entry.setEntryType(EntryType entryType)
Set the type of the entry
|
Copyright © 2018 City of Paris. All rights reserved.