Uses of Class
de.hybris.platform.order.model.AbstractOrderEntryProductInfoModel
-
Packages that use AbstractOrderEntryProductInfoModel Package Description de.hybris.platform.commercefacades.order.converters.populator de.hybris.platform.commercefacades.product.impl de.hybris.platform.commerceservices.order de.hybris.platform.core.model.order Contains generated models for each type of de.hybris.platform.jalo.order package.de.hybris.platform.sap.productconfig.facades.impl de.hybris.platform.sap.productconfig.facades.populator de.hybris.platform.sap.productconfig.services.impl de.hybris.platform.sap.productconfig.services.model Contains generated models for each type of de.hybris.platform.sap.productconfig.services.jalo package.de.hybris.platform.textfieldconfiguratortemplatefacades.populators de.hybris.platform.textfieldconfiguratortemplateservices.model Contains generated models for each type of de.hybris.platform.textfieldconfiguratortemplateservices.jalo package.de.hybris.platform.textfieldconfiguratortemplateservices.order.hook -
-
Uses of AbstractOrderEntryProductInfoModel in de.hybris.platform.commercefacades.order.converters.populator
Methods in de.hybris.platform.commercefacades.order.converters.populator that return types with arguments of type AbstractOrderEntryProductInfoModel Modifier and Type Method Description protected Converter<AbstractOrderEntryProductInfoModel,java.util.List<ConfigurationInfoData>>
OrderEntryPopulator. getProductConfigurationConverter()
Method parameters in de.hybris.platform.commercefacades.order.converters.populator with type arguments of type AbstractOrderEntryProductInfoModel Modifier and Type Method Description void
OrderEntryPopulator. setProductConfigurationConverter(Converter<AbstractOrderEntryProductInfoModel,java.util.List<ConfigurationInfoData>> productConfigurationConverter)
-
Uses of AbstractOrderEntryProductInfoModel in de.hybris.platform.commercefacades.product.impl
Methods in de.hybris.platform.commercefacades.product.impl that return types with arguments of type AbstractOrderEntryProductInfoModel Modifier and Type Method Description protected Converter<AbstractOrderEntryProductInfoModel,java.util.List<ConfigurationInfoData>>
DefaultProductFacade. getProductConfigurationConverter()
Method parameters in de.hybris.platform.commercefacades.product.impl with type arguments of type AbstractOrderEntryProductInfoModel Modifier and Type Method Description void
DefaultProductFacade. setProductConfigurationConverter(Converter<AbstractOrderEntryProductInfoModel,java.util.List<ConfigurationInfoData>> productConfigurationConverter)
-
Uses of AbstractOrderEntryProductInfoModel in de.hybris.platform.commerceservices.order
Methods in de.hybris.platform.commerceservices.order that return types with arguments of type AbstractOrderEntryProductInfoModel Modifier and Type Method Description java.util.List<AbstractOrderEntryProductInfoModel>
ProductConfigurationHandler. convert(java.util.Collection<ProductConfigurationItem> items, AbstractOrderEntryModel entry)
Converts a set ofProductConfigurationItem
into a list ofAbstractOrderEntryProductInfoModel
.java.util.List<AbstractOrderEntryProductInfoModel>
ProductConfigurationHandler. createProductInfo(AbstractConfiguratorSettingModel productSettings)
Create default set ofAbstractOrderEntryProductInfoModel
for given configurable product. -
Uses of AbstractOrderEntryProductInfoModel in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return types with arguments of type AbstractOrderEntryProductInfoModel Modifier and Type Method Description java.util.List<AbstractOrderEntryProductInfoModel>
AbstractOrderEntryModel. getProductInfos()
Generated method - Getter of theAbstractOrderEntry.productInfos
attribute defined at extensioncatalog
.Method parameters in de.hybris.platform.core.model.order with type arguments of type AbstractOrderEntryProductInfoModel Modifier and Type Method Description void
AbstractOrderEntryModel. setProductInfos(java.util.List<AbstractOrderEntryProductInfoModel> value)
Generated method - Setter ofAbstractOrderEntry.productInfos
attribute defined at extensioncatalog
. -
Uses of AbstractOrderEntryProductInfoModel in de.hybris.platform.sap.productconfig.facades.impl
Method parameters in de.hybris.platform.sap.productconfig.facades.impl with type arguments of type AbstractOrderEntryProductInfoModel Modifier and Type Method Description protected void
ConfigurationCartIntegrationFacadeImpl. linkEntryWithConfigInfos(AbstractOrderEntryModel entry, java.util.List<AbstractOrderEntryProductInfoModel> configInlineModels)
-
Uses of AbstractOrderEntryProductInfoModel in de.hybris.platform.sap.productconfig.facades.populator
Classes in de.hybris.platform.sap.productconfig.facades.populator with type parameters of type AbstractOrderEntryProductInfoModel Modifier and Type Class Description class
CPQConfigurationsPopulator<T extends AbstractOrderEntryProductInfoModel>
Populator for CPQ related product info data.Method parameters in de.hybris.platform.sap.productconfig.facades.populator with type arguments of type AbstractOrderEntryProductInfoModel Modifier and Type Method Description protected void
ConfigurationOrderEntryProductInfoModelPopulator. addCsticForCartDisplay(java.util.List<AbstractOrderEntryProductInfoModel> configurationInfoModel, CsticModel csticModel, java.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer> nameMap)
protected void
ConfigurationOrderEntryProductInfoModelPopulator. addInitialConfigurationInfo(java.util.List<AbstractOrderEntryProductInfoModel> configurationInfoModel)
At least one ConfigurationInfo object has to be added to the target, otherwise no configuration link will be displayed.void
ConfigurationOrderEntryProductInfoModelPopulator. populate(ConfigModel source, java.util.List<AbstractOrderEntryProductInfoModel> target)
protected int
ConfigurationOrderEntryProductInfoModelPopulator. processGroupForCartDisplay(java.util.List<AbstractOrderEntryProductInfoModel> target, InstanceModel rootInstance, int numberOfDisplayedCstics, CsticGroupModel currentGroup, java.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer> nameMap)
-
Uses of AbstractOrderEntryProductInfoModel in de.hybris.platform.sap.productconfig.services.impl
Methods in de.hybris.platform.sap.productconfig.services.impl that return types with arguments of type AbstractOrderEntryProductInfoModel Modifier and Type Method Description java.util.List<AbstractOrderEntryProductInfoModel>
CPQConfigurationHandler. convert(java.util.Collection<ProductConfigurationItem> items, AbstractOrderEntryModel entry)
java.util.List<AbstractOrderEntryProductInfoModel>
CPQConfigurationHandler. createProductInfo(AbstractConfiguratorSettingModel productSettings)
-
Uses of AbstractOrderEntryProductInfoModel in de.hybris.platform.sap.productconfig.services.model
Subclasses of AbstractOrderEntryProductInfoModel in de.hybris.platform.sap.productconfig.services.model Modifier and Type Class Description class
CPQOrderEntryProductInfoModel
Generated model class for type CPQOrderEntryProductInfo first defined at extension sapproductconfigservices. -
Uses of AbstractOrderEntryProductInfoModel in de.hybris.platform.textfieldconfiguratortemplatefacades.populators
Classes in de.hybris.platform.textfieldconfiguratortemplatefacades.populators with type parameters of type AbstractOrderEntryProductInfoModel Modifier and Type Class Description class
TextFieldConfigurationsPopulator<T extends AbstractOrderEntryProductInfoModel>
Populates confgiurations of typeTEXTFIELD
. -
Uses of AbstractOrderEntryProductInfoModel in de.hybris.platform.textfieldconfiguratortemplateservices.model
Subclasses of AbstractOrderEntryProductInfoModel in de.hybris.platform.textfieldconfiguratortemplateservices.model Modifier and Type Class Description class
TextFieldConfiguredProductInfoModel
Generated model class for type TextFieldConfiguredProductInfo first defined at extension textfieldconfiguratortemplateservices. -
Uses of AbstractOrderEntryProductInfoModel in de.hybris.platform.textfieldconfiguratortemplateservices.order.hook
Methods in de.hybris.platform.textfieldconfiguratortemplateservices.order.hook that return types with arguments of type AbstractOrderEntryProductInfoModel Modifier and Type Method Description java.util.List<AbstractOrderEntryProductInfoModel>
TextFieldConfigurationHandler. convert(java.util.Collection<ProductConfigurationItem> items, AbstractOrderEntryModel entry)
java.util.List<AbstractOrderEntryProductInfoModel>
TextFieldConfigurationHandler. createProductInfo(AbstractConfiguratorSettingModel productSettings)
-