public final class AttributeTypeDAO extends Object implements IAttributeTypeDAO
| Constructor and Description |
|---|
AttributeTypeDAO() |
| Modifier and Type | Method and Description |
|---|---|
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(Locale locale)
Load the list of Attribute Types
|
List<AttributeTypeParameter> |
selectAttributeTypeParameterList(String strAttributeTypeCode)
Load the list of attributeTypeParameters
|
Collection<AttributeType> |
selectDocumentAttributeTypeList()
Load the list of documentAttributeTypes
|
void |
store(AttributeType documentAttributeType)
Update the record in the table
|
public void insert(AttributeType documentAttributeType)
insert in interface IAttributeTypeDAOdocumentAttributeType - The documentAttributeType objectpublic AttributeType load(int nDocumentAttributeTypeId)
load in interface IAttributeTypeDAOnDocumentAttributeTypeId - The identifier of DocumentAttributeTypepublic void delete(AttributeType documentAttributeType)
delete in interface IAttributeTypeDAOdocumentAttributeType - The DocumentAttributeType objectpublic void store(AttributeType documentAttributeType)
store in interface IAttributeTypeDAOdocumentAttributeType - The reference of documentAttributeTypepublic Collection<AttributeType> selectDocumentAttributeTypeList()
selectDocumentAttributeTypeList in interface IAttributeTypeDAOpublic fr.paris.lutece.util.ReferenceList selectAttributeTypeList(Locale locale)
selectAttributeTypeList in interface IAttributeTypeDAOlocale - The localepublic fr.paris.lutece.util.ReferenceList getAttributeManagersList()
getAttributeManagersList in interface IAttributeTypeDAOpublic List<AttributeTypeParameter> selectAttributeTypeParameterList(String strAttributeTypeCode)
selectAttributeTypeParameterList in interface IAttributeTypeDAOstrAttributeTypeCode - The attribute type codeCopyright © 2020 City of Paris. All rights reserved.