Uses of Interface
org.broadleafcommerce.core.offer.domain.CustomerOffer
Packages that use CustomerOffer
Package
Description
-
Uses of CustomerOffer in org.broadleafcommerce.core.offer.dao
Methods in org.broadleafcommerce.core.offer.dao that return CustomerOfferModifier and TypeMethodDescriptionCustomerOfferDao.create()CustomerOfferDaoImpl.create()CustomerOfferDao.readCustomerOfferById(Long customerOfferId) CustomerOfferDaoImpl.readCustomerOfferById(Long customerOfferId) CustomerOfferDao.save(CustomerOffer customerOffer) CustomerOfferDaoImpl.save(CustomerOffer customerOffer) Methods in org.broadleafcommerce.core.offer.dao that return types with arguments of type CustomerOfferModifier and TypeMethodDescriptionCustomerOfferDao.readCustomerOffersByCustomer(org.broadleafcommerce.profile.core.domain.Customer customer) CustomerOfferDaoImpl.readCustomerOffersByCustomer(org.broadleafcommerce.profile.core.domain.Customer customer) Methods in org.broadleafcommerce.core.offer.dao with parameters of type CustomerOfferModifier and TypeMethodDescriptionvoidCustomerOfferDao.delete(CustomerOffer customerOffer) voidCustomerOfferDaoImpl.delete(CustomerOffer customerOffer) CustomerOfferDao.save(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 -
Uses of CustomerOffer in org.broadleafcommerce.core.offer.service
Methods in org.broadleafcommerce.core.offer.service that return types with arguments of type CustomerOfferModifier and TypeMethodDescriptionprotected List<CustomerOffer>OfferServiceImpl.lookupOfferCustomerByCustomer(org.broadleafcommerce.profile.core.domain.Customer customer) Private method used to retrieve all offers assigned to this customer.