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 voidOrderEntryPopulator. 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 voidDefaultProductFacade. 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 ofProductConfigurationIteminto a list ofAbstractOrderEntryProductInfoModel.java.util.List<AbstractOrderEntryProductInfoModel>ProductConfigurationHandler. createProductInfo(AbstractConfiguratorSettingModel productSettings)Create default set ofAbstractOrderEntryProductInfoModelfor 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.productInfosattribute defined at extensioncatalog.Method parameters in de.hybris.platform.core.model.order with type arguments of type AbstractOrderEntryProductInfoModel Modifier and Type Method Description voidAbstractOrderEntryModel. setProductInfos(java.util.List<AbstractOrderEntryProductInfoModel> value)Generated method - Setter ofAbstractOrderEntry.productInfosattribute 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 voidConfigurationCartIntegrationFacadeImpl. 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 classCPQConfigurationsPopulator<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 voidConfigurationOrderEntryProductInfoModelPopulator. addCsticForCartDisplay(java.util.List<AbstractOrderEntryProductInfoModel> configurationInfoModel, CsticModel csticModel, java.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer> nameMap)protected voidConfigurationOrderEntryProductInfoModelPopulator. 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.voidConfigurationOrderEntryProductInfoModelPopulator. populate(ConfigModel source, java.util.List<AbstractOrderEntryProductInfoModel> target)protected intConfigurationOrderEntryProductInfoModelPopulator. 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 classCPQOrderEntryProductInfoModelGenerated 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 classTextFieldConfigurationsPopulator<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 classTextFieldConfiguredProductInfoModelGenerated 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)
-