public interface ConfiguratorSettingsService
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractConfiguratorSettingModel> |
getConfiguratorSettingsForProduct(ProductModel product)
Returns configurator settings to be applied to given product.
|
java.util.List<AbstractConfiguratorSettingModel> getConfiguratorSettingsForProduct(ProductModel product)
Settings are collected from all categories assigned to the product including the whole hierarchy. When two categories have equal Id, only one which is closer to the product is taken. The method keeps setting item order from root to leaf categories.
product - product to get settings forConfiguratorSettingsResolutionStrategy,
ConfigurationCategoryModel,
CategoryServiceCopyright © 2018 SAP SE. All Rights Reserved.