|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDirectoryDAO
IDirectoryDAO Interface
Method Summary | |
---|---|
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 |
java.util.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 |
Method Detail |
---|
int insert(Directory directory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
directory
- instance of the Directory to insertplugin
- the plugin
void 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 plugin
java.util.List<Directory> selectDirectoryList(DirectoryFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
filter
- the filterplugin
- the plugin
fr.paris.lutece.util.ReferenceList getEnableDirectoryList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |