|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDirectoryAttributeDAO
IDirectoryAttributeDAO
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 |
Method Detail |
---|
java.util.Map<java.lang.String,java.lang.Object> load(int nIdDirectory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdDirectory
- the id directoryplugin
- the plugin
void insert(int nIdDirectory, java.lang.String strAttributeKey, java.lang.Object attributeValue, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdDirectory
- the id directorystrAttributeKey
- the attribute keyattributeValue
- the attribute valueplugin
- the pluginvoid remove(int nIdDirectory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdDirectory
- the id directoryplugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |