Uses of Class
de.hybris.platform.catalog.model.ProductFeatureModel
Packages that use ProductFeatureModel
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.product package.
-
Uses of ProductFeatureModel in de.hybris.platform.core.model.product
Methods in de.hybris.platform.core.model.product that return types with arguments of type ProductFeatureModelModifier and TypeMethodDescriptionProductModel.getFeatures()Generated method - Getter of theProduct.featuresattribute defined at extensioncatalog.ProductModel.getUntypedFeatures()Generated method - Getter of theProduct.untypedFeaturesdynamic attribute defined at extensioncatalog.Method parameters in de.hybris.platform.core.model.product with type arguments of type ProductFeatureModelModifier and TypeMethodDescriptionvoidProductModel.setFeatures(List<ProductFeatureModel> value) Generated method - Setter ofProduct.featuresattribute defined at extensioncatalog.voidProductModel.setUntypedFeatures(List<ProductFeatureModel> value) Generated method - Setter ofProduct.untypedFeaturesdynamic attribute defined at extensioncatalog.