Uses of Interface
fr.paris.lutece.plugins.mylutece.business.attribute.IAttribute

Packages that use IAttribute
fr.paris.lutece.plugins.mylutece.business.attribute   
 

Uses of IAttribute in fr.paris.lutece.plugins.mylutece.business.attribute
 

Classes in fr.paris.lutece.plugins.mylutece.business.attribute that implement IAttribute
 class AbstractAttribute
          Attribute
 class AttributeComboBox
          AttributeComboBox
 class AttributeText
          AttributeText
 

Methods in fr.paris.lutece.plugins.mylutece.business.attribute that return IAttribute
static IAttribute AttributeHome.findByPrimaryKey(int nIdAttribute, java.util.Locale locale, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load attribute
 IAttribute AttributeField.getAttribute()
          Get attribute
 IAttribute MyLuteceUserField.getAttribute()
          Get attribute
 IAttribute AttributeDAO.load(int nIdAttribute, java.util.Locale locale, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load attribute
 IAttribute IAttributeDAO.load(int nIdAttribute, java.util.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
static IAttribute AttributeFieldHome.selectAttributeByIdField(int nIdField, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the attribute associated to the id field
 IAttribute IAttributeFieldDAO.selectAttributeByIdField(int nIdField, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Select attribute by id field
 

Methods in fr.paris.lutece.plugins.mylutece.business.attribute that return types with arguments of type IAttribute
static java.util.List<IAttribute> AttributeHome.findAll(java.util.Locale locale, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load every attributes
static java.util.List<IAttribute> AttributeHome.findMyLuteceAttributes(java.util.Locale locale, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          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, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load every attributes associated to a plugin
 java.util.List<IAttribute> AttributeDAO.selectAll(java.util.Locale locale, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load every attributes
 java.util.List<IAttribute> IAttributeDAO.selectAll(java.util.Locale locale, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load every attributes
 java.util.List<IAttribute> AttributeDAO.selectMyLuteceAttributes(java.util.Locale locale, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load every attributes that do not come from a plugin
 java.util.List<IAttribute> IAttributeDAO.selectMyLuteceAttributes(java.util.Locale locale, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load every attributes that do not come from a plugin
 java.util.List<IAttribute> AttributeDAO.selectPluginAttributes(java.lang.String strPluginName, java.util.Locale locale, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load every attributes from plugin name
 java.util.List<IAttribute> IAttributeDAO.selectPluginAttributes(java.lang.String strPluginName, java.util.Locale locale, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load every attributes from plugin name
 

Methods in fr.paris.lutece.plugins.mylutece.business.attribute with parameters of type IAttribute
static int AttributeHome.create(IAttribute attribute, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert an new attribute
 int AttributeDAO.insert(IAttribute attribute, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new attribute
 int IAttributeDAO.insert(IAttribute attribute, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new attribute
 void AttributeField.setAttribute(IAttribute attribute)
          Set attribute
 void MyLuteceUserField.setAttribute(IAttribute attribute)
          Set attribute
 void AttributeDAO.store(IAttribute attribute, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update an attribute
 void IAttributeDAO.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 © 2011 Mairie de Paris. All Rights Reserved.