fr.paris.lutece.plugins.document.business.attributes
Interface IAttributeTypeDAO

All Known Implementing Classes:
AttributeTypeDAO

public interface IAttributeTypeDAO

AttributeTypeDAO Interface


Method Summary
 void delete(AttributeType documentAttributeType)
          Delete a record from the table
 fr.paris.lutece.util.ReferenceList getAttributeManagersList()
          Gets attributes managers list
 void insert(AttributeType documentAttributeType)
          Insert a new record in the table.
 AttributeType load(int nDocumentAttributeTypeId)
          Load the data of DocumentAttributeType from the table
 fr.paris.lutece.util.ReferenceList selectAttributeTypeList(java.util.Locale locale)
          Load the list of Attribute Types
 java.util.List<AttributeTypeParameter> selectAttributeTypeParameterList(java.lang.String strAttributeTypeCode)
          Load the list of attributeTypeParameters
 java.util.Collection<AttributeType> selectDocumentAttributeTypeList()
          Load the list of documentAttributeTypes
 void store(AttributeType documentAttributeType)
          Update the record in the table
 

Method Detail

delete

void delete(AttributeType documentAttributeType)
Delete a record from the table

Parameters:
documentAttributeType - The DocumentAttributeType object

getAttributeManagersList

fr.paris.lutece.util.ReferenceList getAttributeManagersList()
Gets attributes managers list

Returns:
The list of attribute managers

insert

void insert(AttributeType documentAttributeType)
Insert a new record in the table.

Parameters:
documentAttributeType - The documentAttributeType object

load

AttributeType load(int nDocumentAttributeTypeId)
Load the data of DocumentAttributeType from the table

Parameters:
nDocumentAttributeTypeId - The identifier of DocumentAttributeType
Returns:
the instance of the DocumentAttributeType

selectAttributeTypeList

fr.paris.lutece.util.ReferenceList selectAttributeTypeList(java.util.Locale locale)
Load the list of Attribute Types

Parameters:
locale -
Returns:
The Collection of the DocumentAttributeTypes

selectAttributeTypeParameterList

java.util.List<AttributeTypeParameter> selectAttributeTypeParameterList(java.lang.String strAttributeTypeCode)
Load the list of attributeTypeParameters

Parameters:
strAttributeTypeCode -
Returns:
The Collection of the AttributeTypeParameters

selectDocumentAttributeTypeList

java.util.Collection<AttributeType> selectDocumentAttributeTypeList()
Load the list of documentAttributeTypes

Returns:
The Collection of the DocumentAttributeTypes

store

void store(AttributeType documentAttributeType)
Update the record in the table

Parameters:
documentAttributeType - The reference of documentAttributeType


Copyright © 2007 Mairie de Paris. All Rights Reserved.