|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.directory.business.attribute.DirectoryAttributeHome
public final class DirectoryAttributeHome
DirectoryAttributeHome
Constructor Summary | |
---|---|
DirectoryAttributeHome()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DirectoryAttributeHome()
Method Detail |
---|
public static Map<String,Object> findByPrimaryKey(int nIdDirectory)
nIdDirectory
- the id directory
public static void create(int nIdDirectory, String strAttributeKey, Object attributeValue)
directoryAttributes
- the directory attributespublic 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 directory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |