|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.edl.impl.extract.dao.impl.ExtractDAOJpaImpl
public class ExtractDAOJpaImpl
Constructor Summary | |
---|---|
ExtractDAOJpaImpl()
|
Method Summary | |
---|---|
void |
deleteDump(String documentId)
Removes a Dump from the underlying datasource for the given document id. |
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(DataObjectService dataObjectService)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExtractDAOJpaImpl()
Method Detail |
---|
public Dump getDumpByDocumentId(String docId)
Dump
for the given document id
getDumpByDocumentId
in interface ExtractDAO
docId
- the document id
Dump
public List<Fields> getFieldsByDocumentId(String docId)
Fields
with the given document id.
getFieldsByDocumentId
in interface ExtractDAO
docId
- the document id.
List
of Fields
public Dump saveDump(Dump dump)
saveDump
in interface ExtractDAO
dump
- the item to save
Dump
public Fields saveField(Fields field)
saveField
in interface ExtractDAO
field
- the item to save
Fields
public void deleteDump(String documentId)
Dump
from the underlying datasource for the given document id.
deleteDump
in interface ExtractDAO
documentId
- the document idpublic DataObjectService getDataObjectService()
DataObjectService
DataObjectService
public void setDataObjectService(DataObjectService dataObjectService)
getDataObjectService()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |