| Package | Description |
|---|---|
| org.broadleafcommerce.profile.core.dao | |
| org.broadleafcommerce.profile.core.domain | |
| org.broadleafcommerce.profile.core.service |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
Phone |
PhoneDaoImpl.save(Phone phone) |
Phone |
PhoneDao.save(Phone phone) |
| Modifier and Type | Class and Description |
|---|---|
class |
PhoneImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Phone |
CustomerPhoneImpl.phone |
protected Phone |
AddressImpl.phoneFax |
protected Phone |
AddressImpl.phonePrimary |
protected Phone |
AddressImpl.phoneSecondary |
| Modifier and Type | Method and Description |
|---|---|
Phone |
CustomerPhoneImpl.getPhone() |
Phone |
CustomerPhone.getPhone() |
Phone |
Address.getPhoneFax() |
Phone |
AddressImpl.getPhoneFax() |
Phone |
Address.getPhonePrimary() |
Phone |
AddressImpl.getPhonePrimary() |
Phone |
Address.getPhoneSecondary() |
Phone |
AddressImpl.getPhoneSecondary() |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerPhoneImpl.setPhone(Phone phone) |
void |
CustomerPhone.setPhone(Phone phone) |
void |
Address.setPhoneFax(Phone phone) |
void |
AddressImpl.setPhoneFax(Phone phoneFax) |
void |
Address.setPhonePrimary(Phone phonePrimary) |
void |
AddressImpl.setPhonePrimary(Phone phonePrimary) |
void |
Address.setPhoneSecondary(Phone phoneSecondary) |
void |
AddressImpl.setPhoneSecondary(Phone phoneSecondary) |
| Modifier and Type | Method and Description |
|---|---|
Phone |
PhoneService.create() |
Phone |
PhoneServiceImpl.create() |
Phone |
PhoneService.readPhoneById(Long phoneId) |
Phone |
PhoneServiceImpl.readPhoneById(Long phoneId) |
Phone |
PhoneService.savePhone(Phone phone) |
Phone |
PhoneServiceImpl.savePhone(Phone phone) |
| Modifier and Type | Method and Description |
|---|---|
Phone |
PhoneService.savePhone(Phone phone) |
Phone |
PhoneServiceImpl.savePhone(Phone phone) |
Copyright © 2015. All Rights Reserved.