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

Packages that use IAttribute
fr.paris.lutece.portal.business.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 AttributeComboBox
          AttributeComboBox
 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 AttributeField.getAttribute()
          Get attribute
 IAttribute AdminUserField.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 AttributeField.setAttribute(IAttribute attribute)
          Set attribute
 void AdminUserField.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
 



Copyright © 2010 Mairie de Paris. All Rights Reserved.