public interface ConfigurationFacade
| Modifier and Type | Method and Description |
|---|---|
ConfigurationData |
getConfiguration(ConfigurationData configuration)
Read the actual configuration from the Backend.
|
ConfigurationData |
getConfiguration(KBKeyData kbKey)
Get the default configuration for the given Knowledge Base.
|
default ConfigurationData |
getConfiguration(ProductData productData)
Get the default configuration for the given Product.
|
int |
getNumberOfErrors(String configId)
Get the number of errors (conflict, not filled mandatory fields), as it is set at the cart item
|
void |
updateConfiguration(ConfigurationData configuration)
Update the configuration with the values provided
|
ConfigurationData getConfiguration(KBKeyData kbKey)
kbKey - key of the Knowledge Basedefault ConfigurationData getConfiguration(ProductData productData)
productData - product code to get the Knowledge Basevoid updateConfiguration(ConfigurationData configuration)
configuration - actual configurationConfigurationData getConfiguration(ConfigurationData configuration)
configuration - configuration to be refreshedint getNumberOfErrors(String configId)
configId - Copyright © 2017 SAP SE. All Rights Reserved.