public class DeprecatedExporter extends Object
| Constructor and Description |
|---|
DeprecatedExporter(Exporter exporter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Export |
export() |
void |
exportAllHeader() |
void |
exportItems(Collection<Item> items) |
void |
exportItems(String typecode) |
void |
exportItems(String[] pklist) |
void |
exportItems(String typecode,
boolean inclSubTypes) |
void |
exportItems(String typecode,
int count) |
void |
exportItems(String typecode,
int count,
boolean inclSubTypes) |
void |
exportItems(String query,
Map values,
List resultClasses,
boolean failOnUnknownFields,
boolean dontNeedTotal,
int start,
int count) |
void |
exportItemsFlexibleSearch(String query) |
void |
exportItemsFlexibleSearch(String query,
int count) |
void |
exportItemsFlexibleSearch(String query,
Map values,
List resultClasses,
boolean failOnUnknownFields,
boolean dontNeedTotal,
int start,
int count) |
int |
getCurrentHeaderCount() |
String |
getCurrentLocation() |
ImpExExportWriter |
getExExportWriter() |
long |
getExportedItemsCount() |
ImpExExportWriter |
getImpExExportWriter() |
HeaderDescriptor |
getNextHeader() |
Collection<String> |
getResultingFiles() |
int |
hashCode() |
boolean |
hasNextHeader() |
void |
setLocale(Locale l) |
void |
setRelaxedMode(boolean isRelaxedMode) |
void |
setTargetFile(String filename) |
void |
setTargetFile(String filename,
boolean writeHeader) |
void |
setTargetFile(String filename,
boolean writeHeader,
int linesToSkip,
int offset) |
void |
setValidationMode(String mode) |
String |
toString() |
public DeprecatedExporter(Exporter exporter)
public long getExportedItemsCount()
public Export export() throws ImpExException
ImpExExceptionpublic ImpExExportWriter getExExportWriter()
public ImpExExportWriter getImpExExportWriter()
public boolean hasNextHeader()
public HeaderDescriptor getNextHeader()
public int getCurrentHeaderCount()
public void exportAllHeader()
throws ImpExException
ImpExExceptionpublic Collection<String> getResultingFiles()
public final void exportItems(String typecode) throws ImpExException
ImpExExceptionpublic final void exportItems(String typecode, boolean inclSubTypes) throws ImpExException
ImpExExceptionpublic void exportItems(String typecode, int count) throws ImpExException
ImpExExceptionpublic void exportItems(String typecode, int count, boolean inclSubTypes) throws ImpExException
ImpExExceptionpublic void setTargetFile(String filename, boolean writeHeader) throws ImpExException
ImpExExceptionpublic void setTargetFile(String filename, boolean writeHeader, int linesToSkip, int offset) throws ImpExException
ImpExExceptionpublic void setTargetFile(String filename) throws ImpExException
ImpExExceptionpublic void setRelaxedMode(boolean isRelaxedMode)
throws ImpExException
ImpExExceptionpublic void exportItems(String query, Map values, List resultClasses, boolean failOnUnknownFields, boolean dontNeedTotal, int start, int count) throws ImpExException
ImpExExceptionpublic void exportItemsFlexibleSearch(String query, Map values, List resultClasses, boolean failOnUnknownFields, boolean dontNeedTotal, int start, int count) throws ImpExException
ImpExExceptionpublic void exportItemsFlexibleSearch(String query) throws ImpExException
ImpExExceptionpublic void exportItemsFlexibleSearch(String query, int count) throws ImpExException
ImpExExceptionpublic void exportItems(String[] pklist) throws ImpExException
ImpExExceptionpublic void exportItems(Collection<Item> items) throws ImpExException
ImpExExceptionpublic void setValidationMode(String mode) throws ImpExException
ImpExExceptionpublic void setLocale(Locale l) throws ImpExException
ImpExExceptionpublic String getCurrentLocation()
Copyright © 2017 SAP SE. All Rights Reserved.