fr.paris.lutece.portal.business.xsl
Class XslExportHome

java.lang.Object
  extended by fr.paris.lutece.portal.business.xsl.XslExportHome

public final class XslExportHome
extends Object

This class provides instances management methods (create, find, ...) for ExportFormat objects


Method Summary
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static void create(XslExport xslExport)
Creation of an instance of Xsl Export

Parameters:
xslExport - The instance of the xslExport which contains the informations to store

update

public static void update(XslExport xslExport)
Update of the XslExport which is specified in parameter

Parameters:
xslExport - The instance of the xslExport which contains the informations to update

remove

public static void remove(int nIdXslExport)
Remove the XslExport whose identifier is specified in parameter

Parameters:
nIdXslExport - The XslExport Id

findByPrimaryKey

public static XslExport findByPrimaryKey(int nKey)
Returns an instance of a XslExport whose identifier is specified in parameter

Parameters:
nKey - The xslExport primary key
Returns:
an instance of XslExport

getList

public static List<XslExport> getList()
Loads the data of all the XslExport and returns them in a list

Returns:
the list which contains the data of every Xsl export items

getListByPlugin

public static List<XslExport> getListByPlugin(Plugin plugin)
Loads the data of XslExport associated with a given plugin and returns them in a list

Parameters:
plugin - The plugin
Returns:
the list which contains the data of Xsl export items

getRefList

public static ReferenceList getRefList()
Loads in the reference list the data of all the XslExport and returns them in a list

Returns:
the list which contains the data of every Xsl Export items

getRefListByPlugin

public static ReferenceList getRefListByPlugin(Plugin plugin)
Loads the data of XslExport associated with a given plugin and returns them in a list

Parameters:
plugin - The plugin
Returns:
the list which contains the data of Xsl export items


Copyright © 2014 Mairie de Paris. All Rights Reserved.