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 CustomerPhoneDao.create()
           
 CustomerPhone CustomerPhoneDaoImpl.create()
           
 CustomerPhone CustomerPhoneDao.findDefaultCustomerPhone(java.lang.Long customerId)
           
 CustomerPhone CustomerPhoneDaoImpl.findDefaultCustomerPhone(java.lang.Long customerId)
           
 CustomerPhone CustomerPhoneDao.readCustomerPhoneById(java.lang.Long customerPhoneId)
           
 CustomerPhone CustomerPhoneDaoImpl.readCustomerPhoneById(java.lang.Long customerPhoneId)
           
 CustomerPhone CustomerPhoneDao.save(CustomerPhone customerPhone)
           
 CustomerPhone CustomerPhoneDaoImpl.save(CustomerPhone customerPhone)
           
 

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

Methods in org.broadleafcommerce.profile.core.dao with parameters of type CustomerPhone
 CustomerPhone CustomerPhoneDao.save(CustomerPhone customerPhone)
           
 CustomerPhone CustomerPhoneDaoImpl.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 CustomerPhoneService.create()
           
 CustomerPhone CustomerPhoneServiceImpl.create()
           
 CustomerPhone CustomerPhoneService.findDefaultCustomerPhone(java.lang.Long customerId)
           
 CustomerPhone CustomerPhoneServiceImpl.findDefaultCustomerPhone(java.lang.Long customerId)
           
 CustomerPhone CustomerPhoneService.readCustomerPhoneById(java.lang.Long customerPhoneId)
           
 CustomerPhone CustomerPhoneServiceImpl.readCustomerPhoneById(java.lang.Long customerPhoneId)
           
 CustomerPhone CustomerPhoneService.saveCustomerPhone(CustomerPhone customerPhone)
           
 CustomerPhone CustomerPhoneServiceImpl.saveCustomerPhone(CustomerPhone customerPhone)
           
 

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

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



Copyright © 2011. All Rights Reserved.