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
AccountMember. getPhone()
The main phone number of the account member.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()
The primaryphone number
for this billing address.Phone
PaymentAccountSummary. getPhonePrimary()
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()
The secondaryphone number
for this billing address.Phone
PaymentAccountSummary. getPhoneSecondary()
The secondaryphone number
for this billing address.Methods in com.broadleafcommerce.customer.domain with parameters of type Phone Modifier and Type Method Description void
AccountMember. setPhone(Phone phone)
The main phone number of the account member.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)
The primaryphone number
for this billing address.void
PaymentAccountSummary. setPhonePrimary(Phone phonePrimary)
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)
The secondaryphone number
for this billing address.void
PaymentAccountSummary. setPhoneSecondary(Phone phoneSecondary)
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
JpaAccountMember. getPhone()
Phone
JpaCustomer. getPhone()
Phone
JpaAccountAddress. getPhoneFax()
Phone
JpaCustomerAddress. getPhoneFax()
Phone
JpaAccountAddress. getPhonePrimary()
Phone
JpaCustomerAddress. getPhonePrimary()
Phone
JpaPaymentAccount. getPhonePrimary()
Phone
JpaAccountAddress. getPhoneSecondary()
Phone
JpaCustomerAddress. getPhoneSecondary()
Phone
JpaPaymentAccount. getPhoneSecondary()
Methods in com.broadleafcommerce.customer.provider.jpa.domain with parameters of type Phone Modifier and Type Method Description 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)
void
JpaAccountAddress. setPhoneSecondary(Phone phoneSecondary)
void
JpaCustomerAddress. setPhoneSecondary(Phone phoneSecondary)
void
JpaPaymentAccount. setPhoneSecondary(Phone phoneSecondary)
-
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()
The primary phone number of the account member.Phone
UpdateAccountMemberRequest. getPhone()
An updated primary phone number of the account member.Methods in com.broadleafcommerce.customer.web.endpoint.domain with parameters of type Phone Modifier and Type Method Description void
RegisterAccountMemberRequest. setPhone(Phone phone)
The primary phone number of the account member.void
UpdateAccountMemberRequest. setPhone(Phone phone)
An updated primary phone number of the account member.
-