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 PhoneDao.create()
           
 Phone PhoneDaoImpl.create()
           
 Phone PhoneDao.readPhoneById(java.lang.Long phoneId)
           
 Phone PhoneDaoImpl.readPhoneById(java.lang.Long phoneId)
           
 Phone PhoneDao.save(Phone phone)
           
 Phone PhoneDaoImpl.save(Phone phone)
           
 

Methods in org.broadleafcommerce.profile.core.dao with parameters of type Phone
 Phone PhoneDao.save(Phone phone)
           
 Phone PhoneDaoImpl.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
           
 

Methods in org.broadleafcommerce.profile.core.domain that return Phone
 Phone CustomerPhone.getPhone()
           
 Phone CustomerPhoneImpl.getPhone()
           
 

Methods in org.broadleafcommerce.profile.core.domain with parameters of type Phone
 void CustomerPhone.setPhone(Phone phone)
           
 void CustomerPhoneImpl.setPhone(Phone phone)
           
 

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

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

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



Copyright © 2011. All Rights Reserved.