Uses of Class
de.hybris.platform.order.model.AbstractOrderEntryProductInfoModel
Packages that use AbstractOrderEntryProductInfoModel
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.order package.
Contains generated models for each type of de.hybris.platform.sap.productconfig.services.jalo package.
Contains generated models for each type of de.hybris.platform.textfieldconfiguratortemplateservices.jalo package.
-
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 AbstractOrderEntryProductInfoModelMethod parameters in de.hybris.platform.commercefacades.order.converters.populator with type arguments of type AbstractOrderEntryProductInfoModelModifier and TypeMethodDescriptionvoidOrderEntryPopulator.setProductConfigurationConverter(Converter<AbstractOrderEntryProductInfoModel, 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 AbstractOrderEntryProductInfoModelMethod parameters in de.hybris.platform.commercefacades.product.impl with type arguments of type AbstractOrderEntryProductInfoModelModifier and TypeMethodDescriptionvoidDefaultProductFacade.setProductConfigurationConverter(Converter<AbstractOrderEntryProductInfoModel, 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 AbstractOrderEntryProductInfoModelModifier and TypeMethodDescriptionProductConfigurationHandler.convert(Collection<ProductConfigurationItem> items, AbstractOrderEntryModel entry) Converts a set ofProductConfigurationIteminto a list ofAbstractOrderEntryProductInfoModel.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 AbstractOrderEntryProductInfoModelModifier and TypeMethodDescriptionAbstractOrderEntryModel.getProductInfos()Generated method - Getter of theAbstractOrderEntry.productInfosattribute defined at extensioncatalog.Method parameters in de.hybris.platform.core.model.order with type arguments of type AbstractOrderEntryProductInfoModelModifier and TypeMethodDescriptionvoidAbstractOrderEntryModel.setProductInfos(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 AbstractOrderEntryProductInfoModelModifier and TypeMethodDescriptionprotected voidConfigurationCartIntegrationFacadeImpl.linkEntryWithConfigInfos(AbstractOrderEntryModel entry, 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 AbstractOrderEntryProductInfoModelModifier and TypeClassDescriptionclassPopulator for CPQ related product info data.Method parameters in de.hybris.platform.sap.productconfig.facades.populator with type arguments of type AbstractOrderEntryProductInfoModelModifier and TypeMethodDescriptionprotected voidConfigurationOrderEntryProductInfoModelPopulator.addCsticForCartDisplay(List<AbstractOrderEntryProductInfoModel> configurationInfoModel, CsticModel csticModel, Map<String, ClassificationSystemCPQAttributesContainer> nameMap) protected voidConfigurationOrderEntryProductInfoModelPopulator.addInitialConfigurationInfo(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, List<AbstractOrderEntryProductInfoModel> target) protected intConfigurationOrderEntryProductInfoModelPopulator.processGroupForCartDisplay(List<AbstractOrderEntryProductInfoModel> target, InstanceModel rootInstance, int numberOfDisplayedCstics, CsticGroup currentGroup, Map<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 AbstractOrderEntryProductInfoModelModifier and TypeMethodDescriptionCPQConfigurationHandler.convert(Collection<ProductConfigurationItem> items, AbstractOrderEntryModel entry) 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.modelModifier and TypeClassDescriptionclassGenerated 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 AbstractOrderEntryProductInfoModelModifier and TypeClassDescriptionclassPopulates confgiurations of typeTEXTFIELD. -
Uses of AbstractOrderEntryProductInfoModel in de.hybris.platform.textfieldconfiguratortemplateservices.model
Subclasses of AbstractOrderEntryProductInfoModel in de.hybris.platform.textfieldconfiguratortemplateservices.modelModifier and TypeClassDescriptionclassGenerated 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 AbstractOrderEntryProductInfoModelModifier and TypeMethodDescriptionTextFieldConfigurationHandler.convert(Collection<ProductConfigurationItem> items, AbstractOrderEntryModel entry) TextFieldConfigurationHandler.createProductInfo(AbstractConfiguratorSettingModel productSettings)