public interface ConfigurationVariantUtil
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBaseProductCode(ProductModel variantProductModel)
returns the base product code for a CPQ variant.
|
boolean |
isCPQBaseProduct(ProductModel productModel)
Determines whether a product acts as a base product for variant products.
|
boolean |
isCPQChangeableVariantProduct(ProductModel productModel)
Checks whether a product is a Changeable Variant
|
boolean |
isCPQNotChangeableVariantProduct(ProductModel productModel)
Checks whether a product is a Not Changeable Variant
|
boolean |
isCPQVariantProduct(ProductModel productModel)
Checks whether a product is a Variant
|
boolean isCPQBaseProduct(ProductModel productModel)
productModel - productmodel which is tested for variantsboolean isCPQVariantProduct(ProductModel productModel)
productModel - productmodel which is tested for being a variantjava.lang.String getBaseProductCode(ProductModel variantProductModel)
isCPQVariantProduct(ProductModel) to check whether the given product is a
CPQVaraint at all!variantProductModel - variantboolean isCPQChangeableVariantProduct(ProductModel productModel)
productModel - productmodel which is tested for being a changeable variantboolean isCPQNotChangeableVariantProduct(ProductModel productModel)
productModel - productmodel which is tested for being a not changeable variantCopyright © 2018 SAP SE. All Rights Reserved.