Uses of Interface
org.broadleafcommerce.core.catalog.domain.SkuAttribute
Packages that use SkuAttribute
-
Uses of SkuAttribute in org.broadleafcommerce.core.catalog.domain
Classes in org.broadleafcommerce.core.catalog.domain that implement SkuAttributeModifier and TypeClassDescriptionclassThe Class SkuAttributeImpl is the default implementation ofSkuAttribute.Fields in org.broadleafcommerce.core.catalog.domain with type parameters of type SkuAttributeMethods in org.broadleafcommerce.core.catalog.domain with type parameters of type SkuAttributeModifier and TypeMethodDescription<G extends SkuAttribute>
CreateResponse<G>SkuAttributeImpl.createOrRetrieveCopyInstance(MultiTenantCopyContext context) Methods in org.broadleafcommerce.core.catalog.domain that return types with arguments of type SkuAttributeModifier and TypeMethodDescriptionReturns multivalued SkuAttributes associated with this sku usingMultiValueMap.SkuImpl.getMultiValueSkuAttributes()Sku.getSkuAttributes()Deprecated.SkuImpl.getSkuAttributes()Deprecated.Method parameters in org.broadleafcommerce.core.catalog.domain with type arguments of type SkuAttributeModifier and TypeMethodDescriptionvoidSku.setSkuAttributes(Map<String, SkuAttribute> skuAttributes) Sets the denormalized set of key-value pairs on a SkuvoidSkuImpl.setSkuAttributes(Map<String, SkuAttribute> skuAttributes)
Sku.getMultiValueSkuAttributes()instead.