Uses of Class
com.broadleafcommerce.customer.domain.Phone
-
-
Uses of Phone in com.broadleafcommerce.customer.dataimport.converter
Methods in com.broadleafcommerce.customer.dataimport.converter that return Phone Modifier and Type Method Description protected 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 Phone Modifier and Type Method Description Phone
AccountInvite. getPhone()
The phone number of the user being invited to the account.Phone
AccountInviteRequest. getPhone()
The phone number of the user being invited to the account.Phone
AccountMember. getPhone()
The main phone number of the account member if they are not a registered customer at the time of invite.Phone
AdditionalPhone. getPhone()
Phone
Customer. getPhone()
The main phone number of the customer.Phone
AccountAddress. getPhoneFax()
Thefax number
for this address.Phone
CustomerAddress. getPhoneFax()
Thefax number
for this address.Phone
AccountAddress. getPhonePrimary()
The primaryphone number
for this address.Phone
CustomerAddress. getPhonePrimary()
The primaryphone number
for this address.Phone
PaymentAccount. getPhonePrimary()
Deprecated, for removal: This API element is subject to removal in a future version.The primaryphone number
for this billing address.Phone
PaymentAccountSummary. getPhonePrimary()
Deprecated, for removal: This API element is subject to removal in a future version.The primaryphone number
for this billing address.Phone
AccountAddress. getPhoneSecondary()
The secondaryphone number
for this address.Phone
CustomerAddress. getPhoneSecondary()
The secondaryphone number
for this address.Phone
PaymentAccount. getPhoneSecondary()
Deprecated, for removal: This API element is subject to removal in a future version.The secondaryphone number
for this billing address.Phone
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 Phone Modifier and Type Method Description void
AccountInvite. setPhone(Phone phone)
The phone number of the user being invited to the account.void
AccountInviteRequest. setPhone(Phone phone)
The phone number of the user being invited to the account.void
AccountMember. setPhone(Phone phone)
The main phone number of the account member if they are not a registered customer at the time of invite.void
Customer. setPhone(Phone phone)
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 Phone Modifier and Type Method Description Phone
JpaAccountInvite. getPhone()
Phone
JpaAccountMember. getPhone()
Phone
JpaCustomer. getPhone()
Phone
JpaAccountAddress. getPhoneFax()
Phone
JpaCustomerAddress. getPhoneFax()
Phone
JpaAccountAddress. getPhonePrimary()
Phone
JpaCustomerAddress. getPhonePrimary()
Phone
JpaPaymentAccount. getPhonePrimary()
Deprecated, for removal: This API element is subject to removal in a future version.Phone
JpaAccountAddress. getPhoneSecondary()
Phone
JpaCustomerAddress. getPhoneSecondary()
Phone
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 Phone Modifier and Type Method Description void
JpaAccountInvite. setPhone(Phone phone)
void
JpaAccountMember. setPhone(Phone phone)
void
JpaCustomer. setPhone(Phone phone)
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 Phone Modifier and Type Method Description Phone
PhoneConverter. convertToEntityAttribute(String dbData)
Methods in com.broadleafcommerce.customer.provider.jpa.domain.support with parameters of type Phone Modifier and Type Method Description String
PhoneConverter. convertToDatabaseColumn(Phone attribute)
-
Uses of Phone in com.broadleafcommerce.customer.service.anonymization
Methods in com.broadleafcommerce.customer.service.anonymization with parameters of type Phone Modifier and Type Method Description protected List<com.broadleafcommerce.common.privacy.anonymization.AnonymizationRecord>
AbstractAnonymizationHandler. process(String boundedContextIdentifier, Phone memberPhone, String type, String fieldName)
Process aPhone
instance -
Uses of Phone in com.broadleafcommerce.customer.service.provider.domain
Methods in com.broadleafcommerce.customer.service.provider.domain that return Phone Modifier and Type Method Description Phone
Address. getPhoneFax()
Thefax number
for this address.Phone
Address. getPhonePrimary()
The primaryphone number
for this address.Phone
Address. getPhoneSecondary()
The secondaryphone number
for this address.Methods in com.broadleafcommerce.customer.service.provider.domain with parameters of type Phone Modifier and Type Method Description void
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 Phone Modifier and Type Method Description Optional<Phone>
CustomerPaymentAccountEndpoint.PaymentAccountUpdate. getPhonePrimary()
Optional<Phone>
CustomerPaymentAccountEndpoint.PaymentAccountUpdate. getPhoneSecondary()
-
Uses of Phone in com.broadleafcommerce.customer.web.endpoint.domain
Methods in com.broadleafcommerce.customer.web.endpoint.domain that return Phone Modifier and Type Method Description Phone
RegisterAccountMemberRequest. getPhone()
Deprecated.Use the customer's phone numbers insteadPhone
UpdateAccountMemberRequest. getPhone()
Deprecated.Use the customer's phone numbers insteadMethods in com.broadleafcommerce.customer.web.endpoint.domain with parameters of type Phone Modifier and Type Method Description void
RegisterAccountMemberRequest. setPhone(Phone phone)
Deprecated.Use the customer's phone numbers insteadvoid
UpdateAccountMemberRequest. setPhone(Phone phone)
Deprecated.Use the customer's phone numbers instead
-