|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Dump | |
|---|---|
| org.kuali.rice.edl.impl.extract | |
| org.kuali.rice.edl.impl.extract.dao | |
| org.kuali.rice.edl.impl.extract.dao.impl | |
| Uses of Dump in org.kuali.rice.edl.impl.extract |
|---|
| Methods in org.kuali.rice.edl.impl.extract that return Dump | |
|---|---|
static Dump |
Dump.from(DumpDTO dumpDTO)
Converts a DumpDTO to a Dump |
Dump |
Fields.getDump()
Returns a Dump |
| Methods in org.kuali.rice.edl.impl.extract with parameters of type Dump | |
|---|---|
static Fields |
Fields.from(FieldDTO fieldDTO,
Dump dump)
Converts a FieldDTO to a Fields |
void |
Fields.setDump(Dump dump)
|
static DumpDTO |
Dump.to(Dump dump)
Converts a Dump to a DumpDTO |
| Uses of Dump in org.kuali.rice.edl.impl.extract.dao |
|---|
| Methods in org.kuali.rice.edl.impl.extract.dao that return Dump | |
|---|---|
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. |
| Methods in org.kuali.rice.edl.impl.extract.dao with parameters of type Dump | |
|---|---|
Dump |
ExtractDAO.saveDump(Dump dump)
Persists the given item to the underlying datasource. |
| Uses of Dump in org.kuali.rice.edl.impl.extract.dao.impl |
|---|
| Methods in org.kuali.rice.edl.impl.extract.dao.impl that return Dump | |
|---|---|
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. |
| Methods in org.kuali.rice.edl.impl.extract.dao.impl with parameters of type Dump | |
|---|---|
Dump |
ExtractDAOJpaImpl.saveDump(Dump dump)
Persists the given item to the underlying datasource. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||