Uses of Interface
fr.paris.lutece.portal.business.user.attribute.IAttribute

Packages that use IAttribute
fr.paris.lutece.portal.business.user.attribute   
fr.paris.lutece.portal.service.admin   
fr.paris.lutece.portal.service.user.attribute   
 

Uses of IAttribute in fr.paris.lutece.portal.business.user.attribute
 

Subinterfaces of IAttribute in fr.paris.lutece.portal.business.user.attribute
 interface ISimpleValuesAttributes
          Interface of attributes that contains only interger, boolean or string values.
 

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, Locale locale)
          Load attribute
 IAttribute AdminUserField.getAttribute()
          Get attribute
 IAttribute AttributeField.getAttribute()
          Get attribute
 IAttribute AttributeDAO.load(int nIdAttribute, Locale locale)
          Load attribute
 IAttribute IAttributeDAO.load(int nIdAttribute, 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 List<IAttribute> AttributeHome.findAll(Locale locale)
          Load every attributes
static List<IAttribute> AttributeHome.findCoreAttributes(Locale locale)
          Load every attributes that do not come from a plugin
static List<IAttribute> AttributeHome.findPluginAttributes(String strPluginName, Locale locale)
          Load every attributes associated to a plugin
 List<IAttribute> AttributeDAO.selectAll(Locale locale)
          Load every attributes
 List<IAttribute> IAttributeDAO.selectAll(Locale locale)
          Load every attributes
 List<IAttribute> AttributeDAO.selectCoreAttributes(Locale locale)
          Load every attributes that do not come from a plugin
 List<IAttribute> IAttributeDAO.selectCoreAttributes(Locale locale)
          Load every attributes that do not come from a plugin
 List<IAttribute> AttributeDAO.selectPluginAttributes(String strPluginName, Locale locale)
          Load every attributes from plugin name
 List<IAttribute> IAttributeDAO.selectPluginAttributes(String strPluginName, 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.admin
 

Method parameters in fr.paris.lutece.portal.service.admin with type arguments of type IAttribute
static String AdminUserService.getXmlFromUser(AdminUser user, boolean bIncludeRoles, boolean bIncludeRights, boolean bIncludeWorkgroups, boolean bIncludeAttributes, List<IAttribute> listAttributes)
          Get a XML string describing a user.
 

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, Locale locale)
          Get the attribute with its attribute fields
 IAttribute AttributeService.getAttributeWithoutFields(int nIdAttribute, 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
 List<IAttribute> AttributeService.getAllAttributesWithFields(Locale locale)
          Get all user attributes with its attribute fields
 List<IAttribute> AttributeService.getAllAttributesWithoutFields(Locale locale)
          Get all user attribute without its attribute fields.
 List<IAttribute> AttributeService.getCoreAttributesWithFields(Locale locale)
          Get core user attributes with its attribute fields
 List<IAttribute> AttributeService.getCoreAttributesWithoutFields(Locale locale)
          Get core user attribute without its attribute fields
 List<IAttribute> AttributeService.getPluginAttributesWithFields(String strPluginName, Locale locale)
          Get plugin user attributes with its attribute fields
 List<IAttribute> AttributeService.getPluginAttributesWithoutFields(String strPluginName, 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.
 Object AdminUserFieldService.getAdminUserField(IAttribute attribute, int nUserId, 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 Map<String,Object> AdminUserFieldService.getAdminUserFields(List<IAttribute> listAttributes, int nUserId, Locale locale)
          Get the user attribute fields
 void AttributeService.setAttributeFields(List<IAttribute> listAttributes)
          Set the attribute fields from a given list of IAttribute
 



Copyright © 2014 Mairie de Paris. All Rights Reserved.