|
||||||||||
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,
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 |
Method Detail |
---|
Map<String,Object> load(int nIdDirectory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdDirectory
- the id directoryplugin
- the plugin
void insert(int nIdDirectory, String strAttributeKey, 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 |