public interface IDirectoryDAO
Modifier and Type | Method and Description |
---|---|
void |
delete(int nIdDirectory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record directory the table
|
fr.paris.lutece.util.ReferenceList |
getEnableDirectoryList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all enable directory returns them in a reference list
|
int |
insert(Directory directory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
Directory |
load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the Directory from the table
|
List<Directory> |
selectDirectoryList(DirectoryFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the directory who verify the filter and returns them in a list
|
void |
store(Directory directory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the directory in the table
|
int insert(Directory directory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
directory
- instance of the Directory to insertplugin
- the pluginvoid store(Directory directory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
directory
- instance of the Directory object to updateplugin
- the pluginvoid delete(int nIdDirectory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdDirectory
- The identifier of the directoryplugin
- the pluginDirectory load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the directoryplugin
- the pluginList<Directory> selectDirectoryList(DirectoryFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
filter
- the filterplugin
- the pluginfr.paris.lutece.util.ReferenceList getEnableDirectoryList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the pluginCopyright © 2016 City of Paris. All rights reserved.