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

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

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

Methods in org.broadleafcommerce.profile.core.dao that return Phone
 Phone PhoneDaoImpl.create()
           
 Phone PhoneDao.create()
           
 Phone PhoneDaoImpl.readPhoneById(Long phoneId)
           
 Phone PhoneDao.readPhoneById(Long phoneId)
           
 Phone PhoneDaoImpl.save(Phone phone)
           
 Phone PhoneDao.save(Phone phone)
           
 

Methods in org.broadleafcommerce.profile.core.dao with parameters of type Phone
 Phone PhoneDaoImpl.save(Phone phone)
           
 Phone PhoneDao.save(Phone phone)
           
 

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

Classes in org.broadleafcommerce.profile.core.domain that implement Phone
 class PhoneImpl
           
 

Fields in org.broadleafcommerce.profile.core.domain declared as Phone
protected  Phone CustomerPhoneImpl.phone
           
protected  Phone AddressImpl.phoneFax
           
protected  Phone AddressImpl.phonePrimary
           
protected  Phone AddressImpl.phoneSecondary
           
 

Methods in org.broadleafcommerce.profile.core.domain that return Phone
 Phone CustomerPhoneImpl.getPhone()
           
 Phone CustomerPhone.getPhone()
           
 Phone AddressImpl.getPhoneFax()
           
 Phone Address.getPhoneFax()
           
 Phone AddressImpl.getPhonePrimary()
           
 Phone Address.getPhonePrimary()
           
 Phone AddressImpl.getPhoneSecondary()
           
 Phone Address.getPhoneSecondary()
           
 

Methods in org.broadleafcommerce.profile.core.domain with parameters of type Phone
 void CustomerPhoneImpl.setPhone(Phone phone)
           
 void CustomerPhone.setPhone(Phone phone)
           
 void AddressImpl.setPhoneFax(Phone phoneFax)
           
 void Address.setPhoneFax(Phone phone)
           
 void AddressImpl.setPhonePrimary(Phone phonePrimary)
           
 void Address.setPhonePrimary(Phone phonePrimary)
           
 void AddressImpl.setPhoneSecondary(Phone phoneSecondary)
           
 void Address.setPhoneSecondary(Phone phoneSecondary)
           
 

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

Methods in org.broadleafcommerce.profile.core.service that return Phone
 Phone PhoneServiceImpl.create()
           
 Phone PhoneService.create()
           
 Phone PhoneServiceImpl.readPhoneById(Long phoneId)
           
 Phone PhoneService.readPhoneById(Long phoneId)
           
 Phone PhoneServiceImpl.savePhone(Phone phone)
           
 Phone PhoneService.savePhone(Phone phone)
           
 

Methods in org.broadleafcommerce.profile.core.service with parameters of type Phone
 Phone PhoneServiceImpl.savePhone(Phone phone)
           
 Phone PhoneService.savePhone(Phone phone)
           
 



Copyright © 2013. All Rights Reserved.