Uses of Class
fr.paris.lutece.plugins.pluginwizard.business.model.Attribute

Packages that use Attribute
fr.paris.lutece.plugins.pluginwizard.business.model   
 

Uses of Attribute in fr.paris.lutece.plugins.pluginwizard.business.model
 

Methods in fr.paris.lutece.plugins.pluginwizard.business.model that return Attribute
static Attribute AttributeHome.create(int nPluginId, Attribute attribute, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Create an instance of the attribute class
static Attribute AttributeHome.findByPrimaryKey(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns an instance of a attribute whose identifier is specified in parameter
 Attribute AttributeDAO.load(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of the attribute from the table
 Attribute IAttributeDAO.load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data from the table
static Attribute AttributeHome.update(Attribute attribute, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update of the attribute which is specified in parameter
 

Methods in fr.paris.lutece.plugins.pluginwizard.business.model that return types with arguments of type Attribute
 java.util.Collection<Attribute> BusinessClass.getAttributes()
          Returns the collection of attributes
static java.util.List<Attribute> AttributeHome.getAttributesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of all the attribute objects and returns them in form of a list
 java.util.Collection<Attribute> BusinessClassDAO.selectAttributeList(int nBusinessClassId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns a list of Attribute
 java.util.List<Attribute> AttributeDAO.selectAttributesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of all the attributes and returns them as a List
 java.util.List<Attribute> IAttributeDAO.selectAttributesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of all the attribute objects and returns them as a List
 

Methods in fr.paris.lutece.plugins.pluginwizard.business.model with parameters of type Attribute
static Attribute AttributeHome.create(int nPluginId, Attribute attribute, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Create an instance of the attribute class
 void AttributeDAO.insert(int nBusinessId, Attribute attribute, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 void IAttributeDAO.insert(int nBusinessClassId, Attribute attribute, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 void AttributeDAO.store(Attribute attribute, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the record in the table
 void IAttributeDAO.store(Attribute attribute, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Stores a business class
static Attribute AttributeHome.update(Attribute attribute, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update of the attribute which is specified in parameter
 

Method parameters in fr.paris.lutece.plugins.pluginwizard.business.model with type arguments of type Attribute
 void BusinessClass.setAttributes(java.util.Collection<Attribute> listAttributes)
          Sets the list of attributes associated to business class
 



Copyright © 2012 Mairie de Paris. All Rights Reserved.