Uses of Interface
org.broadleafcommerce.core.offer.domain.CustomerOffer

Packages that use CustomerOffer
org.broadleafcommerce.core.offer.dao   
org.broadleafcommerce.core.offer.domain   
org.broadleafcommerce.core.offer.service   
 

Uses of CustomerOffer in org.broadleafcommerce.core.offer.dao
 

Methods in org.broadleafcommerce.core.offer.dao that return CustomerOffer
 CustomerOffer CustomerOfferDao.create()
           
 CustomerOffer CustomerOfferDaoImpl.create()
           
 CustomerOffer CustomerOfferDao.readCustomerOfferById(java.lang.Long customerOfferId)
           
 CustomerOffer CustomerOfferDaoImpl.readCustomerOfferById(java.lang.Long customerOfferId)
           
 CustomerOffer CustomerOfferDao.save(CustomerOffer customerOffer)
           
 CustomerOffer CustomerOfferDaoImpl.save(CustomerOffer customerOffer)
           
 

Methods in org.broadleafcommerce.core.offer.dao that return types with arguments of type CustomerOffer
 java.util.List<CustomerOffer> CustomerOfferDao.readCustomerOffersByCustomer(Customer customer)
           
 java.util.List<CustomerOffer> CustomerOfferDaoImpl.readCustomerOffersByCustomer(Customer customer)
           
 

Methods in org.broadleafcommerce.core.offer.dao with parameters of type CustomerOffer
 void CustomerOfferDao.delete(CustomerOffer customerOffer)
           
 void CustomerOfferDaoImpl.delete(CustomerOffer customerOffer)
           
 CustomerOffer CustomerOfferDao.save(CustomerOffer customerOffer)
           
 CustomerOffer CustomerOfferDaoImpl.save(CustomerOffer customerOffer)
           
 

Uses of CustomerOffer in org.broadleafcommerce.core.offer.domain
 

Classes in org.broadleafcommerce.core.offer.domain that implement CustomerOffer
 class CustomerOfferImpl
           
 

Uses of CustomerOffer in org.broadleafcommerce.core.offer.service
 

Methods in org.broadleafcommerce.core.offer.service that return types with arguments of type CustomerOffer
protected  java.util.List<CustomerOffer> OfferServiceImpl.lookupOfferCustomerByCustomer(Customer customer)
          Private method used to retrieve all offers assigned to this customer.
 



Copyright © 2012. All Rights Reserved.