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 PhoneCustomerConverter.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 numberfor this address.CustomerAddress.getPhoneFax()Thefax numberfor this address.AccountAddress.getPhonePrimary()The primaryphone numberfor this address.CustomerAddress.getPhonePrimary()The primaryphone numberfor this address.PaymentAccount.getPhonePrimary()Deprecated, for removal: This API element is subject to removal in a future version.The primaryphone numberfor this billing address.PaymentAccountSummary.getPhonePrimary()Deprecated, for removal: This API element is subject to removal in a future version.The primaryphone numberfor this billing address.AccountAddress.getPhoneSecondary()The secondaryphone numberfor this address.CustomerAddress.getPhoneSecondary()The secondaryphone numberfor this address.PaymentAccount.getPhoneSecondary()Deprecated, for removal: This API element is subject to removal in a future version.The secondaryphone numberfor this billing address.PaymentAccountSummary.getPhoneSecondary()Deprecated, for removal: This API element is subject to removal in a future version.The secondaryphone numberfor this billing address.Methods in com.broadleafcommerce.customer.domain with parameters of type PhoneModifier and TypeMethodDescriptionvoidThe phone number of the user being invited to the account.voidThe phone number of the user being invited to the account.voidThe main phone number of the account member if they are not a registered customer at the time of invite.voidThe main phone number of the customer.voidAccountAddress.setPhoneFax(Phone phoneFax) Thefax numberfor this address.voidCustomerAddress.setPhoneFax(Phone phoneFax) Thefax numberfor this address.voidAccountAddress.setPhonePrimary(Phone phonePrimary) The primaryphone numberfor this address.voidCustomerAddress.setPhonePrimary(Phone phonePrimary) The primaryphone numberfor this address.voidPaymentAccount.setPhonePrimary(Phone phonePrimary) Deprecated, for removal: This API element is subject to removal in a future version.The primaryphone numberfor this billing address.voidPaymentAccountSummary.setPhonePrimary(Phone phonePrimary) Deprecated, for removal: This API element is subject to removal in a future version.The primaryphone numberfor this billing address.voidAccountAddress.setPhoneSecondary(Phone phoneSecondary) The secondaryphone numberfor this address.voidCustomerAddress.setPhoneSecondary(Phone phoneSecondary) The secondaryphone numberfor this address.voidPaymentAccount.setPhoneSecondary(Phone phoneSecondary) Deprecated, for removal: This API element is subject to removal in a future version.The secondaryphone numberfor this billing address.voidPaymentAccountSummary.setPhoneSecondary(Phone phoneSecondary) Deprecated, for removal: This API element is subject to removal in a future version.The secondaryphone numberfor 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 TypeMethodDescriptionvoidvoidvoidvoidJpaAccountAddress.setPhoneFax(Phone phoneFax) voidJpaCustomerAddress.setPhoneFax(Phone phoneFax) voidJpaAccountAddress.setPhonePrimary(Phone phonePrimary) voidJpaCustomerAddress.setPhonePrimary(Phone phonePrimary) voidJpaPaymentAccount.setPhonePrimary(Phone phonePrimary) Deprecated, for removal: This API element is subject to removal in a future version.voidJpaAccountAddress.setPhoneSecondary(Phone phoneSecondary) voidJpaCustomerAddress.setPhoneSecondary(Phone phoneSecondary) voidJpaPaymentAccount.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 numberfor this address.Address.getPhonePrimary()The primaryphone numberfor this address.Address.getPhoneSecondary()The secondaryphone numberfor this address.Methods in com.broadleafcommerce.customer.service.provider.domain with parameters of type PhoneModifier and TypeMethodDescriptionvoidAddress.setPhoneFax(Phone phoneFax) Thefax numberfor this address.voidAddress.setPhonePrimary(Phone phonePrimary) The primaryphone numberfor this address.voidAddress.setPhoneSecondary(Phone phoneSecondary) The secondaryphone numberfor 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