Interface ConfigurableChecker
- All Known Implementing Classes:
DefaultConfigurableChecker
public interface ConfigurableChecker
Checks if a product is configurable in the sense of CPQ
-
Method Summary
Modifier and TypeMethodDescriptionbooleanCheck if the given product is Cloud CPQ configurable base product and can be configured by the Cloud CPQ configurator.
-
Method Details
-
isCloudCPQConfigurableProduct
Check if the given product is Cloud CPQ configurable base product and can be configured by the Cloud CPQ configurator.- 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
-