Package | Description |
---|---|
fr.paris.lutece.portal.business.xsl |
Modifier and Type | Method and Description |
---|---|
static XslExport |
XslExportHome.findByPrimaryKey(int nKey)
Returns an instance of a XslExport whose identifier is specified in parameter
|
XslExport |
IXslExportDAO.load(int nId)
Load the data of the XslExport from the table
|
XslExport |
XslExportDAO.load(int nId)
Load the data of the XslExport from the table
|
Modifier and Type | Method and Description |
---|---|
static List<XslExport> |
XslExportHome.getList()
Loads the data of all the XslExport and returns them in a list
|
static List<XslExport> |
XslExportHome.getListByPlugin(Plugin plugin)
Loads the data of XslExport associated with a given plugin and returns them in a list
|
List<XslExport> |
IXslExportDAO.selectList()
Get the list of Xsl Export.
|
List<XslExport> |
XslExportDAO.selectList()
Get the list of Xsl Export.
|
List<XslExport> |
IXslExportDAO.selectListByPlugin(Plugin plugin)
Get the list of Xsl Export associated to a specified plugin.
|
List<XslExport> |
XslExportDAO.selectListByPlugin(Plugin plugin)
Get the list of Xsl Export associated to a specified plugin.
|
Modifier and Type | Method and Description |
---|---|
static void |
XslExportHome.create(XslExport xslExport)
Creation of an instance of Xsl Export
|
void |
IXslExportDAO.insert(XslExport xslExport)
Insert a new record in the table.
|
void |
XslExportDAO.insert(XslExport xslExport)
Insert a new record in the table.
|
void |
IXslExportDAO.store(XslExport xslExport)
Update the xslExport in the table
|
void |
XslExportDAO.store(XslExport xslExport)
Update the xslExport in the table
|
static void |
XslExportHome.update(XslExport xslExport)
Update of the XslExport which is specified in parameter
|
Copyright © 2020 City of Paris. All rights reserved.