org.broadleafcommerce.core.offer.dao
Interface CustomerOfferDao
- All Known Implementing Classes:
- CustomerOfferDaoImpl
public interface CustomerOfferDao
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.