| Package | Description |
|---|---|
| org.kuali.rice.edl.impl.extract | |
| org.kuali.rice.edl.impl.extract.dao | |
| org.kuali.rice.edl.impl.extract.dao.impl |
| Modifier and Type | Method and Description |
|---|---|
static Dump |
Dump.from(DumpDTO dumpDTO)
|
Dump |
Fields.getDump()
Returns a
Dump |
| Modifier and Type | Method and Description |
|---|---|
static Fields |
Fields.from(FieldDTO fieldDTO,
Dump dump)
|
void |
Fields.setDump(Dump dump) |
static DumpDTO |
Dump.to(Dump dump)
|
| Modifier and Type | Method and Description |
|---|---|
Dump |
ExtractDAO.getDumpByDocumentId(String documentId)
Returns a
Dump for the given document id |
Dump |
ExtractDAO.saveDump(Dump dump)
Persists the given item to the underlying datasource.
|
| Modifier and Type | Method and Description |
|---|---|
Dump |
ExtractDAO.saveDump(Dump dump)
Persists the given item to the underlying datasource.
|
| Modifier and Type | Method and Description |
|---|---|
Dump |
ExtractDAOJpaImpl.getDumpByDocumentId(String docId)
Returns a
Dump for the given document id |
Dump |
ExtractDAOJpaImpl.saveDump(Dump dump)
Persists the given item to the underlying datasource.
|
| Modifier and Type | Method and Description |
|---|---|
Dump |
ExtractDAOJpaImpl.saveDump(Dump dump)
Persists the given item to the underlying datasource.
|
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.