Package | Description |
---|---|
fr.paris.lutece.plugins.mylutece.business.attribute |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAttribute
Attribute
|
class |
AttributeComboBox
AttributeComboBox
|
class |
AttributeText
AttributeText
|
Modifier and Type | Method and Description |
---|---|
static IAttribute |
AttributeHome.findByPrimaryKey(int nIdAttribute,
Locale locale,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load attribute
|
IAttribute |
MyLuteceUserField.getAttribute()
Get attribute
|
IAttribute |
AttributeField.getAttribute()
Get attribute
|
IAttribute |
IAttributeDAO.load(int nIdAttribute,
Locale locale,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load attribute
|
IAttribute |
AttributeDAO.load(int nIdAttribute,
Locale locale,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load attribute
|
IAttribute |
AttributeFieldDAO.selectAttributeByIdField(int nIdField,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Select attribute by id field
|
IAttribute |
IAttributeFieldDAO.selectAttributeByIdField(int nIdField,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Select attribute by id field
|
static IAttribute |
AttributeFieldHome.selectAttributeByIdField(int nIdField,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the attribute associated to the id field
|
Modifier and Type | Method and Description |
---|---|
static List<IAttribute> |
AttributeHome.findAll(Locale locale,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load every attributes
|
static List<IAttribute> |
AttributeHome.findMyLuteceAttributes(Locale locale,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load every attributes that do not come from a plugin
|
static List<IAttribute> |
AttributeHome.findPluginAttributes(String strPluginName,
Locale locale,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load every attributes associated to a plugin
|
List<IAttribute> |
IAttributeDAO.selectAll(Locale locale,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load every attributes
|
List<IAttribute> |
AttributeDAO.selectAll(Locale locale,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load every attributes
|
List<IAttribute> |
IAttributeDAO.selectMyLuteceAttributes(Locale locale,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load every attributes that do not come from a plugin
|
List<IAttribute> |
AttributeDAO.selectMyLuteceAttributes(Locale locale,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load every attributes that do not come from a plugin
|
List<IAttribute> |
IAttributeDAO.selectPluginAttributes(String strPluginName,
Locale locale,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load every attributes from plugin name
|
List<IAttribute> |
AttributeDAO.selectPluginAttributes(String strPluginName,
Locale locale,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load every attributes from plugin name
|
Modifier and Type | Method and Description |
---|---|
static int |
AttributeHome.create(IAttribute attribute,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert an new attribute
|
int |
IAttributeDAO.insert(IAttribute attribute,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new attribute
|
int |
AttributeDAO.insert(IAttribute attribute,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new attribute
|
void |
MyLuteceUserField.setAttribute(IAttribute attribute)
Set attribute
|
void |
AttributeField.setAttribute(IAttribute attribute)
Set attribute
|
void |
IAttributeDAO.store(IAttribute attribute,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update an attribute
|
void |
AttributeDAO.store(IAttribute attribute,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update an attribute
|
static void |
AttributeHome.update(IAttribute attribute,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update an attribute
|
Copyright © 2021 City of Paris. All rights reserved.