public interface IDirectoryXslDAO
Modifier and Type | Method and Description |
---|---|
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
|
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
|
int newPrimaryKey(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the pluginvoid insert(DirectoryXsl directoryXsl, fr.paris.lutece.portal.service.plugin.Plugin plugin)
directoryXsl
- instance of the DirectoryXsl object to insertplugin
- the pluginDirectoryXsl load(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nId
- The identifier of the xslplugin
- the pluginvoid delete(int nIdDirectoryXsl, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdDirectoryXsl
- The identifier of the directory xslplugin
- the pluginvoid store(DirectoryXsl directoryXsl, fr.paris.lutece.portal.service.plugin.Plugin plugin)
directoryXsl
- instance of the DirectoryXsl object to updateplugin
- the pluginList<DirectoryXsl> selectList(DirectoryXslFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
filter
- the search filterplugin
- the pluginCopyright © 2017 City of Paris. All rights reserved.