public interface ExtractDAO
| Modifier and Type | Method and Description |
|---|---|
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.
|
Dump getDumpByDocumentId(String documentId)
Dump for the given document iddocumentId - the document idDumpList<Fields> getFieldsByDocumentId(String documentId)
Fields with the given document id.Dump saveDump(Dump dump)
dump - the item to saveDumpvoid deleteDump(String documentId)
Dump from the underlying datasource for the given document id.documentId - the document idCopyright © 2005–2015 The Kuali Foundation. All rights reserved.