Uses of Class
com.broadleafcommerce.customer.domain.Phone
Package
Description
-
Uses of Phone in com.broadleafcommerce.customer.dataimport.converter
Modifier and TypeMethodDescriptionprotected Phone
CustomerConverter.convertPhone
(com.broadleafcommerce.common.dataimport.messaging.BatchRecord source) -
Uses of Phone in com.broadleafcommerce.customer.domain
Modifier and TypeMethodDescriptionAccountInvite.getPhone()
The phone number of the user being invited to the account.AccountInviteRequest.getPhone()
The phone number of the user being invited to the account.AccountMember.getPhone()
The main phone number of the account member if they are not a registered customer at the time of invite.AdditionalPhone.getPhone()
Customer.getPhone()
The main phone number of the customer.AccountAddress.getPhoneFax()
Thefax number
for this address.CustomerAddress.getPhoneFax()
Thefax number
for this address.AccountAddress.getPhonePrimary()
The primaryphone number
for this address.CustomerAddress.getPhonePrimary()
The primaryphone number
for this address.PaymentAccount.getPhonePrimary()
Deprecated, for removal: This API element is subject to removal in a future version.The primaryphone number
for this billing address.PaymentAccountSummary.getPhonePrimary()
Deprecated, for removal: This API element is subject to removal in a future version.The primaryphone number
for this billing address.AccountAddress.getPhoneSecondary()
The secondaryphone number
for this address.CustomerAddress.getPhoneSecondary()
The secondaryphone number
for this address.PaymentAccount.getPhoneSecondary()
Deprecated, for removal: This API element is subject to removal in a future version.The secondaryphone number
for this billing address.PaymentAccountSummary.getPhoneSecondary()
Deprecated, for removal: This API element is subject to removal in a future version.The secondaryphone number
for this billing address.Modifier and TypeMethodDescriptionvoid
The phone number of the user being invited to the account.void
The phone number of the user being invited to the account.void
The main phone number of the account member if they are not a registered customer at the time of invite.void
The main phone number of the customer.void
AccountAddress.setPhoneFax
(Phone phoneFax) Thefax number
for this address.void
CustomerAddress.setPhoneFax
(Phone phoneFax) Thefax number
for this address.void
AccountAddress.setPhonePrimary
(Phone phonePrimary) The primaryphone number
for this address.void
CustomerAddress.setPhonePrimary
(Phone phonePrimary) The primaryphone number
for this address.void
PaymentAccount.setPhonePrimary
(Phone phonePrimary) Deprecated, for removal: This API element is subject to removal in a future version.The primaryphone number
for this billing address.void
PaymentAccountSummary.setPhonePrimary
(Phone phonePrimary) Deprecated, for removal: This API element is subject to removal in a future version.The primaryphone number
for this billing address.void
AccountAddress.setPhoneSecondary
(Phone phoneSecondary) The secondaryphone number
for this address.void
CustomerAddress.setPhoneSecondary
(Phone phoneSecondary) The secondaryphone number
for this address.void
PaymentAccount.setPhoneSecondary
(Phone phoneSecondary) Deprecated, for removal: This API element is subject to removal in a future version.The secondaryphone number
for this billing address.void
PaymentAccountSummary.setPhoneSecondary
(Phone phoneSecondary) Deprecated, for removal: This API element is subject to removal in a future version.The secondaryphone number
for this billing address. -
Uses of Phone in com.broadleafcommerce.customer.provider.jpa.domain
Modifier and TypeMethodDescriptionJpaAccountInvite.getPhone()
JpaAccountMember.getPhone()
JpaCustomer.getPhone()
JpaAccountAddress.getPhoneFax()
JpaCustomerAddress.getPhoneFax()
JpaAccountAddress.getPhonePrimary()
JpaCustomerAddress.getPhonePrimary()
JpaPaymentAccount.getPhonePrimary()
Deprecated, for removal: This API element is subject to removal in a future version.JpaAccountAddress.getPhoneSecondary()
JpaCustomerAddress.getPhoneSecondary()
JpaPaymentAccount.getPhoneSecondary()
Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionvoid
void
void
void
JpaAccountAddress.setPhoneFax
(Phone phoneFax) void
JpaCustomerAddress.setPhoneFax
(Phone phoneFax) void
JpaAccountAddress.setPhonePrimary
(Phone phonePrimary) void
JpaCustomerAddress.setPhonePrimary
(Phone phonePrimary) void
JpaPaymentAccount.setPhonePrimary
(Phone phonePrimary) Deprecated, for removal: This API element is subject to removal in a future version.void
JpaAccountAddress.setPhoneSecondary
(Phone phoneSecondary) void
JpaCustomerAddress.setPhoneSecondary
(Phone phoneSecondary) void
JpaPaymentAccount.setPhoneSecondary
(Phone phoneSecondary) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Phone in com.broadleafcommerce.customer.provider.jpa.domain.support
-
Uses of Phone in com.broadleafcommerce.customer.service.anonymization
-
Uses of Phone in com.broadleafcommerce.customer.service.provider.domain
Modifier and TypeMethodDescriptionAddress.getPhoneFax()
Thefax number
for this address.Address.getPhonePrimary()
The primaryphone number
for this address.Address.getPhoneSecondary()
The secondaryphone number
for this address.Modifier and TypeMethodDescriptionvoid
Address.setPhoneFax
(Phone phoneFax) Thefax number
for this address.void
Address.setPhonePrimary
(Phone phonePrimary) The primaryphone number
for this address.void
Address.setPhoneSecondary
(Phone phoneSecondary) The secondaryphone number
for this address. -
Uses of Phone in com.broadleafcommerce.customer.web.endpoint
Modifier and TypeMethodDescriptionCustomerPaymentAccountEndpoint.PaymentAccountUpdate.getPhonePrimary()
CustomerPaymentAccountEndpoint.PaymentAccountUpdate.getPhoneSecondary()
-
Uses of Phone in com.broadleafcommerce.customer.web.endpoint.domain