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 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 Phone Modifier and Type Method Description PhoneAccountInvite. getPhone()The phone number of the user being invited to the account.PhoneAccountInviteRequest. getPhone()The phone number of the user being invited to the account.PhoneAccountMember. getPhone()The main phone number of the account member if they are not a registered customer at the time of invite.PhoneAdditionalPhone. getPhone()PhoneCustomer. getPhone()The main phone number of the customer.PhoneAccountAddress. getPhoneFax()Thefax numberfor this address.PhoneCustomerAddress. getPhoneFax()Thefax numberfor this address.PhoneAccountAddress. getPhonePrimary()The primaryphone numberfor this address.PhoneCustomerAddress. getPhonePrimary()The primaryphone numberfor this address.PhonePaymentAccount. getPhonePrimary()Deprecated, for removal: This API element is subject to removal in a future version.The primaryphone numberfor this billing address.PhonePaymentAccountSummary. getPhonePrimary()Deprecated, for removal: This API element is subject to removal in a future version.The primaryphone numberfor this billing address.PhoneAccountAddress. getPhoneSecondary()The secondaryphone numberfor this address.PhoneCustomerAddress. getPhoneSecondary()The secondaryphone numberfor this address.PhonePaymentAccount. getPhoneSecondary()Deprecated, for removal: This API element is subject to removal in a future version.The secondaryphone numberfor this billing address.PhonePaymentAccountSummary. 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 Phone Modifier and Type Method Description voidAccountInvite. setPhone(Phone phone)The phone number of the user being invited to the account.voidAccountInviteRequest. setPhone(Phone phone)The phone number of the user being invited to the account.voidAccountMember. setPhone(Phone phone)The main phone number of the account member if they are not a registered customer at the time of invite.voidCustomer. setPhone(Phone phone)The 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 Phone Modifier and Type Method Description PhoneJpaAccountInvite. getPhone()PhoneJpaAccountMember. getPhone()PhoneJpaCustomer. getPhone()PhoneJpaAccountAddress. getPhoneFax()PhoneJpaCustomerAddress. getPhoneFax()PhoneJpaAccountAddress. getPhonePrimary()PhoneJpaCustomerAddress. getPhonePrimary()PhoneJpaPaymentAccount. getPhonePrimary()Deprecated, for removal: This API element is subject to removal in a future version.PhoneJpaAccountAddress. getPhoneSecondary()PhoneJpaCustomerAddress. getPhoneSecondary()PhoneJpaPaymentAccount. 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 voidJpaAccountInvite. setPhone(Phone phone)voidJpaAccountMember. setPhone(Phone phone)voidJpaCustomer. setPhone(Phone phone)voidJpaAccountAddress. 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 Phone Modifier and Type Method Description PhonePhoneConverter. convertToEntityAttribute(String dbData)Methods in com.broadleafcommerce.customer.provider.jpa.domain.support with parameters of type Phone Modifier and Type Method Description StringPhoneConverter. 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 aPhoneinstance -
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 PhoneAddress. getPhoneFax()Thefax numberfor this address.PhoneAddress. getPhonePrimary()The primaryphone numberfor this address.PhoneAddress. getPhoneSecondary()The secondaryphone numberfor this address.Methods in com.broadleafcommerce.customer.service.provider.domain with parameters of type Phone Modifier and Type Method Description voidAddress. 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 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 PhoneRegisterAccountMemberRequest. getPhone()Deprecated.Use the customer's phone numbers insteadPhoneUpdateAccountMemberRequest. 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 voidRegisterAccountMemberRequest. setPhone(Phone phone)Deprecated.Use the customer's phone numbers insteadvoidUpdateAccountMemberRequest. setPhone(Phone phone)Deprecated.Use the customer's phone numbers instead
-