public class TravelAccountTypeExporter extends Object implements org.kuali.rice.krad.bo.Exporter
TravelAccountType to a custom XML format.| Constructor and Description |
|---|
TravelAccountTypeExporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
export(Class<?> dataObjectClass,
List<? extends Object> dataObjects,
String exportFormat,
OutputStream outputStream) |
List<String> |
getSupportedFormats(Class<?> dataObjectClass) |
public TravelAccountTypeExporter()
public void export(Class<?> dataObjectClass, List<? extends Object> dataObjects, String exportFormat, OutputStream outputStream) throws IOException, org.kuali.rice.krad.exception.ExportNotSupportedException
export in interface org.kuali.rice.krad.bo.ExporterIOExceptionorg.kuali.rice.krad.exception.ExportNotSupportedExceptionpublic List<String> getSupportedFormats(Class<?> dataObjectClass)
getSupportedFormats in interface org.kuali.rice.krad.bo.ExporterCopyright © 2005–2017 The Kuali Foundation. All rights reserved.