public class ExtractDAOJpaImpl extends Object implements ExtractDAO
| Constructor and Description |
|---|
ExtractDAOJpaImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteDump(String documentId)
Removes a
Dump from the underlying datasource for the given document id. |
org.kuali.rice.krad.data.DataObjectService |
getDataObjectService()
Returns the
DataObjectService |
Dump |
getDumpByDocumentId(String docId)
Returns a
Dump for the given document id |
List<Fields> |
getFieldsByDocumentId(String docId)
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.
|
void |
setDataObjectService(org.kuali.rice.krad.data.DataObjectService dataObjectService) |
public ExtractDAOJpaImpl()
public Dump getDumpByDocumentId(String docId)
Dump for the given document idgetDumpByDocumentId in interface ExtractDAOdocId - the document idDumppublic List<Fields> getFieldsByDocumentId(String docId)
Fields with the given document id.getFieldsByDocumentId in interface ExtractDAOdocId - the document id.List of Fieldspublic Dump saveDump(Dump dump)
saveDump in interface ExtractDAOdump - the item to saveDumppublic Fields saveField(Fields field)
saveField in interface ExtractDAOfield - the item to saveFieldspublic void deleteDump(String documentId)
Dump from the underlying datasource for the given document id.deleteDump in interface ExtractDAOdocumentId - the document idpublic org.kuali.rice.krad.data.DataObjectService getDataObjectService()
DataObjectServiceDataObjectServicepublic void setDataObjectService(org.kuali.rice.krad.data.DataObjectService dataObjectService)
getDataObjectService()Copyright © 2005–2016 The Kuali Foundation. All rights reserved.