|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.xsl.XslExportDAO
public final class XslExportDAO
This class provides Data Access methods for XSL objects
Constructor Summary | |
---|---|
XslExportDAO()
|
Method Summary | |
---|---|
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 |
int |
newPrimaryKey()
Generates a new primary key |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XslExportDAO()
Method Detail |
---|
public int newPrimaryKey()
newPrimaryKey
in interface IXslExportDAO
public void insert(XslExport xslExport)
insert
in interface IXslExportDAO
xslExport
- instance of the XslExport object to insertpublic XslExport load(int nId)
load
in interface IXslExportDAO
nId
- The identifier of the xsl
public void delete(int nIdXslExport)
delete
in interface IXslExportDAO
nIdXslExport
- The identifier of the directory xslpublic void store(XslExport xslExport)
store
in interface IXslExportDAO
xslExport
- instance of the XslExport object to updatepublic List<XslExport> selectList()
selectList
in interface IXslExportDAO
public List<XslExport> selectListByPlugin(Plugin plugin)
selectListByPlugin
in interface IXslExportDAO
plugin
- The plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |