Uses of Interface
org.broadleafcommerce.core.catalog.domain.ProductAttribute

Packages that use ProductAttribute
org.broadleafcommerce.core.catalog.domain   
 

Uses of ProductAttribute in org.broadleafcommerce.core.catalog.domain
 

Classes in org.broadleafcommerce.core.catalog.domain that implement ProductAttribute
 class ProductAttributeImpl
          The Class ProductAttributeImpl.
 

Fields in org.broadleafcommerce.core.catalog.domain with type parameters of type ProductAttribute
protected  List<ProductAttribute> ProductImpl.productAttributes
           
 

Methods in org.broadleafcommerce.core.catalog.domain that return ProductAttribute
 ProductAttribute ProductImpl.getProductAttributeByName(String name)
           
 ProductAttribute Product.getProductAttributeByName(String name)
          Looks at all ProductAttributes for this product and returns the attribute that matches the given name
 

Methods in org.broadleafcommerce.core.catalog.domain that return types with arguments of type ProductAttribute
 Map<String,ProductAttribute> ProductImpl.getMappedProductAttributes()
           
 Map<String,ProductAttribute> Product.getMappedProductAttributes()
           
 List<ProductAttribute> ProductImpl.getProductAttributes()
           
 List<ProductAttribute> Product.getProductAttributes()
          Generic key-value pair of attributes to associate to this Product for maximum extensibility.
 

Method parameters in org.broadleafcommerce.core.catalog.domain with type arguments of type ProductAttribute
 void ProductImpl.setProductAttributes(List<ProductAttribute> productAttributes)
           
 void Product.setProductAttributes(List<ProductAttribute> productAttributes)
          Sets a generic list of key-value pairs for Product
 



Copyright © 2012. All Rights Reserved.