|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void delete(AttributeType documentAttributeType)
documentAttributeType
- The DocumentAttributeType objectfr.paris.lutece.util.ReferenceList getAttributeManagersList()
void insert(AttributeType documentAttributeType)
documentAttributeType
- The documentAttributeType objectAttributeType load(int nDocumentAttributeTypeId)
nDocumentAttributeTypeId
- The identifier of DocumentAttributeType
fr.paris.lutece.util.ReferenceList selectAttributeTypeList(java.util.Locale locale)
locale
-
java.util.List<AttributeTypeParameter> selectAttributeTypeParameterList(java.lang.String strAttributeTypeCode)
strAttributeTypeCode
-
java.util.Collection<AttributeType> selectDocumentAttributeTypeList()
void store(AttributeType documentAttributeType)
documentAttributeType
- The reference of documentAttributeType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |