|
||||||||||
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 |
void |
deleteRegularExpression(int nIdAttribute,
int nIdExpression)
Deletes an association between an attribute and a regular expression |
java.util.List<java.lang.String> |
getAttributeParameterValues(int nAttributeId,
java.lang.String strParameterName)
Returns the parameter values of an attribute |
void |
insert(DocumentAttribute documentAttribute)
Insert a new record in the table. |
void |
insertRegularExpression(int nIdAttribute,
int nIdExpression)
Inserts an association between an attribute and a regular expression |
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 |
java.util.Collection<java.lang.Integer> |
selectListRegularExpressionKeyByIdAttribute(int nIdAttribute)
Loads all regular expression key associated to the attribute and returns them into a collection |
void |
store(DocumentAttribute documentAttribute)
Update the record in the table |
Method Detail |
---|
void delete(int nAttributeId)
nAttributeId
- The DocumentAttribute Idjava.util.List<java.lang.String> getAttributeParameterValues(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 attributevoid insertRegularExpression(int nIdAttribute, int nIdExpression)
nIdAttribute
- The identifier of the document attributenIdExpression
- The identifier of the regular expressionvoid deleteRegularExpression(int nIdAttribute, int nIdExpression)
nIdAttribute
- The identifier of the document attributenIdExpression
- The identifier of the regular expressionjava.util.Collection<java.lang.Integer> selectListRegularExpressionKeyByIdAttribute(int nIdAttribute)
nIdAttribute
- The identifier of the document attribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |