| 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(Map attributeValues) |
HeaderLibrary |
GeneratedImpExManager.createHeaderLibrary(SessionContext ctx,
Map attributeValues) |
| Modifier and Type | Method and Description |
|---|---|
ImpExExportCronJob |
ImpExManager.createDefaultExportCronJob(HeaderLibrary headerlibrary,
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,
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,
Collection<Item> items,
boolean synchronous)
Exports data using a new
ImpExExportCronJob instance. |
Export |
ImpExManager.exportDataLight(ExportConfiguration config,
HeaderLibrary library,
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 |
GeneratedImpExExportWizard.getExportTemplate()
Generated method - Getter of the
ImpExExportWizard.exportTemplate attribute. |
HeaderLibrary |
GeneratedImpExExportCronJob.getExportTemplate()
Generated method - Getter of the
ImpExExportCronJob.exportTemplate attribute. |
abstract HeaderLibrary |
GeneratedImpExExportWizard.getExportTemplate(SessionContext ctx)
Generated method - Getter of the
ImpExExportWizard.exportTemplate attribute. |
HeaderLibrary |
ImpExExportWizard.getExportTemplate(SessionContext ctx) |
HeaderLibrary |
GeneratedImpExExportCronJob.getExportTemplate(SessionContext ctx)
Generated method - Getter of the
ImpExExportCronJob.exportTemplate attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedImpExExportWizard.setExportTemplate(HeaderLibrary value)
Generated method - Setter of the
ImpExExportWizard.exportTemplate attribute. |
void |
GeneratedImpExExportCronJob.setExportTemplate(HeaderLibrary value)
Generated method - Setter of the
ImpExExportCronJob.exportTemplate attribute. |
abstract void |
GeneratedImpExExportWizard.setExportTemplate(SessionContext ctx,
HeaderLibrary value)
Generated method - Setter of the
ImpExExportWizard.exportTemplate attribute. |
void |
ImpExExportWizard.setExportTemplate(SessionContext ctx,
HeaderLibrary param)
|
void |
GeneratedImpExExportCronJob.setExportTemplate(SessionContext ctx,
HeaderLibrary value)
Generated method - Setter of the
ImpExExportCronJob.exportTemplate attribute. |
void |
ScriptGeneratorWizard.setExportTemplate(SessionContext ctx,
HeaderLibrary param)
Deprecated.
use ScriptGenerator#setHeaderLibrary( SessionContext ctx, HeaderLibrary param )
|
void |
ImpExExportWizard.setHeaderLibrary(SessionContext ctx,
HeaderLibrary param) |
void |
ScriptGeneratorWizard.setHeaderLibrary(SessionContext ctx,
HeaderLibrary param)
empty implementation
|
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,
Collection<Item> items) |
static StringBuffer |
ExportUtils.mergeHeaderAndItemList(HeaderLibrary library,
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 StringBuffer |
ImpExUtils.mergeHeaderAndItemList(HeaderLibrary template,
Collection<Item> itemlist)
Deprecated.
Use
de.hybris.platform.impex.jalo.exp.ExportUtils#mergeHeaderAndItemList(HeaderLibrary,Collection
|
Copyright © 2017 SAP SE. All Rights Reserved.