Uses of Interface
org.broadleafcommerce.profile.core.domain.CustomerPhone
Packages that use CustomerPhone
Package
Description
-
Uses of CustomerPhone in org.broadleafcommerce.profile.core.dao
Methods in org.broadleafcommerce.profile.core.dao that return CustomerPhoneModifier and TypeMethodDescriptionCustomerPhoneDao.create()CustomerPhoneDaoImpl.create()CustomerPhoneDao.findDefaultCustomerPhone(Long customerId) CustomerPhoneDaoImpl.findDefaultCustomerPhone(Long customerId) CustomerPhoneDao.readCustomerPhoneById(Long customerPhoneId) CustomerPhoneDaoImpl.readCustomerPhoneById(Long customerPhoneId) CustomerPhoneDao.save(CustomerPhone customerPhone) CustomerPhoneDaoImpl.save(CustomerPhone customerPhone) Methods in org.broadleafcommerce.profile.core.dao that return types with arguments of type CustomerPhoneModifier and TypeMethodDescriptionCustomerPhoneDao.readActiveCustomerPhonesByCustomerId(Long customerId) CustomerPhoneDaoImpl.readActiveCustomerPhonesByCustomerId(Long customerId) CustomerPhoneDao.readAllCustomerPhonesByCustomerId(Long customerId) CustomerPhoneDaoImpl.readAllCustomerPhonesByCustomerId(Long customerId) Methods in org.broadleafcommerce.profile.core.dao with parameters of type CustomerPhoneModifier and TypeMethodDescriptionCustomerPhoneDao.save(CustomerPhone customerPhone) CustomerPhoneDaoImpl.save(CustomerPhone customerPhone) -
Uses of CustomerPhone in org.broadleafcommerce.profile.core.domain
Classes in org.broadleafcommerce.profile.core.domain that implement CustomerPhoneFields in org.broadleafcommerce.profile.core.domain with type parameters of type CustomerPhoneMethods in org.broadleafcommerce.profile.core.domain with type parameters of type CustomerPhoneModifier and TypeMethodDescription<G extends CustomerPhone>
CreateResponse<G>CustomerPhoneImpl.createOrRetrieveCopyInstance(MultiTenantCopyContext context) Methods in org.broadleafcommerce.profile.core.domain that return types with arguments of type CustomerPhoneMethod parameters in org.broadleafcommerce.profile.core.domain with type arguments of type CustomerPhoneModifier and TypeMethodDescriptionvoidCustomer.setCustomerPhones(List<CustomerPhone> customerPhones) voidCustomerImpl.setCustomerPhones(List<CustomerPhone> customerPhones) -
Uses of CustomerPhone in org.broadleafcommerce.profile.core.service
Methods in org.broadleafcommerce.profile.core.service that return CustomerPhoneModifier and TypeMethodDescriptionCustomerPhoneService.create()CustomerPhoneServiceImpl.create()CustomerPhoneService.findDefaultCustomerPhone(Long customerId) CustomerPhoneServiceImpl.findDefaultCustomerPhone(Long customerId) CustomerPhoneService.readCustomerPhoneById(Long customerPhoneId) CustomerPhoneServiceImpl.readCustomerPhoneById(Long customerPhoneId) CustomerPhoneService.saveCustomerPhone(CustomerPhone customerPhone) CustomerPhoneServiceImpl.saveCustomerPhone(CustomerPhone customerPhone) Methods in org.broadleafcommerce.profile.core.service that return types with arguments of type CustomerPhoneModifier and TypeMethodDescriptionCustomerPhoneService.readActiveCustomerPhonesByCustomerId(Long customerId) CustomerPhoneServiceImpl.readActiveCustomerPhonesByCustomerId(Long customerId) CustomerPhoneService.readAllCustomerPhonesByCustomerId(Long customerId) CustomerPhoneServiceImpl.readAllCustomerPhonesByCustomerId(Long customerId) Methods in org.broadleafcommerce.profile.core.service with parameters of type CustomerPhoneModifier and TypeMethodDescriptionCustomerPhoneService.saveCustomerPhone(CustomerPhone customerPhone) CustomerPhoneServiceImpl.saveCustomerPhone(CustomerPhone customerPhone)