|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.edl.impl.xml.export.EdlDataExporter
public class EdlDataExporter
An implementation of the Exporter class which facilitates exporting
of EDocLite data from the GUI.
ExportDataSet| Constructor Summary | |
|---|---|
EdlDataExporter()
|
|
| Method Summary | |
|---|---|
protected ExportDataSet |
buildExportDataSet(Class<?> dataObjectClass,
List<? extends Object> dataObjects)
Builds the ExportDataSet based on the BusinessObjects passed in. |
void |
export(Class<?> dataObjectClass,
List<? extends Object> dataObjects,
String exportFormat,
OutputStream outputStream)
This overridden method ... |
List<String> |
getSupportedFormats(Class<?> dataObjectClass)
Returns a List of ExportFormats supported by this Exporter for the given DataOject class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EdlDataExporter()
| Method Detail |
|---|
public List<String> getSupportedFormats(Class<?> dataObjectClass)
Exporter
getSupportedFormats in interface ExporterdataObjectClass - the class of the DataObjects being exported
protected ExportDataSet buildExportDataSet(Class<?> dataObjectClass,
List<? extends Object> dataObjects)
public void export(Class<?> dataObjectClass,
List<? extends Object> dataObjects,
String exportFormat,
OutputStream outputStream)
throws IOException,
ExportNotSupportedException
export in interface ExporterdataObjectClass - the type of DataObjects being exporteddataObjects - a List of DataObjects to exportexportFormat - the export format in which to export the DataObjectsoutputStream - the OutputStream to write the exported data to
IOException - if the process encounters an I/O issue
ExportNotSupportedException - if the given ExportFormat is not supportedExporter.export(java.lang.Class, java.util.List, java.lang.String, java.io.OutputStream)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||