|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExportFormat | |
---|---|
fr.paris.lutece.plugins.form.business |
Uses of ExportFormat in fr.paris.lutece.plugins.form.business |
---|
Methods in fr.paris.lutece.plugins.form.business that return ExportFormat | |
---|---|
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 |
Methods in fr.paris.lutece.plugins.form.business that return types with arguments of type ExportFormat | |
---|---|
static java.util.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 |
java.util.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 |
java.util.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 |
Methods in fr.paris.lutece.plugins.form.business with parameters of type ExportFormat | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |