Package | Description |
---|---|
fr.paris.lutece.plugins.form.modules.exportdirectory.business |
Modifier and Type | Method and Description |
---|---|
static EntryConfiguration |
EntryConfigurationHome.findByPrimaryKey(int nIdForm,
int nIdEntry,
int nIterationNumber,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find the
EntryConfiguration by ids |
EntryConfiguration |
EntryConfigurationDAO.findByPrimaryKey(int nIdForm,
int nIdEntry,
int nIterationNumber,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find the
EntryConfiguration by ids |
EntryConfiguration |
IEntryConfigurationDAO.findByPrimaryKey(int nIdForm,
int nIdEntry,
int nIterationNumber,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find the
EntryConfiguration by ids |
static EntryConfiguration |
EntryConfigurationHome.findDirectoryEntryConfiguration(int nIdEntry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find the
EntryConfiguration of the specified IEntry |
EntryConfiguration |
EntryConfigurationDAO.findDirectoryEntryConfiguration(int nIdDirectoryEntry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find the
EntryConfiguration of the specified IEntry |
EntryConfiguration |
IEntryConfigurationDAO.findDirectoryEntryConfiguration(int nIdDirectoryEntry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find the
EntryConfiguration of the specified IEntry |
EntryConfiguration |
FormEntryConfiguration.getEntryConfiguration()
Return the EntryConfiguration of the FormEntry
|
Modifier and Type | Method and Description |
---|---|
static Collection<EntryConfiguration> |
EntryConfigurationHome.findEntryConfigurationListByIdForm(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find the
EntryConfiguration list from the form identifier |
Collection<EntryConfiguration> |
EntryConfigurationDAO.findEntryConfigurationListByIdForm(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find the
EntryConfiguration list from the form identifier |
Collection<EntryConfiguration> |
IEntryConfigurationDAO.findEntryConfigurationListByIdForm(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find the
EntryConfiguration list from the form identifier |
Modifier and Type | Method and Description |
---|---|
static void |
EntryConfigurationHome.insert(EntryConfiguration entryConfiguration,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new Entry configuration into database
|
void |
EntryConfigurationDAO.insert(EntryConfiguration entryConfiguration,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new Entry configuration into database
|
void |
IEntryConfigurationDAO.insert(EntryConfiguration entryConfiguration,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new Entry configuration into database
|
void |
FormEntryConfiguration.setEntryConfiguration(EntryConfiguration entryConfiguration)
The EntryConfiguration to set to the FormEntry
|
static void |
EntryConfigurationHome.store(EntryConfiguration entryConfiguration,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update an existing
EntryConfiguration |
void |
EntryConfigurationDAO.store(EntryConfiguration entryConfiguration,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update an existing
EntryConfiguration |
void |
IEntryConfigurationDAO.store(EntryConfiguration entryConfiguration,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update an existing
EntryConfiguration |
Constructor and Description |
---|
FormEntryConfiguration(EntryConfiguration entryConfiguration,
int nIdEntryParent,
int nIterationMaximumNumber) |
Copyright © 2018 City of Paris. All rights reserved.