org.broadleafcommerce.core.offer.dao
Interface OfferAuditDao

All Known Implementing Classes:
OfferAuditDaoImpl

public interface OfferAuditDao


Method Summary
 Long countUsesByCustomer(Long customerId, Long offerId)
           
 OfferAudit create()
           
 void delete(OfferAudit offerAudit)
           
 OfferAudit readAuditById(Long offerAuditId)
           
 OfferAudit save(OfferAudit offerAudit)
           
 

Method Detail

readAuditById

OfferAudit readAuditById(Long offerAuditId)

save

OfferAudit save(OfferAudit offerAudit)

delete

void delete(OfferAudit offerAudit)

create

OfferAudit create()

countUsesByCustomer

Long countUsesByCustomer(Long customerId,
                         Long offerId)


Copyright © 2013. All Rights Reserved.