org.broadleafcommerce.core.catalog.dao
Class ProductOptionDaoImpl

java.lang.Object
  extended by org.broadleafcommerce.core.catalog.dao.ProductOptionDaoImpl
All Implemented Interfaces:
ProductOptionDao

@Repository(value="blProductOptionDao")
public class ProductOptionDaoImpl
extends Object
implements ProductOptionDao


Field Summary
protected  javax.persistence.EntityManager em
           
protected  EntityConfiguration entityConfiguration
           
 
Constructor Summary
ProductOptionDaoImpl()
           
 
Method Summary
 List<ProductOption> readAllProductOptions()
           
 ProductOption readProductOptionById(Long id)
           
 ProductOptionValue readProductOptionValueById(Long id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

em

protected javax.persistence.EntityManager em

entityConfiguration

protected EntityConfiguration entityConfiguration
Constructor Detail

ProductOptionDaoImpl

public ProductOptionDaoImpl()
Method Detail

readAllProductOptions

public List<ProductOption> readAllProductOptions()
Specified by:
readAllProductOptions in interface ProductOptionDao

readProductOptionById

public ProductOption readProductOptionById(Long id)
Specified by:
readProductOptionById in interface ProductOptionDao

readProductOptionValueById

public ProductOptionValue readProductOptionValueById(Long id)
Specified by:
readProductOptionValueById in interface ProductOptionDao


Copyright © 2012. All Rights Reserved.