Uses of Class
fr.paris.lutece.portal.business.xsl.XslExport

Packages that use XslExport
fr.paris.lutece.portal.business.xsl   
 

Uses of XslExport in fr.paris.lutece.portal.business.xsl
 

Methods in fr.paris.lutece.portal.business.xsl that return XslExport
static XslExport XslExportHome.findByPrimaryKey(int nKey)
          Returns an instance of a XslExport whose identifier is specified in parameter
 XslExport XslExportDAO.load(int nId)
          Load the data of the XslExport from the table
 XslExport IXslExportDAO.load(int nId)
          Load the data of the XslExport from the table
 

Methods in fr.paris.lutece.portal.business.xsl that return types with arguments of type XslExport
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> XslExportDAO.selectList()
          Get the list of Xsl Export.
 List<XslExport> IXslExportDAO.selectList()
          Get the list of Xsl Export.
 List<XslExport> XslExportDAO.selectListByPlugin(Plugin plugin)
          Get the list of Xsl Export associated to a specified plugin.
 List<XslExport> IXslExportDAO.selectListByPlugin(Plugin plugin)
          Get the list of Xsl Export associated to a specified plugin.
 

Methods in fr.paris.lutece.portal.business.xsl with parameters of type XslExport
static void XslExportHome.create(XslExport xslExport)
          Creation of an instance of Xsl Export
 void XslExportDAO.insert(XslExport xslExport)
          Insert a new record in the table.
 void IXslExportDAO.insert(XslExport xslExport)
          Insert a new record in the table.
 void XslExportDAO.store(XslExport xslExport)
          Update the xslExport in the table
 void IXslExportDAO.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 © 2014 Mairie de Paris. All Rights Reserved.