public class TextFieldConfigurationHandler extends java.lang.Object implements ProductConfigurationHandler
| Constructor and Description |
|---|
TextFieldConfigurationHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractOrderEntryProductInfoModel> |
convert(java.util.Collection<ProductConfigurationItem> items,
AbstractOrderEntryModel entry)
Converts a set of
ProductConfigurationItem into a list of AbstractOrderEntryProductInfoModel. |
java.util.List<AbstractOrderEntryProductInfoModel> |
createProductInfo(AbstractConfiguratorSettingModel productSettings)
Create default set of
AbstractOrderEntryProductInfoModel for given configurable product. |
protected void |
validate(TextFieldConfiguredProductInfoModel item) |
public java.util.List<AbstractOrderEntryProductInfoModel> createProductInfo(AbstractConfiguratorSettingModel productSettings)
ProductConfigurationHandlerAbstractOrderEntryProductInfoModel for given configurable product.createProductInfo in interface ProductConfigurationHandlerproductSettings - default configuration settingsAbstractOrderEntryProductInfoModel filled with default values.public java.util.List<AbstractOrderEntryProductInfoModel> convert(java.util.Collection<ProductConfigurationItem> items, AbstractOrderEntryModel entry)
ProductConfigurationHandlerProductConfigurationItem into a list of AbstractOrderEntryProductInfoModel.convert in interface ProductConfigurationHandleritems - configurator setting DTOsentry - entry the settings will be added to (for reference)itemsprotected void validate(TextFieldConfiguredProductInfoModel item)
Copyright © 2018 SAP SE. All Rights Reserved.