| Package | Description |
|---|---|
| de.hybris.platform.patches.actions | |
| de.hybris.platform.patches.data |
| Modifier and Type | Method and Description |
|---|---|
protected ImpexImportPack |
ImportPatchAction.createGlobalPack(java.lang.String basePath,
java.lang.String fileName,
java.lang.String filePrefix)
This method creates
ImpexImportPack (not language specific). |
protected ImpexImportPack |
ImportPatchAction.createOrganisationPacks(java.lang.String basePath,
java.lang.String fileName,
java.lang.String filePrefix,
ImportOrganisationUnit unit)
This method creates base
ImpexImportPack (without languages and options) for given
ImportOrganisationUnit. |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<ImpexImportPack> |
ImportPatchAction.createLanguagesVariantsForUnit(ImpexImportPack pack,
java.util.Collection<ImportLanguage> languages)
This method creates unit packages for given array of languages.
|
protected java.util.List<ImpexImportPack> |
ImportPatchAction.useHeaderOptions(java.util.List<ImpexImportPack> importPacks,
ImpexHeaderOption[][] dataHeaderOptions)
If dataHeaderOptions is empty this method will return importPacks directly.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<ImpexImportPack> |
ImportPatchAction.createLanguagesVariantsForUnit(ImpexImportPack pack,
java.util.Collection<ImportLanguage> languages)
This method creates unit packages for given array of languages.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ImportPatchAction.importPacks(java.util.List<ImpexImportPack> importPacks,
java.lang.String fileName)
Iterates over packs and import them by using
PatchImportService.importImpexUnit(ImpexImportUnit). |
protected void |
ImportPatchAction.updateImpexOptions(java.util.List<ImpexImportPack> importPackList,
PatchActionData data)
This method will update all ImpexImportUnits that belong to given importPackList with ImpexImportUnitOptions in
case there were defined in data object.
|
protected java.util.List<ImpexImportPack> |
ImportPatchAction.useHeaderOptions(java.util.List<ImpexImportPack> importPacks,
ImpexHeaderOption[][] dataHeaderOptions)
If dataHeaderOptions is empty this method will return importPacks directly.
|
| Modifier and Type | Method and Description |
|---|---|
ImpexImportPack |
ImpexImportPack.clone() |
protected ImpexImportPack |
ImpexImportPack.clone(ImpexImportPack clone) |
| Modifier and Type | Method and Description |
|---|---|
protected ImpexImportPack |
ImpexImportPack.clone(ImpexImportPack clone) |
Copyright © 2018 SAP SE. All Rights Reserved.