public class DefaultProductConfigurableChecker extends java.lang.Object implements ProductConfigurableChecker
ProductConfigurableChecker| Constructor and Description |
|---|
DefaultProductConfigurableChecker() |
| Modifier and Type | Method and Description |
|---|---|
protected ConfiguratorSettingsService |
getConfiguratorSettingsService() |
java.lang.String |
getFirstConfiguratorType(ProductModel product)
Returns first configurator type attached to the product
|
boolean |
isProductConfigurable(ProductModel product)
Checks if specified product is an instance of configurable product (i.e.
|
void |
setConfiguratorSettingsService(ConfiguratorSettingsService configuratorSettingsService) |
public boolean isProductConfigurable(ProductModel product)
ProductConfigurableCheckerisProductConfigurable in interface ProductConfigurableCheckerproduct - product instance to checkpublic java.lang.String getFirstConfiguratorType(ProductModel product)
ProductConfigurableCheckergetFirstConfiguratorType in interface ProductConfigurableCheckerproduct - Product modelprotected ConfiguratorSettingsService getConfiguratorSettingsService()
public void setConfiguratorSettingsService(ConfiguratorSettingsService configuratorSettingsService)
Copyright © 2018 SAP SE. All Rights Reserved.