Package | Description |
---|---|
org.kuali.rice.edl.impl.xml.export | |
org.kuali.rice.kew.export | |
org.kuali.rice.kim.impl.jaxb |
Copyright 2005-2016 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
org.kuali.rice.krad.bo | |
org.kuali.rice.krad.demo.travel.exporter |
Modifier and Type | Method and Description |
---|---|
void |
EdlDataExporter.export(Class<?> dataObjectClass,
List<? extends Object> dataObjects,
String exportFormat,
OutputStream outputStream)
This overridden method ...
|
Modifier and Type | Method and Description |
---|---|
void |
DataExporter.export(Class<?> dataObjectClass,
List<? extends Object> dataObjects,
String exportFormat,
OutputStream outputStream)
Export the given List of Objects of the specified type to XML.
|
Modifier and Type | Method and Description |
---|---|
void |
KimImporterAndExporter.export(Class<?> dataObjectClass,
List<? extends Object> dataObjects,
String exportFormat,
OutputStream outputStream) |
Modifier and Type | Method and Description |
---|---|
void |
Exporter.export(Class<?> dataObjectClass,
List<? extends Object> dataObjects,
String exportFormat,
OutputStream outputStream)
Exports the List of BusinessObjects to the specified ExportFormat.
|
Modifier and Type | Method and Description |
---|---|
void |
TravelAccountTypeExporter.export(Class<?> dataObjectClass,
List<? extends Object> dataObjects,
String exportFormat,
OutputStream outputStream) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.