| Package | Description |
|---|---|
| de.hybris.platform.catalog.enums |
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
|
| de.hybris.platform.catalog.model |
Contains generated models for each type of de.hybris.platform.catalog.jalo package.
|
| Modifier and Type | Method and Description |
|---|---|
static ProductDifferenceMode |
ProductDifferenceMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductDifferenceMode[] |
ProductDifferenceMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ProductDifferenceMode |
ProductCatalogVersionDifferenceModel.getMode()
Generated method - Getter of the
ProductCatalogVersionDifference.mode attribute defined at extension catalog. |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductCatalogVersionDifferenceModel.setMode(ProductDifferenceMode value)
Generated method - Initial setter of
ProductCatalogVersionDifference.mode attribute defined at extension catalog. |
| Constructor and Description |
|---|
ProductCatalogVersionDifferenceModel(CompareCatalogVersionsCronJobModel _cronJob,
ProductDifferenceMode _mode,
CatalogVersionModel _sourceVersion,
CatalogVersionModel _targetVersion)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ProductCatalogVersionDifferenceModel(CompareCatalogVersionsCronJobModel _cronJob,
ProductDifferenceMode _mode,
ItemModel _owner,
ProductModel _sourceProduct,
CatalogVersionModel _sourceVersion,
ProductModel _targetProduct,
CatalogVersionModel _targetVersion)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
Copyright © 2017 SAP SE. All Rights Reserved.