org.broadleafcommerce.catalog.dao
Class BasePriceDaoImpl

java.lang.Object
  extended by org.broadleafcommerce.catalog.dao.BasePriceDaoImpl
All Implemented Interfaces:
BasePriceDao

@Repository(value="blBasePriceDao")
public class BasePriceDaoImpl
extends java.lang.Object
implements BasePriceDao


Field Summary
protected  javax.persistence.EntityManager em
           
protected  EntityConfiguration entityConfiguration
           
 
Constructor Summary
BasePriceDaoImpl()
           
 
Method Summary
 BasePrice readBasePriceById(java.lang.Long basePriceId)
           
 BasePrice save(BasePrice basePrice)
           
 
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

BasePriceDaoImpl

public BasePriceDaoImpl()
Method Detail

save

public BasePrice save(BasePrice basePrice)
Specified by:
save in interface BasePriceDao

readBasePriceById

public BasePrice readBasePriceById(java.lang.Long basePriceId)
Specified by:
readBasePriceById in interface BasePriceDao


Copyright © 2010. All Rights Reserved.