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

All Known Implementing Classes:
DirectoryAttributeDAO

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

load

Map<String,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,
            String strAttributeKey,
            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 © 2013 Mairie de Paris. All Rights Reserved.