|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDocumentAttributeDAO
DocumentAttribute Interface
Method Summary | |
---|---|
void |
delete(int nAttributeId)
Delete a record from the table |
java.lang.String |
getAttributeParameterValue(int nAttributeId,
java.lang.String strParameterName)
Returns the parameter value of an attribute |
void |
insert(DocumentAttribute documentAttribute)
Insert a new record in the table. |
DocumentAttribute |
load(int nAttributeId)
Load the data of DocumentAttribute from the table |
java.util.List<AttributeTypeParameter> |
selectAttributeParametersValues(int nAttributeId)
Gets Attribute parameters values |
void |
selectAttributesByDocumentType(DocumentType documentType)
Add attributes to a document |
void |
store(DocumentAttribute documentAttribute)
Update the record in the table |
Method Detail |
---|
void delete(int nAttributeId)
nAttributeId
- The DocumentAttribute Idjava.lang.String getAttributeParameterValue(int nAttributeId, java.lang.String strParameterName)
nAttributeId
- The attribute IdstrParameterName
- The parameter name
void insert(DocumentAttribute documentAttribute)
documentAttribute
- The documentAttribute objectDocumentAttribute load(int nAttributeId)
nAttributeId
- The attribute Id
java.util.List<AttributeTypeParameter> selectAttributeParametersValues(int nAttributeId)
nAttributeId
- The attribute Id
void selectAttributesByDocumentType(DocumentType documentType)
documentType
- The document Typevoid store(DocumentAttribute documentAttribute)
documentAttribute
- The document attribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |