org.broadleafcommerce.core.catalog.dao
Interface ProductOptionDao
- All Known Implementing Classes:
- ProductOptionDaoImpl
public interface ProductOptionDao
- Author:
- Phillip Verheyden
readAllProductOptions
List<ProductOption> readAllProductOptions()
readProductOptionById
ProductOption readProductOptionById(Long id)
saveProductOption
ProductOption saveProductOption(ProductOption option)
readProductOptionValueById
ProductOptionValue readProductOptionValueById(Long id)
Copyright © 2013. All Rights Reserved.