| Package | Description |
|---|---|
| de.hybris.platform.impex.jalo | |
| de.hybris.platform.impex.jalo.cronjob | |
| de.hybris.platform.impex.jalo.exp | |
| de.hybris.platform.impex.jalo.util |
| Modifier and Type | Method and Description |
|---|---|
HeaderLibrary |
GeneratedImpExManager.createHeaderLibrary(java.util.Map attributeValues) |
HeaderLibrary |
GeneratedImpExManager.createHeaderLibrary(SessionContext ctx,
java.util.Map attributeValues) |
| Modifier and Type | Method and Description |
|---|---|
ImpExExportCronJob |
ImpExManager.createDefaultExportCronJob(HeaderLibrary headerlibrary,
java.util.Collection<Item> items)
Creates an export cronjob with default values including the
DEST_MEDIA media and
ItemPKsMedia media with the given list (null for all Items of the System). |
ImpExExportCronJob |
ImpExManager.createDefaultExportCronJob(ImpExExportJob impexExportJob,
HeaderLibrary headerlibrary,
java.util.Collection<Item> items)
Creates an export cronjob with default values including the
DEST_MEDIA media and
ItemPKsMedia media with the given list (null for all Items of the System). |
Export |
ImpExManager.exportData(ExportConfiguration config,
HeaderLibrary library,
java.util.Collection<Item> items,
boolean synchronous)
Exports data using a new
ImpExExportCronJob instance. |
Export |
ImpExManager.exportDataLight(ExportConfiguration config,
HeaderLibrary library,
java.util.Collection<Item> items)
Exports data without using a cronjob.
ATTENTION: No logs are available except of these fired to the log4j system. |
| Modifier and Type | Method and Description |
|---|---|
HeaderLibrary |
GeneratedImpExExportCronJob.getExportTemplate()
Generated method - Getter of the
ImpExExportCronJob.exportTemplate attribute. |
HeaderLibrary |
GeneratedImpExExportCronJob.getExportTemplate(SessionContext ctx)
Generated method - Getter of the
ImpExExportCronJob.exportTemplate attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedImpExExportCronJob.setExportTemplate(HeaderLibrary value)
Generated method - Setter of the
ImpExExportCronJob.exportTemplate attribute. |
void |
GeneratedImpExExportCronJob.setExportTemplate(SessionContext ctx,
HeaderLibrary value)
Generated method - Setter of the
ImpExExportCronJob.exportTemplate attribute. |
void |
ScriptProcessingWizard.setHeaderLibrary(SessionContext ctx,
HeaderLibrary param) |
| Modifier and Type | Method and Description |
|---|---|
HeaderLibrary |
ExportConfiguration.getHeaderLibrary() |
| Modifier and Type | Method and Description |
|---|---|
static ImpExMedia |
ExportUtils.createExportScript(HeaderLibrary headerlibrary,
java.util.Collection<Item> items) |
static java.lang.StringBuffer |
ExportUtils.mergeHeaderAndItemList(HeaderLibrary library,
java.util.Collection<Item> itemlist)
Creates an export script based on the assigned HeaderLibrary and item Collection.
|
void |
ExportConfiguration.setHeaderLibrary(HeaderLibrary headerLibrary) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.StringBuffer |
ImpExUtils.mergeHeaderAndItemList(HeaderLibrary template,
java.util.Collection<Item> itemlist)
Deprecated.
since ages - Use
de.hybris.platform.impex.jalo.exp.ExportUtils#mergeHeaderAndItemList(HeaderLibrary,Collection
|
Copyright © 2018 SAP SE. All Rights Reserved.