|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.document.business.attributes.AttributeTypeDAO
public final class AttributeTypeDAO
This class provides Data Access methods for DocumentAttributeType objects
Constructor Summary | |
---|---|
AttributeTypeDAO()
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeTypeDAO()
Method Detail |
---|
public void insert(AttributeType documentAttributeType)
insert
in interface IAttributeTypeDAO
documentAttributeType
- The documentAttributeType objectpublic AttributeType load(int nDocumentAttributeTypeId)
load
in interface IAttributeTypeDAO
nDocumentAttributeTypeId
- The identifier of DocumentAttributeType
public void delete(AttributeType documentAttributeType)
delete
in interface IAttributeTypeDAO
documentAttributeType
- The DocumentAttributeType objectpublic void store(AttributeType documentAttributeType)
store
in interface IAttributeTypeDAO
documentAttributeType
- The reference of documentAttributeTypepublic java.util.Collection<AttributeType> selectDocumentAttributeTypeList()
selectDocumentAttributeTypeList
in interface IAttributeTypeDAO
public fr.paris.lutece.util.ReferenceList selectAttributeTypeList(java.util.Locale locale)
selectAttributeTypeList
in interface IAttributeTypeDAO
locale
-
public fr.paris.lutece.util.ReferenceList getAttributeManagersList()
getAttributeManagersList
in interface IAttributeTypeDAO
public java.util.List<AttributeTypeParameter> selectAttributeTypeParameterList(java.lang.String strAttributeTypeCode)
selectAttributeTypeParameterList
in interface IAttributeTypeDAO
strAttributeTypeCode
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |