Package | Description |
---|---|
fr.paris.lutece.plugins.identitystore.business |
Modifier and Type | Method and Description |
---|---|
static AttributeKey |
AttributeKeyHome.create(AttributeKey attributeKey)
Create an instance of the attributeKey class
|
static AttributeKey |
AttributeKeyHome.findByKey(String strKey)
Find the attribute by its key
|
static AttributeKey |
AttributeKeyHome.findByPrimaryKey(int nKey)
Returns an instance of a attributeKey whose identifier is specified in parameter
|
AttributeKey |
AttributeRight.getAttributeKey() |
AttributeKey |
IdentityAttribute.getAttributeKey()
Returns the AttributeKey
|
AttributeKey |
IAttributeKeyDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
AttributeKey |
AttributeKeyDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
AttributeKey |
IAttributeKeyDAO.selectByKey(String strKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find the attribute by its key
|
AttributeKey |
AttributeKeyDAO.selectByKey(String strKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find the attribute by its key
|
static AttributeKey |
AttributeKeyHome.update(AttributeKey attributeKey)
Update of the attributeKey which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
static List<AttributeKey> |
AttributeKeyHome.getAttributeKeysList()
Load the data of all the attributeKey objects and returns them as a list
|
List<AttributeKey> |
IAttributeKeyDAO.selectAttributeKeysList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the attributeKey objects and returns them as a list
|
List<AttributeKey> |
AttributeKeyDAO.selectAttributeKeysList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the attributeKey objects and returns them as a list
|
Modifier and Type | Method and Description |
---|---|
static AttributeKey |
AttributeKeyHome.create(AttributeKey attributeKey)
Create an instance of the attributeKey class
|
void |
IAttributeKeyDAO.insert(AttributeKey attributeKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
AttributeKeyDAO.insert(AttributeKey attributeKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
AttributeRight.setAttributeKey(AttributeKey attributeKey) |
void |
IdentityAttribute.setAttributeKey(AttributeKey attributeKey)
Sets the AttributeKey
|
void |
IAttributeKeyDAO.store(AttributeKey attributeKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void |
AttributeKeyDAO.store(AttributeKey attributeKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
static AttributeKey |
AttributeKeyHome.update(AttributeKey attributeKey)
Update of the attributeKey which is specified in parameter
|
Copyright © 2018 City of Paris. All rights reserved.