public final class DirectoryAttributeHome extends Object
Modifier and Type | Method and Description |
---|---|
static void |
create(int nIdDirectory,
Map<String,Object> mapAttributes)
Create the attribute of the directory
|
static void |
create(int nIdDirectory,
String strAttributeKey,
Object attributeValue)
Create an attribute of the directory
|
static Map<String,Object> |
findByPrimaryKey(int nIdDirectory)
Load the attributes of the directory
|
static void |
remove(int nIdDirectory)
Remove the attributes of the directory
|
public static Map<String,Object> findByPrimaryKey(int nIdDirectory)
nIdDirectory
- the id directorypublic static void create(int nIdDirectory, String strAttributeKey, Object attributeValue)
nIdDirectory
- The id of the directorystrAttributeKey
- The key of the attributeattributeValue
- The attribute valuepublic static void create(int nIdDirectory, Map<String,Object> mapAttributes)
nIdDirectory
- the id directorymapAttributes
- the map of attributespublic static void remove(int nIdDirectory)
nIdDirectory
- the id directoryCopyright © 2016 City of Paris. All rights reserved.