Uses of Interface
org.broadleafcommerce.profile.core.domain.CustomerPhone

Packages that use CustomerPhone
org.broadleafcommerce.profile.core.dao   
org.broadleafcommerce.profile.core.domain   
org.broadleafcommerce.profile.core.service   
 

Uses of CustomerPhone in org.broadleafcommerce.profile.core.dao
 

Methods in org.broadleafcommerce.profile.core.dao that return CustomerPhone
 CustomerPhone CustomerPhoneDaoImpl.create()
           
 CustomerPhone CustomerPhoneDao.create()
           
 CustomerPhone CustomerPhoneDaoImpl.findDefaultCustomerPhone(Long customerId)
           
 CustomerPhone CustomerPhoneDao.findDefaultCustomerPhone(Long customerId)
           
 CustomerPhone CustomerPhoneDaoImpl.readCustomerPhoneById(Long customerPhoneId)
           
 CustomerPhone CustomerPhoneDao.readCustomerPhoneById(Long customerPhoneId)
           
 CustomerPhone CustomerPhoneDaoImpl.save(CustomerPhone customerPhone)
           
 CustomerPhone CustomerPhoneDao.save(CustomerPhone customerPhone)
           
 

Methods in org.broadleafcommerce.profile.core.dao that return types with arguments of type CustomerPhone
 List<CustomerPhone> CustomerPhoneDaoImpl.readActiveCustomerPhonesByCustomerId(Long customerId)
           
 List<CustomerPhone> CustomerPhoneDao.readActiveCustomerPhonesByCustomerId(Long customerId)
           
 List<CustomerPhone> CustomerPhoneDaoImpl.readAllCustomerPhonesByCustomerId(Long customerId)
           
 List<CustomerPhone> CustomerPhoneDao.readAllCustomerPhonesByCustomerId(Long customerId)
           
 

Methods in org.broadleafcommerce.profile.core.dao with parameters of type CustomerPhone
 CustomerPhone CustomerPhoneDaoImpl.save(CustomerPhone customerPhone)
           
 CustomerPhone CustomerPhoneDao.save(CustomerPhone customerPhone)
           
 

Uses of CustomerPhone in org.broadleafcommerce.profile.core.domain
 

Classes in org.broadleafcommerce.profile.core.domain that implement CustomerPhone
 class CustomerPhoneImpl
           
 

Uses of CustomerPhone in org.broadleafcommerce.profile.core.service
 

Methods in org.broadleafcommerce.profile.core.service that return CustomerPhone
 CustomerPhone CustomerPhoneServiceImpl.create()
           
 CustomerPhone CustomerPhoneService.create()
           
 CustomerPhone CustomerPhoneServiceImpl.findDefaultCustomerPhone(Long customerId)
           
 CustomerPhone CustomerPhoneService.findDefaultCustomerPhone(Long customerId)
           
 CustomerPhone CustomerPhoneServiceImpl.readCustomerPhoneById(Long customerPhoneId)
           
 CustomerPhone CustomerPhoneService.readCustomerPhoneById(Long customerPhoneId)
           
 CustomerPhone CustomerPhoneServiceImpl.saveCustomerPhone(CustomerPhone customerPhone)
           
 CustomerPhone CustomerPhoneService.saveCustomerPhone(CustomerPhone customerPhone)
           
 

Methods in org.broadleafcommerce.profile.core.service that return types with arguments of type CustomerPhone
 List<CustomerPhone> CustomerPhoneServiceImpl.readActiveCustomerPhonesByCustomerId(Long customerId)
           
 List<CustomerPhone> CustomerPhoneService.readActiveCustomerPhonesByCustomerId(Long customerId)
           
 List<CustomerPhone> CustomerPhoneServiceImpl.readAllCustomerPhonesByCustomerId(Long customerId)
           
 List<CustomerPhone> CustomerPhoneService.readAllCustomerPhonesByCustomerId(Long customerId)
           
 

Methods in org.broadleafcommerce.profile.core.service with parameters of type CustomerPhone
 CustomerPhone CustomerPhoneServiceImpl.saveCustomerPhone(CustomerPhone customerPhone)
           
 CustomerPhone CustomerPhoneService.saveCustomerPhone(CustomerPhone customerPhone)
           
 



Copyright © 2013. All Rights Reserved.