org.kuali.rice.edl.impl.xml.export
Class EdlDataExporter
java.lang.Object
org.kuali.rice.edl.impl.xml.export.EdlDataExporter
- All Implemented Interfaces:
- Exporter
public class EdlDataExporter
- extends Object
- implements Exporter
An implementation of the Exporter class which facilitates exporting
of EDocLite data from the GUI.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
ExportDataSet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EdlDataExporter
public EdlDataExporter()
getSupportedFormats
public List<String> getSupportedFormats(Class<?> dataObjectClass)
- Specified by:
getSupportedFormats in interface Exporter
buildExportDataSet
protected ExportDataSet buildExportDataSet(Class<?> dataObjectClass,
List<? extends Object> dataObjects)
- Builds the ExportDataSet based on the BusinessObjects passed in.
export
public void export(Class<?> dataObjectClass,
List<? extends Object> dataObjects,
String exportFormat,
OutputStream outputStream)
throws IOException,
ExportNotSupportedException
- This overridden method ...
- Specified by:
export in interface Exporter
- Throws:
IOException
ExportNotSupportedException- See Also:
Exporter.export(java.lang.Class, java.util.List, java.lang.String, java.io.OutputStream)
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.