Class DeprecatedExporter
java.lang.Object
de.hybris.platform.impex.jalo.exp.DeprecatedExporter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexport()voidfinal voidexportItems(String typecode) voidexportItems(String[] pklist) final voidexportItems(String typecode, boolean inclSubTypes) voidexportItems(String typecode, int count) voidexportItems(String typecode, int count, boolean inclSubTypes) voidexportItems(String query, Map values, List resultClasses, boolean failOnUnknownFields, boolean dontNeedTotal, int start, int count) voidexportItems(Collection<Item> items) voidexportItemsFlexibleSearch(String query) voidexportItemsFlexibleSearch(String query, int count) voidexportItemsFlexibleSearch(String query, Map values, List resultClasses, boolean failOnUnknownFields, boolean dontNeedTotal, int start, int count) intlonginthashCode()booleanvoidvoidsetRelaxedMode(boolean isRelaxedMode) voidsetTargetFile(String filename) voidsetTargetFile(String filename, boolean writeHeader) voidsetTargetFile(String filename, boolean writeHeader, int linesToSkip, int offset) voidsetValidationMode(String mode) toString()
-
Constructor Details
-
DeprecatedExporter
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
getExportedItemsCount
public long getExportedItemsCount() -
export
- Throws:
ImpExException
-
toString
-
getExExportWriter
-
getImpExExportWriter
-
hasNextHeader
public boolean hasNextHeader() -
getNextHeader
-
getCurrentHeaderCount
public int getCurrentHeaderCount() -
exportAllHeader
- Throws:
ImpExException
-
getResultingFiles
-
exportItems
- Throws:
ImpExException
-
exportItems
- Throws:
ImpExException
-
exportItems
- Throws:
ImpExException
-
exportItems
- Throws:
ImpExException
-
setTargetFile
- Throws:
ImpExException
-
setTargetFile
public void setTargetFile(String filename, boolean writeHeader, int linesToSkip, int offset) throws ImpExException - Throws:
ImpExException
-
setTargetFile
- Throws:
ImpExException
-
setRelaxedMode
- Throws:
ImpExException
-
exportItems
public void exportItems(String query, Map values, List resultClasses, boolean failOnUnknownFields, boolean dontNeedTotal, int start, int count) throws ImpExException - Throws:
ImpExException
-
exportItemsFlexibleSearch
public void exportItemsFlexibleSearch(String query, Map values, List resultClasses, boolean failOnUnknownFields, boolean dontNeedTotal, int start, int count) throws ImpExException - Throws:
ImpExException
-
exportItemsFlexibleSearch
- Throws:
ImpExException
-
exportItemsFlexibleSearch
- Throws:
ImpExException
-
exportItems
- Throws:
ImpExException
-
exportItems
- Throws:
ImpExException
-
setValidationMode
- Throws:
ImpExException
-
setLocale
- Throws:
ImpExException
-
getCurrentLocation
-