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 idDump
List<Fields> getFieldsByDocumentId(String documentId)
Fields
with the given document id.Dump saveDump(Dump dump)
dump
- the item to saveDump
void deleteDump(String documentId)
Dump
from the underlying datasource for the given document id.documentId
- the document idCopyright © 2005–2016 The Kuali Foundation. All rights reserved.