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

Packages that use ProductOptionValue
org.broadleafcommerce.core.catalog.dao   
org.broadleafcommerce.core.catalog.domain   
org.broadleafcommerce.core.catalog.service   
 

Uses of ProductOptionValue in org.broadleafcommerce.core.catalog.dao
 

Methods in org.broadleafcommerce.core.catalog.dao that return ProductOptionValue
 ProductOptionValue ProductOptionDaoImpl.readProductOptionValueById(Long id)
           
 ProductOptionValue ProductOptionDao.readProductOptionValueById(Long id)
           
 

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

Classes in org.broadleafcommerce.core.catalog.domain that implement ProductOptionValue
 class ProductOptionValueImpl
           
 

Fields in org.broadleafcommerce.core.catalog.domain with type parameters of type ProductOptionValue
protected  List<ProductOptionValue> ProductOptionImpl.allowedValues
           
protected  List<ProductOptionValue> SkuImpl.productOptionValues
           
 

Methods in org.broadleafcommerce.core.catalog.domain that return types with arguments of type ProductOptionValue
 List<ProductOptionValue> ProductOptionImpl.getAllowedValues()
           
 List<ProductOptionValue> ProductOption.getAllowedValues()
          Gets the available values that a user can select for this ProductOption.
 List<ProductOptionValue> SkuImpl.getProductOptionValues()
           
 List<ProductOptionValue> Sku.getProductOptionValues()
          Gets the ProductOptionValues used to map to this Sku.
 

Method parameters in org.broadleafcommerce.core.catalog.domain with type arguments of type ProductOptionValue
 void ProductOptionImpl.setAllowedValues(List<ProductOptionValue> allowedValues)
           
 void ProductOption.setAllowedValues(List<ProductOptionValue> allowedValues)
          Set the allowed values for this ProductOption
 void SkuImpl.setProductOptionValues(List<ProductOptionValue> productOptionValues)
           
 void Sku.setProductOptionValues(List<ProductOptionValue> productOptionValues)
          Sets the ProductOptionValues that should be mapped to this Sku
 

Uses of ProductOptionValue in org.broadleafcommerce.core.catalog.service
 

Methods in org.broadleafcommerce.core.catalog.service that return ProductOptionValue
 ProductOptionValue CatalogServiceImpl.findProductOptionValueById(Long productOptionValueId)
           
 ProductOptionValue CatalogService.findProductOptionValueById(Long productOptionValueId)
           
 



Copyright © 2013. All Rights Reserved.