public final class XslExportDAO extends Object implements IXslExportDAO
Constructor and Description |
---|
XslExportDAO() |
Modifier and Type | Method and Description |
---|---|
void |
delete(int nIdXslExport)
Delete a record from the table
|
void |
insert(XslExport xslExport)
Insert a new record in the table.
|
XslExport |
load(int nId)
Load the data of the XslExport from the table
|
List<XslExport> |
selectList()
Get the list of Xsl Export.
|
List<XslExport> |
selectListByPlugin(Plugin plugin)
Get the list of Xsl Export associated to a specified plugin.
|
void |
store(XslExport xslExport)
Update the xslExport in the table
|
public void insert(XslExport xslExport)
insert
in interface IXslExportDAO
xslExport
- instance of the XslExport object to insertpublic XslExport load(int nId)
load
in interface IXslExportDAO
nId
- The identifier of the xslpublic void delete(int nIdXslExport)
delete
in interface IXslExportDAO
nIdXslExport
- The identifier of the directory xslpublic void store(XslExport xslExport)
store
in interface IXslExportDAO
xslExport
- instance of the XslExport object to updatepublic List<XslExport> selectList()
selectList
in interface IXslExportDAO
public List<XslExport> selectListByPlugin(Plugin plugin)
selectListByPlugin
in interface IXslExportDAO
plugin
- The pluginCopyright © 2020 City of Paris. All rights reserved.