public interface IXslExportDAO
| 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
|
void insert(XslExport xslExport)
xslExport - instance of the XslExport object to insertXslExport load(int nId)
nId - The identifier of the xslvoid delete(int nIdXslExport)
nIdXslExport - The identifier of the directory xslvoid store(XslExport xslExport)
xslExport - instance of the XslExport object to updateList<XslExport> selectList()
Copyright © 2020 City of Paris. All rights reserved.