Uses of Class
com.broadleafcommerce.customer.domain.Phone
Packages that use Phone
Package
Description
-
Uses of Phone in com.broadleafcommerce.customer.dataimport.converter
Methods in com.broadleafcommerce.customer.dataimport.converter that return PhoneModifier and TypeMethodDescriptionprotected Phone
CustomerConverter.convertPhone
(com.broadleafcommerce.common.dataimport.messaging.BatchRecord source) -
Uses of Phone in com.broadleafcommerce.customer.domain
Methods in com.broadleafcommerce.customer.domain that return PhoneModifier 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.Methods in com.broadleafcommerce.customer.domain with parameters of type PhoneModifier 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
Methods in com.broadleafcommerce.customer.provider.jpa.domain that return PhoneModifier 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.Methods in com.broadleafcommerce.customer.provider.jpa.domain with parameters of type PhoneModifier 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
Methods in com.broadleafcommerce.customer.provider.jpa.domain.support that return PhoneMethods in com.broadleafcommerce.customer.provider.jpa.domain.support with parameters of type Phone -
Uses of Phone in com.broadleafcommerce.customer.service.anonymization
Methods in com.broadleafcommerce.customer.service.anonymization with parameters of type Phone -
Uses of Phone in com.broadleafcommerce.customer.service.provider.domain
Methods in com.broadleafcommerce.customer.service.provider.domain that return PhoneModifier and TypeMethodDescriptionAddress.getPhoneFax()
Thefax number
for this address.Address.getPhonePrimary()
The primaryphone number
for this address.Address.getPhoneSecondary()
The secondaryphone number
for this address.Methods in com.broadleafcommerce.customer.service.provider.domain with parameters of type PhoneModifier 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
Methods in com.broadleafcommerce.customer.web.endpoint that return types with arguments of type PhoneModifier and TypeMethodDescriptionCustomerPaymentAccountEndpoint.PaymentAccountUpdate.getPhonePrimary()
CustomerPaymentAccountEndpoint.PaymentAccountUpdate.getPhoneSecondary()
-
Uses of Phone in com.broadleafcommerce.customer.web.endpoint.domain
Methods in com.broadleafcommerce.customer.web.endpoint.domain that return PhoneModifier and TypeMethodDescriptionRegisterAccountMemberRequest.getPhone()
Deprecated.Use the customer's phone numbers insteadUpdateAccountMemberRequest.getPhone()
Deprecated.Use the customer's phone numbers insteadMethods in com.broadleafcommerce.customer.web.endpoint.domain with parameters of type Phone