| Package | Description |
|---|---|
| de.hybris.platform.patches.actions | |
| de.hybris.platform.patches.data | |
| de.hybris.platform.patches.service | |
| de.hybris.platform.patches.service.impl |
| Modifier and Type | Method and Description |
|---|---|
protected ImpexImportUnit |
ImportPatchAction.createGlobalUnit(java.lang.String basePath,
java.lang.String fileName,
java.lang.String filePrefix)
This method creates
ImpexImportUnit for global data (not related with organisation unit). |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<ImpexImportUnit> |
ImportPatchAction.createLanguageVariantsForUnit(ImpexImportUnit unit,
ImportLanguage language)
This method gets given basic unit and clone it to have:
unit that have file name with country isocode suffix.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<ImpexImportUnit> |
ImportPatchAction.createLanguageVariantsForUnit(ImpexImportUnit unit,
ImportLanguage language)
This method gets given basic unit and clone it to have:
unit that have file name with country isocode suffix.
|
protected void |
ImportPatchAction.updatedHeaderOptionsWithLanguageAndAddLangFileSuffix(ImpexImportUnit unit,
ImportLanguage language)
This method updates file name with "_lang" suffix.
Check ImportPatchAction.updatedFilePathWithString(ImpexImportUnit, String).It also extends unit with new option: $lang=[isocode] |
protected void |
ImportPatchAction.updateHeaderOptionsWithLanguage(ImpexImportUnit unit,
ImportLanguage language)
This method extends unit with new option:
$lang=[isocode] |
| Modifier and Type | Method and Description |
|---|---|
ImpexImportUnit |
ImpexImportUnit.clone() |
protected ImpexImportUnit |
ImpexImportUnit.clone(ImpexImportUnit clone) |
ImpexImportUnit |
ImpexImportUnitResult.getImpexImportUnit() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ImpexImportUnit> |
ImpexImportPack.getImportUnits() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImpexImportPack.addImportUnit(ImpexImportUnit importUnit) |
protected ImpexImportUnit |
ImpexImportUnit.clone(ImpexImportUnit clone) |
void |
ImpexImportUnitResult.setImpexImportUnit(ImpexImportUnit impexImportUnit) |
| Modifier and Type | Method and Description |
|---|---|
void |
ImpexImportPack.setImportUnits(java.util.List<ImpexImportUnit> importUnits) |
| Modifier and Type | Method and Description |
|---|---|
java.io.SequenceInputStream |
PatchImportService.getStreamForImpexImportUnit(ImpexImportUnit impexImportUnit)
Method prepares SequenceInputStream based on impexImportUnit.
|
ImpexImportUnitResult |
PatchImportService.importImpexUnit(ImpexImportUnit impexImportUnit)
Method for importing impex data based on ImpexImportUnit.
|
ImpexImportUnitResult |
PatchImportService.importImpexUnitWithoutTracking(ImpexImportUnit impexImportUnit)
Method is workaround not to execute the aspect.
|
| Modifier and Type | Method and Description |
|---|---|
java.io.SequenceInputStream |
DefaultPatchImportService.getStreamForImpexImportUnit(ImpexImportUnit impexImportUnit) |
ImpexImportUnitResult |
DefaultPatchImportService.importImpexUnit(ImpexImportUnit impexImportUnit) |
ImpexImportUnitResult |
DefaultPatchImportService.importImpexUnitWithoutTracking(ImpexImportUnit impexImportUnit) |
Copyright © 2018 SAP SE. All Rights Reserved.