public final class XslExportHome extends Object
Modifier and Type | Method and Description |
---|---|
static void |
create(XslExport xslExport)
Creation of an instance of Xsl Export
|
static XslExport |
findByPrimaryKey(int nKey)
Returns an instance of a XslExport whose identifier is specified in parameter
|
static List<XslExport> |
getList()
Loads the data of all the XslExport and returns them in a list
|
static List<XslExport> |
getListByPlugin(Plugin plugin)
Loads the data of XslExport associated with a given plugin and returns them in a list
|
static ReferenceList |
getRefList()
Loads in the reference list the data of all the XslExport and returns them in a list
|
static ReferenceList |
getRefListByPlugin(Plugin plugin)
Loads the data of XslExport associated with a given plugin and returns them in a list
|
static void |
remove(int nIdXslExport)
Remove the XslExport whose identifier is specified in parameter
|
static void |
update(XslExport xslExport)
Update of the XslExport which is specified in parameter
|
public static void create(XslExport xslExport)
xslExport
- The instance of the xslExport which contains the informations to storepublic static void update(XslExport xslExport)
xslExport
- The instance of the xslExport which contains the informations to updatepublic static void remove(int nIdXslExport)
nIdXslExport
- The XslExport Idpublic static XslExport findByPrimaryKey(int nKey)
nKey
- The xslExport primary keypublic static List<XslExport> getList()
public static List<XslExport> getListByPlugin(Plugin plugin)
plugin
- The pluginpublic static ReferenceList getRefList()
public static ReferenceList getRefListByPlugin(Plugin plugin)
plugin
- The pluginCopyright © 2020 City of Paris. All rights reserved.