Uses of Class
de.hybris.platform.variants.model.VariantAttributeDescriptorModel
-
Packages that use VariantAttributeDescriptorModel Package Description de.hybris.platform.product de.hybris.platform.product.impl de.hybris.platform.variants.model 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 VariantAttributeDescriptorModel Modifier and Type Method Description java.util.List<VariantAttributeDescriptorModel>VariantsService. getVariantAttributesForVariantType(VariantTypeModel variantType)Returns the attribute descriptors of the givenVariantType.Method parameters in de.hybris.platform.product with type arguments of type VariantAttributeDescriptorModel Modifier and Type Method Description voidVariantsService. setVariantAttributesForVariantType(VariantTypeModel variantType, java.util.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 VariantAttributeDescriptorModel Modifier and Type Method Description java.util.List<VariantAttributeDescriptorModel>DefaultVariantsService. getVariantAttributesForVariantType(VariantTypeModel variantType)Returns the attribute descriptors of the givenVariantType.Method parameters in de.hybris.platform.product.impl with type arguments of type VariantAttributeDescriptorModel Modifier and Type Method Description voidDefaultVariantsService. setVariantAttributesForVariantType(VariantTypeModel variantType, java.util.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 VariantAttributeDescriptorModel Modifier and Type Method Description java.util.List<VariantAttributeDescriptorModel>VariantTypeModel. 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 VariantAttributeDescriptorModel Modifier and Type Method Description voidVariantTypeModel. setVariantAttributes(java.util.List<VariantAttributeDescriptorModel> value)Deprecated, for removal: This API element is subject to removal in a future version.since ages
-