org.broadleafcommerce.core.catalog.dao
Interface ProductOptionDao

All Known Implementing Classes:
ProductOptionDaoImpl

public interface ProductOptionDao

Author:
Phillip Verheyden

Method Summary
 List<ProductOption> readAllProductOptions()
           
 ProductOption readProductOptionById(Long id)
           
 ProductOptionValue readProductOptionValueById(Long id)
           
 

Method Detail

readAllProductOptions

List<ProductOption> readAllProductOptions()

readProductOptionById

ProductOption readProductOptionById(Long id)

readProductOptionValueById

ProductOptionValue readProductOptionValueById(Long id)


Copyright © 2012. All Rights Reserved.