| Package | Description |
|---|---|
| de.hybris.platform.patchesdemo.release | |
| de.hybris.platform.patchesdemo.structure |
| Modifier and Type | Method and Description |
|---|---|
default void |
SimpleDemoPatch.createShopData(ShopOrganisation unit,
java.util.Set<ImportLanguage> languages,
boolean updateLanguagesOnly) |
void |
Patch2x0.createShopData(ShopOrganisation unit,
java.util.Set<ImportLanguage> languages,
boolean updateLanguages) |
void |
Patch1x0.createShopData(ShopOrganisation unit,
java.util.Set<ImportLanguage> languages,
boolean updateLanguages) |
void |
DemoPatch.createShopData(ShopOrganisation unit,
java.util.Set<ImportLanguage> languages,
boolean updateLanguagesOnly)
Creates shop specific data.
|
void |
MinorErrorPatch.createShopData(ShopOrganisation unit,
java.util.Set<ImportLanguage> languages,
boolean updateLanguages) |
protected void |
AbstractDemoPatch.importShopCatalogVersionSpecificData(java.lang.String fileName,
java.util.Set<ImportLanguage> languages,
ShopOrganisation shopOrganisation,
boolean runAgain) |
protected void |
AbstractDemoPatch.importShopCatalogVersionSpecificData(java.lang.String fileName,
java.util.Set<ImportLanguage> languages,
ShopOrganisation shopOrganisation,
boolean runAgain,
ImpexImportUnitOption[] importOptions) |
protected void |
AbstractDemoPatch.importShopSpecificData(java.lang.String fileName,
java.util.Set<ImportLanguage> languages,
ShopOrganisation shopOrganisation,
boolean runAgain) |
protected void |
AbstractDemoPatch.importShopSpecificData(java.lang.String fileName,
java.util.Set<ImportLanguage> languages,
ShopOrganisation shopOrganisation,
boolean runAgain,
ImpexImportUnitOption[] importOptions) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractDemoPatch.createShopsData(java.util.Collection<ShopOrganisation> shops,
boolean update)
This method will update set of given shop organisations with given structureState.
|
protected void |
AbstractDemoPatch.createShopsData(java.util.Collection<ShopOrganisation> shops,
StructureState structureState,
boolean update)
Deprecated.
since 1811
This method will update set of given shop organisations with given structureState. Update indicate if only
language specific files should be imported.
|
| Modifier and Type | Method and Description |
|---|---|
ShopOrganisation |
ShopOrganisation.getParent() |
ShopOrganisation |
CountryOrganisation.getParent() |
static ShopOrganisation |
ShopOrganisation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ShopOrganisation[] |
ShopOrganisation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ShopOrganisation.setParent(ShopOrganisation parent) |
void |
CountryOrganisation.setParent(ShopOrganisation parent) |
Copyright © 2018 SAP SE. All Rights Reserved.