Class DefaultConfigurableChecker
java.lang.Object
de.hybris.platform.cpq.productconfig.services.impl.DefaultConfigurableChecker
- All Implemented Interfaces:
ConfigurableChecker
Support class to check if a specific product is configurable with the Cloud CPQ configurator.
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultConfigurableChecker(de.hybris.platform.product.ConfiguratorSettingsService configuratorSettingsService) Default constructor accepting dependencies -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.product.ConfiguratorSettingsServicebooleanCheck if the given product is Cloud CPQ configurable base product and can be configured by the Cloud CPQ configurator.
-
Constructor Details
-
DefaultConfigurableChecker
public DefaultConfigurableChecker(de.hybris.platform.product.ConfiguratorSettingsService configuratorSettingsService) Default constructor accepting dependencies- Parameters:
configuratorSettingsService- configuratorSettingsService
-
-
Method Details
-
isCloudCPQConfigurableProduct
Description copied from interface:ConfigurableCheckerCheck if the given product is Cloud CPQ configurable base product and can be configured by the Cloud CPQ configurator.- Specified by:
isCloudCPQConfigurableProductin interfaceConfigurableChecker- Parameters:
product- The product to check- Returns:
- TRUE if it is a Cloud CPQ configurable base product and can be configured by the Cloud CPQ configurator , otherwise FALSE
-
getConfiguratorSettingsService
protected de.hybris.platform.product.ConfiguratorSettingsService getConfiguratorSettingsService()
-