|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IAttribute | |
---|---|
fr.paris.lutece.portal.business.user.attribute | |
fr.paris.lutece.portal.service.user.attribute |
Uses of IAttribute in fr.paris.lutece.portal.business.user.attribute |
---|
Classes in fr.paris.lutece.portal.business.user.attribute that implement IAttribute | |
---|---|
class |
AbstractAttribute
Attribute |
class |
AttributeCheckBox
AttributeComboBox |
class |
AttributeComboBox
AttributeComboBox |
class |
AttributeImage
AttributeComboBox |
class |
AttributeRadioButton
class EntryTypeRadioButton |
class |
AttributeText
AttributeText |
Methods in fr.paris.lutece.portal.business.user.attribute that return IAttribute | |
---|---|
static IAttribute |
AttributeHome.findByPrimaryKey(int nIdAttribute,
java.util.Locale locale)
Load attribute |
IAttribute |
AdminUserField.getAttribute()
Get attribute |
IAttribute |
AttributeField.getAttribute()
Get attribute |
IAttribute |
AttributeDAO.load(int nIdAttribute,
java.util.Locale locale)
Load attribute |
IAttribute |
IAttributeDAO.load(int nIdAttribute,
java.util.Locale locale)
Load attribute |
IAttribute |
AttributeFieldDAO.selectAttributeByIdField(int nIdField)
Select attribute by id field |
static IAttribute |
AttributeFieldHome.selectAttributeByIdField(int nIdField)
Load the attribute associated to the id field |
IAttribute |
IAttributeFieldDAO.selectAttributeByIdField(int nIdField)
Select attribute by id field |
Methods in fr.paris.lutece.portal.business.user.attribute that return types with arguments of type IAttribute | |
---|---|
static java.util.List<IAttribute> |
AttributeHome.findAll(java.util.Locale locale)
Load every attributes |
static java.util.List<IAttribute> |
AttributeHome.findCoreAttributes(java.util.Locale locale)
Load every attributes that do not come from a plugin |
static java.util.List<IAttribute> |
AttributeHome.findPluginAttributes(java.lang.String strPluginName,
java.util.Locale locale)
Load every attributes associated to a plugin |
java.util.List<IAttribute> |
AttributeDAO.selectAll(java.util.Locale locale)
Load every attributes |
java.util.List<IAttribute> |
IAttributeDAO.selectAll(java.util.Locale locale)
Load every attributes |
java.util.List<IAttribute> |
AttributeDAO.selectCoreAttributes(java.util.Locale locale)
Load every attributes that do not come from a plugin |
java.util.List<IAttribute> |
IAttributeDAO.selectCoreAttributes(java.util.Locale locale)
Load every attributes that do not come from a plugin |
java.util.List<IAttribute> |
AttributeDAO.selectPluginAttributes(java.lang.String strPluginName,
java.util.Locale locale)
Load every attributes from plugin name |
java.util.List<IAttribute> |
IAttributeDAO.selectPluginAttributes(java.lang.String strPluginName,
java.util.Locale locale)
Load every attributes from plugin name |
Methods in fr.paris.lutece.portal.business.user.attribute with parameters of type IAttribute | |
---|---|
static int |
AttributeHome.create(IAttribute attribute)
Insert an new attribute |
int |
AttributeDAO.insert(IAttribute attribute)
Insert a new attribute |
int |
IAttributeDAO.insert(IAttribute attribute)
Insert a new attribute |
void |
AdminUserField.setAttribute(IAttribute attribute)
Set attribute |
void |
AttributeField.setAttribute(IAttribute attribute)
Set attribute |
void |
AttributeDAO.store(IAttribute attribute)
Update an attribute |
void |
IAttributeDAO.store(IAttribute attribute)
Update an attribute |
static void |
AttributeHome.update(IAttribute attribute)
Update an attribute |
Uses of IAttribute in fr.paris.lutece.portal.service.user.attribute |
---|
Methods in fr.paris.lutece.portal.service.user.attribute that return IAttribute | |
---|---|
IAttribute |
AttributeService.getAttributeWithFields(int nIdAttribute,
java.util.Locale locale)
Get the attribute with its attribute fields |
IAttribute |
AttributeService.getAttributeWithoutFields(int nIdAttribute,
java.util.Locale locale)
Get an attribute without its attribute fields |
Methods in fr.paris.lutece.portal.service.user.attribute that return types with arguments of type IAttribute | |
---|---|
java.util.List<IAttribute> |
AttributeService.getAllAttributesWithFields(java.util.Locale locale)
Get all user attributes with its attribute fields |
java.util.List<IAttribute> |
AttributeService.getAllAttributesWithoutFields(java.util.Locale locale)
Get all user attribute without its attribute fields |
java.util.List<IAttribute> |
AttributeService.getCoreAttributesWithFields(java.util.Locale locale)
Get core user attributes with its attribute fields |
java.util.List<IAttribute> |
AttributeService.getCoreAttributesWithoutFields(java.util.Locale locale)
Get core user attribute without its attribute fields |
java.util.List<IAttribute> |
AttributeService.getPluginAttributesWithFields(java.lang.String strPluginName,
java.util.Locale locale)
Get plugin user attributes with its attribute fields |
java.util.List<IAttribute> |
AttributeService.getPluginAttributesWithoutFields(java.lang.String strPluginName,
java.util.Locale locale)
Get plugin user attribute without its attribute fields |
Methods in fr.paris.lutece.portal.service.user.attribute with parameters of type IAttribute | |
---|---|
void |
AttributeService.createAttribute(IAttribute attribute)
Create a new attribute and its attribute field |
java.lang.Object |
AdminUserFieldService.getAdminUserField(IAttribute attribute,
int nUserId,
java.util.Locale locale)
Get the admin user field from a given attribute and a given user ID |
void |
AttributeService.setAttributeField(IAttribute attribute)
Set the attribute field from a given IAttribute |
void |
AttributeService.updateAttribute(IAttribute attribute)
Update the attribute |
Method parameters in fr.paris.lutece.portal.service.user.attribute with type arguments of type IAttribute | |
---|---|
static java.util.Map<java.lang.String,java.lang.Object> |
AdminUserFieldService.getAdminUserFields(java.util.List<IAttribute> listAttributes,
int nUserId,
java.util.Locale locale)
Get the user attribute fields |
void |
AttributeService.setAttributeFields(java.util.List<IAttribute> listAttributes)
Set the attribute fields from a given list of IAttribute |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |