Package | Description |
---|---|
fr.paris.lutece.plugins.form.business |
Modifier and Type | Method and Description |
---|---|
static ExportFormat |
ExportFormatHome.findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a ExportFormat whose identifier is specified in parameter
|
ExportFormat |
ExportFormatDAO.load(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the export format from the table
|
ExportFormat |
IExportFormatDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the export format from the table
|
Modifier and Type | Method and Description |
---|---|
static List<ExportFormat> |
ExportFormatHome.getList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of all the exportFormat and returns them in a list
|
List<ExportFormat> |
ExportFormatDAO.selectListExport(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the ExportFormat and returns them in form of a list
|
List<ExportFormat> |
IExportFormatDAO.selectListExport(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the ExportFormat and returns them in form of a list
|
Modifier and Type | Method and Description |
---|---|
static void |
ExportFormatHome.create(ExportFormat exportFormat,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of ExportFormat
|
void |
ExportFormatDAO.insert(ExportFormat exportFormat,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
IExportFormatDAO.insert(ExportFormat exportFormat,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
ExportFormatDAO.store(ExportFormat exportFormat,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the exportFormat in the table
|
void |
IExportFormatDAO.store(ExportFormat exportFormat,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the exportFormat in the table
|
static void |
ExportFormatHome.update(ExportFormat exportFormat,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the ExportFormat which is specified in parameter
|
Copyright © 2016 City of Paris. All rights reserved.