public final class AttributeKeyHome extends Object
Modifier and Type | Method and Description |
---|---|
static AttributeKey |
create(AttributeKey attributeKey)
Create an instance of the attributeKey class
|
static AttributeKey |
findByKey(String strKey)
Find the attribute by its key
|
static AttributeKey |
findByPrimaryKey(int nKey)
Returns an instance of a attributeKey whose identifier is specified in parameter
|
static List<AttributeKey> |
getAttributeKeysList()
Load the data of all the attributeKey objects and returns them as a list
|
static fr.paris.lutece.util.ReferenceList |
getAttributeKeysReferenceList()
Load the data of all the attributeKey objects and returns them as a referenceList
|
static void |
remove(int nKey)
Remove the attributeKey whose identifier is specified in parameter
|
static AttributeKey |
update(AttributeKey attributeKey)
Update of the attributeKey which is specified in parameter
|
public static AttributeKey create(AttributeKey attributeKey)
attributeKey
- The instance of the AttributeKey which contains the informations to storepublic static AttributeKey update(AttributeKey attributeKey)
attributeKey
- The instance of the AttributeKey which contains the data to storepublic static void remove(int nKey)
nKey
- The attributeKey Idpublic static AttributeKey findByPrimaryKey(int nKey)
nKey
- The attributeKey primary keypublic static AttributeKey findByKey(String strKey)
strKey
- The key The keypublic static List<AttributeKey> getAttributeKeysList()
public static fr.paris.lutece.util.ReferenceList getAttributeKeysReferenceList()
Copyright © 2017 City of Paris. All rights reserved.