Uses of Class
de.hybris.platform.variants.model.VariantAttributeDescriptorModel
Packages that use VariantAttributeDescriptorModel
Package
Description
Contains generated models for each type of de.hybris.platform.variants.jalo package.
-
Uses of VariantAttributeDescriptorModel in de.hybris.platform.product
Methods in de.hybris.platform.product that return types with arguments of type VariantAttributeDescriptorModelModifier and TypeMethodDescriptionVariantsService.getVariantAttributesForVariantType(VariantTypeModel variantType) Returns the attribute descriptors of the givenVariantType.Method parameters in de.hybris.platform.product with type arguments of type VariantAttributeDescriptorModelModifier and TypeMethodDescriptionvoidVariantsService.setVariantAttributesForVariantType(VariantTypeModel variantType, List<VariantAttributeDescriptorModel> newAttributes) Tries to assign new variant attribute descriptors for the given variant type. -
Uses of VariantAttributeDescriptorModel in de.hybris.platform.product.impl
Methods in de.hybris.platform.product.impl that return types with arguments of type VariantAttributeDescriptorModelModifier and TypeMethodDescriptionDefaultVariantsService.getVariantAttributesForVariantType(VariantTypeModel variantType) Returns the attribute descriptors of the givenVariantType.Method parameters in de.hybris.platform.product.impl with type arguments of type VariantAttributeDescriptorModelModifier and TypeMethodDescriptionvoidDefaultVariantsService.setVariantAttributesForVariantType(VariantTypeModel variantType, List<VariantAttributeDescriptorModel> newAttributes) Tries to assign new variant attribute descriptors for the given variant type. -
Uses of VariantAttributeDescriptorModel in de.hybris.platform.variants.model
Methods in de.hybris.platform.variants.model that return types with arguments of type VariantAttributeDescriptorModelModifier and TypeMethodDescriptionVariantTypeModel.getVariantAttributes()Deprecated, for removal: This API element is subject to removal in a future version.since agesMethod parameters in de.hybris.platform.variants.model with type arguments of type VariantAttributeDescriptorModelModifier and TypeMethodDescriptionvoidVariantTypeModel.setVariantAttributes(List<VariantAttributeDescriptorModel> value) Deprecated, for removal: This API element is subject to removal in a future version.since ages