|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.directory.business.attribute.DirectoryAttributeDAO
public class DirectoryAttributeDAO
DirectoryAttributeDAO
Constructor Summary | |
---|---|
DirectoryAttributeDAO()
|
Method Summary | |
---|---|
void |
insert(int nIdDirectory,
java.lang.String strAttributeKey,
java.lang.Object attributeValue,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Create the attributes of the directory |
java.util.Map<java.lang.String,java.lang.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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DirectoryAttributeDAO()
Method Detail |
---|
public java.util.Map<java.lang.String,java.lang.Object> load(int nIdDirectory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
load
in interface IDirectoryAttributeDAO
nIdDirectory
- the id directoryplugin
- the plugin
public void insert(int nIdDirectory, java.lang.String strAttributeKey, java.lang.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 plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |