Uses of Class
org.kuali.rice.edl.impl.extract.Dump
-
Packages that use Dump Package Description 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 Modifier and Type Method Description static DumpDump. from(org.kuali.rice.edl.framework.extract.DumpDTO dumpDTO)Converts aDumpDTOto aDumpDumpFields. getDump()Returns aDumpMethods in org.kuali.rice.edl.impl.extract with parameters of type Dump Modifier and Type Method Description static FieldsFields. from(org.kuali.rice.edl.framework.extract.FieldDTO fieldDTO, Dump dump)Converts aFieldDTOto aFieldsvoidFields. setDump(Dump dump)static org.kuali.rice.edl.framework.extract.DumpDTODump. to(Dump dump)Converts aDumpto aDumpDTO -
Uses of Dump in org.kuali.rice.edl.impl.extract.dao
Methods in org.kuali.rice.edl.impl.extract.dao that return Dump Modifier and Type Method Description DumpExtractDAO. getDumpByDocumentId(java.lang.String documentId)Returns aDumpfor the given document idDumpExtractDAO. 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 Modifier and Type Method Description DumpExtractDAO. 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 Modifier and Type Method Description DumpExtractDAOJpaImpl. getDumpByDocumentId(java.lang.String docId)Returns aDumpfor the given document idDumpExtractDAOJpaImpl. 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 Modifier and Type Method Description DumpExtractDAOJpaImpl. saveDump(Dump dump)Persists the given item to the underlying datasource.
-