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 PhoneAccountMember. getPhone()The main phone number of the account member.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()The primaryphone numberfor this billing address.PhonePaymentAccountSummary. getPhonePrimary()The primaryphone numberfor this billing address.PhoneAccountAddress. getPhoneSecondary()The secondaryphone numberfor this address.PhoneCustomerAddress. getPhoneSecondary()The secondaryphone numberfor this address.PhonePaymentAccount. getPhoneSecondary()The secondaryphone numberfor this billing address.PhonePaymentAccountSummary. getPhoneSecondary()The secondaryphone numberfor this billing address.Methods in com.broadleafcommerce.customer.domain with parameters of type Phone Modifier and Type Method Description voidAccountMember. setPhone(Phone phone)The main phone number of the account member.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)The primaryphone numberfor this billing address.voidPaymentAccountSummary. setPhonePrimary(Phone phonePrimary)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)The secondaryphone numberfor this billing address.voidPaymentAccountSummary. setPhoneSecondary(Phone phoneSecondary)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 PhoneJpaAccountMember. getPhone()PhoneJpaCustomer. getPhone()PhoneJpaAccountAddress. getPhoneFax()PhoneJpaCustomerAddress. getPhoneFax()PhoneJpaAccountAddress. getPhonePrimary()PhoneJpaCustomerAddress. getPhonePrimary()PhoneJpaPaymentAccount. getPhonePrimary()PhoneJpaAccountAddress. getPhoneSecondary()PhoneJpaCustomerAddress. getPhoneSecondary()PhoneJpaPaymentAccount. getPhoneSecondary()Methods in com.broadleafcommerce.customer.provider.jpa.domain with parameters of type Phone Modifier and Type Method Description 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)voidJpaAccountAddress. setPhoneSecondary(Phone phoneSecondary)voidJpaCustomerAddress. setPhoneSecondary(Phone phoneSecondary)voidJpaPaymentAccount. 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 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()The primary phone number of the account member.PhoneUpdateAccountMemberRequest. 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 voidRegisterAccountMemberRequest. setPhone(Phone phone)The primary phone number of the account member.voidUpdateAccountMemberRequest. setPhone(Phone phone)An updated primary phone number of the account member.
-