org.broadleafcommerce.core.offer.dao
Class OfferAuditDaoImpl
java.lang.Object
org.broadleafcommerce.core.offer.dao.OfferAuditDaoImpl
- All Implemented Interfaces:
- OfferAuditDao
@Repository(value="blOfferAuditDao")
public class OfferAuditDaoImpl
- extends Object
- implements OfferAuditDao
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
em
protected javax.persistence.EntityManager em
entityConfiguration
protected EntityConfiguration entityConfiguration
OfferAuditDaoImpl
public OfferAuditDaoImpl()
create
public OfferAudit create()
- Specified by:
create in interface OfferAuditDao
delete
public void delete(OfferAudit offerAudit)
- Specified by:
delete in interface OfferAuditDao
save
public OfferAudit save(OfferAudit offerAudit)
- Specified by:
save in interface OfferAuditDao
readAuditById
public OfferAudit readAuditById(Long offerAuditId)
- Specified by:
readAuditById in interface OfferAuditDao
Copyright © 2012. All Rights Reserved.