| Modifier and Type | Field and Description |
|---|---|
protected Phone |
FulfillmentGroupImpl.phone
Deprecated.
uses the phonePrimary property on AddressImpl instead
|
| Modifier and Type | Method and Description |
|---|---|
Phone |
FulfillmentGroupImpl.getPhone()
Deprecated.
use the phonePrimary property on the related Address instead
|
Phone |
FulfillmentGroup.getPhone()
Deprecated.
use
Address.getPhonePrimary() instead. |
| Modifier and Type | Method and Description |
|---|---|
void |
FulfillmentGroupImpl.setPhone(Phone phone)
Deprecated.
use the phonePrimary property on the related Address instead
|
void |
FulfillmentGroup.setPhone(Phone phone)
Deprecated.
use
Address.getPhonePrimary() instead |
| Modifier and Type | Field and Description |
|---|---|
protected Phone |
FulfillmentGroupRequest.phone |
| Modifier and Type | Method and Description |
|---|---|
Phone |
FulfillmentGroupRequest.getPhone() |
| Modifier and Type | Method and Description |
|---|---|
void |
FulfillmentGroupRequest.setPhone(Phone phone) |
| Modifier and Type | Method and Description |
|---|---|
Phone |
PhoneWrapper.unwrap(javax.servlet.http.HttpServletRequest request,
org.springframework.context.ApplicationContext appContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
PhoneWrapper.wrapDetails(Phone model,
javax.servlet.http.HttpServletRequest request) |
void |
PhoneWrapper.wrapSummary(Phone model,
javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
protected Phone |
BroadleafShippingInfoController.copyPhone(Phone phoneToCopy) |
protected Phone |
BroadleafBillingInfoController.copyPhone(Phone phoneToCopy,
Phone phoneToUpdate) |
| Modifier and Type | Method and Description |
|---|---|
protected Phone |
BroadleafShippingInfoController.copyPhone(Phone phoneToCopy) |
protected Phone |
BroadleafBillingInfoController.copyPhone(Phone phoneToCopy,
Phone phoneToUpdate) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
Phone |
PhoneNameForm.getPhone() |
| Modifier and Type | Method and Description |
|---|---|
void |
PhoneNameForm.setPhone(Phone phone) |
| Modifier and Type | Method and Description |
|---|---|
void |
PhoneFormatterImpl.formatPhoneNumber(Phone phone) |
void |
PhoneFormatter.formatPhoneNumber(Phone phone) |
Copyright © 2015. All rights reserved.