public class DirectoryAttributeDAO extends Object implements IDirectoryAttributeDAO
Constructor and Description |
---|
DirectoryAttributeDAO() |
Modifier and Type | Method and Description |
---|---|
void |
insert(int nIdDirectory,
String strAttributeKey,
Object attributeValue,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Create the attributes of the directory
|
Map<String,Object> |
load(int nIdDirectory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the attributes of the directory
|
void |
remove(int nIdDirectory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove the attributes of the directory
|
public Map<String,Object> load(int nIdDirectory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
load
in interface IDirectoryAttributeDAO
nIdDirectory
- the id directoryplugin
- the pluginpublic void insert(int nIdDirectory, String strAttributeKey, Object attributeValue, fr.paris.lutece.portal.service.plugin.Plugin plugin)
insert
in interface IDirectoryAttributeDAO
nIdDirectory
- the id directorystrAttributeKey
- the attribute keyattributeValue
- the attribute valueplugin
- the pluginpublic void remove(int nIdDirectory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
remove
in interface IDirectoryAttributeDAO
nIdDirectory
- the id directoryplugin
- the pluginCopyright © 2016 City of Paris. All rights reserved.