public interface EntitiesExporter
| Modifier and Type | Method and Description |
|---|---|
long |
exportEntities(OutputStream outputStream,
SortedSet<String> entityNames,
EntityXmlWriter entityWriter,
ApplicationUser exportingUser)
Exports the entities in the TreeSet to the outputStream.
|
long exportEntities(OutputStream outputStream, SortedSet<String> entityNames, EntityXmlWriter entityWriter, ApplicationUser exportingUser) throws IOException, org.ofbiz.core.entity.GenericEntityException
outputStream - - the stream to write toentityNames - - the entities names to write outentityWriter - - an XML output helper that can write generic values to XMLexportingUser - - the user performing the export operationIOExceptionorg.ofbiz.core.entity.GenericEntityExceptionCopyright © 2002-2016 Atlassian. All Rights Reserved.