|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.directory.business.DirectoryXslDAO
public final class DirectoryXslDAO
This class provides Data Access methods for Directory XSL objects
Constructor Summary | |
---|---|
DirectoryXslDAO()
|
Method Summary | |
---|---|
void |
delete(int nIdDirectoryXsl,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table |
void |
insert(DirectoryXsl directoryXsl,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
DirectoryXsl |
load(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the DirectoryXsl from the table |
int |
newPrimaryKey(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Generates a new primary key |
java.util.List<DirectoryXsl> |
selectList(DirectoryXslFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the xsl and returns them in form of a list |
void |
store(DirectoryXsl directoryXsl,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the directoryXsl in the table |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DirectoryXslDAO()
Method Detail |
---|
public int newPrimaryKey(fr.paris.lutece.portal.service.plugin.Plugin plugin)
IDirectoryXslDAO
newPrimaryKey
in interface IDirectoryXslDAO
plugin
- the plugin
public void insert(DirectoryXsl directoryXsl, fr.paris.lutece.portal.service.plugin.Plugin plugin)
IDirectoryXslDAO
insert
in interface IDirectoryXslDAO
directoryXsl
- instance of the DirectoryXsl object to insertplugin
- the pluginpublic DirectoryXsl load(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
IDirectoryXslDAO
load
in interface IDirectoryXslDAO
nId
- The identifier of the xslplugin
- the plugin
public void delete(int nIdDirectoryXsl, fr.paris.lutece.portal.service.plugin.Plugin plugin)
IDirectoryXslDAO
delete
in interface IDirectoryXslDAO
nIdDirectoryXsl
- The identifier of the directory xslplugin
- the pluginpublic void store(DirectoryXsl directoryXsl, fr.paris.lutece.portal.service.plugin.Plugin plugin)
IDirectoryXslDAO
store
in interface IDirectoryXslDAO
directoryXsl
- instance of the DirectoryXsl object to updateplugin
- the pluginpublic java.util.List<DirectoryXsl> selectList(DirectoryXslFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
IDirectoryXslDAO
selectList
in interface IDirectoryXslDAO
filter
- the search filterplugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |