org.broadleafcommerce.core.offer.dao
Interface CustomerOfferDao

All Known Implementing Classes:
CustomerOfferDaoImpl

public interface CustomerOfferDao


Method Summary
 CustomerOffer create()
           
 void delete(CustomerOffer customerOffer)
           
 CustomerOffer readCustomerOfferById(Long customerOfferId)
           
 List<CustomerOffer> readCustomerOffersByCustomer(Customer customer)
           
 CustomerOffer save(CustomerOffer customerOffer)
           
 

Method Detail

readCustomerOfferById

CustomerOffer readCustomerOfferById(Long customerOfferId)

readCustomerOffersByCustomer

List<CustomerOffer> readCustomerOffersByCustomer(Customer customer)

save

CustomerOffer save(CustomerOffer customerOffer)

delete

void delete(CustomerOffer customerOffer)

create

CustomerOffer create()


Copyright © 2012. All Rights Reserved.