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(java.lang.Long customerOfferId)
           
 java.util.List<CustomerOffer> readCustomerOffersByCustomer(Customer customer)
           
 CustomerOffer save(CustomerOffer customerOffer)
           
 

Method Detail

readCustomerOfferById

CustomerOffer readCustomerOfferById(java.lang.Long customerOfferId)

readCustomerOffersByCustomer

java.util.List<CustomerOffer> readCustomerOffersByCustomer(Customer customer)

save

CustomerOffer save(CustomerOffer customerOffer)

delete

void delete(CustomerOffer customerOffer)

create

CustomerOffer create()


Copyright © 2012. All Rights Reserved.