|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExtractDAO
| Method Summary | |
|---|---|
void |
deleteDump(String documentId)
Removes a Dump from the underlying datasource for the given document id. |
Dump |
getDumpByDocumentId(String documentId)
Returns a Dump for the given document id |
List<Fields> |
getFieldsByDocumentId(String documentId)
Returns all Fields with the given document id. |
Dump |
saveDump(Dump dump)
Persists the given item to the underlying datasource. |
Fields |
saveField(Fields field)
Persists the given item to the underlying datasource. |
| Method Detail |
|---|
Dump getDumpByDocumentId(String documentId)
Dump for the given document id
documentId - the document id
DumpList<Fields> getFieldsByDocumentId(String documentId)
Fields with the given document id.
documentId - the document id.
List of FieldsDump saveDump(Dump dump)
dump - the item to save
Dumpvoid deleteDump(String documentId)
Dump from the underlying datasource for the given document id.
documentId - the document idFields saveField(Fields field)
field - the item to save
Fields
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||