Interface ExternalConfigurationFromVariantStrategy
- All Known Implementing Classes:
ExternalConfigurationFromVariantStrategyImpl
public interface ExternalConfigurationFromVariantStrategy
Creating an external configuration from a product variant's classification
-
Method Summary
Modifier and TypeMethodDescriptioncreateExternalConfiguration(String productcode, String kbId) Creates an external configuration that corresponds to the variant's characteristic value assignments
-
Method Details
-
createExternalConfiguration
Creates an external configuration that corresponds to the variant's characteristic value assignments- Parameters:
productcode- Product code of variantkbId- ID of current knowledge base- Returns:
- Configuration in external format (can be used for creating a runtime configuration)
-