Uses of Class
fr.paris.lutece.plugins.document.business.attributes.AttributeType

Packages that use AttributeType
fr.paris.lutece.plugins.document.business.attributes   
 

Uses of AttributeType in fr.paris.lutece.plugins.document.business.attributes
 

Methods in fr.paris.lutece.plugins.document.business.attributes that return AttributeType
static AttributeType AttributeTypeHome.create(AttributeType documentAttributeType)
          Creation of an instance of documentAttributeType
static AttributeType AttributeTypeHome.findByPrimaryKey(int nKey)
          Returns an instance of a documentAttributeType whose identifier is specified in parameter
 AttributeType IAttributeTypeDAO.load(int nDocumentAttributeTypeId)
          Load the data of DocumentAttributeType from the table
 AttributeType AttributeTypeDAO.load(int nDocumentAttributeTypeId)
          Load the data of DocumentAttributeType from the table
static AttributeType AttributeTypeHome.update(AttributeType documentAttributeType)
          Update of the documentAttributeType which is specified in parameter
 

Methods in fr.paris.lutece.plugins.document.business.attributes that return types with arguments of type AttributeType
static java.util.Collection<AttributeType> AttributeTypeHome.findAll()
          Returns a collection of documentAttributeTypes objects
 java.util.Collection<AttributeType> IAttributeTypeDAO.selectDocumentAttributeTypeList()
          Load the list of documentAttributeTypes
 java.util.Collection<AttributeType> AttributeTypeDAO.selectDocumentAttributeTypeList()
          Load the list of documentAttributeTypes
 

Methods in fr.paris.lutece.plugins.document.business.attributes with parameters of type AttributeType
static AttributeType AttributeTypeHome.create(AttributeType documentAttributeType)
          Creation of an instance of documentAttributeType
 void IAttributeTypeDAO.delete(AttributeType documentAttributeType)
          Delete a record from the table
 void AttributeTypeDAO.delete(AttributeType documentAttributeType)
          Delete a record from the table
 void IAttributeTypeDAO.insert(AttributeType documentAttributeType)
          Insert a new record in the table.
 void AttributeTypeDAO.insert(AttributeType documentAttributeType)
          Insert a new record in the table.
static void AttributeTypeHome.remove(AttributeType documentAttributeType)
          Remove the DocumentAttributeType whose identifier is specified in parameter
 void IAttributeTypeDAO.store(AttributeType documentAttributeType)
          Update the record in the table
 void AttributeTypeDAO.store(AttributeType documentAttributeType)
          Update the record in the table
static AttributeType AttributeTypeHome.update(AttributeType documentAttributeType)
          Update of the documentAttributeType which is specified in parameter
 



Copyright © 2007 Mairie de Paris. All Rights Reserved.