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

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

Uses of CustomerOffer in org.broadleafcommerce.offer.dao
 

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

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

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

Uses of CustomerOffer in org.broadleafcommerce.offer.domain
 

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

Uses of CustomerOffer in org.broadleafcommerce.offer.service
 

Methods in org.broadleafcommerce.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 © 2010. All Rights Reserved.