fr.paris.lutece.plugins.directory.business.attribute
Interface IDirectoryAttributeDAO

All Known Implementing Classes:
DirectoryAttributeDAO

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

load

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

Parameters:
nIdDirectory - the id directory
plugin - the plugin
Returns:
a map of key - value

insert

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

Parameters:
nIdDirectory - the id directory
strAttributeKey - the attribute key
attributeValue - the attribute value
plugin - the plugin

remove

void remove(int nIdDirectory,
            fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove the attributes of the directory

Parameters:
nIdDirectory - the id directory
plugin - the plugin


Copyright © 2012 Mairie de Paris. All Rights Reserved.