Uses of Class
com.broadleafcommerce.customer.domain.AdditionalPhone
Packages that use AdditionalPhone
Package
Description
-
Uses of AdditionalPhone in com.broadleafcommerce.customer.domain
Methods in com.broadleafcommerce.customer.domain that return types with arguments of type AdditionalPhoneModifier and TypeMethodDescriptionAccountMember.getAdditionalPhones()
Deprecated.Use the customer's additional phones insteadCustomer.getAdditionalPhones()
Additional phone numbers associated with the customer.Method parameters in com.broadleafcommerce.customer.domain with type arguments of type AdditionalPhoneModifier and TypeMethodDescriptionvoid
AccountMember.setAdditionalPhones
(List<AdditionalPhone> additionalPhones) Deprecated.Use the customer's additional phones insteadvoid
Customer.setAdditionalPhones
(List<AdditionalPhone> additionalPhones) Additional phone numbers associated with the customer. -
Uses of AdditionalPhone in com.broadleafcommerce.customer.provider.jpa.domain
Methods in com.broadleafcommerce.customer.provider.jpa.domain that return types with arguments of type AdditionalPhoneModifier and TypeMethodDescriptionJpaAccountMember.getAdditionalPhones()
JpaCustomer.getAdditionalPhones()
Method parameters in com.broadleafcommerce.customer.provider.jpa.domain with type arguments of type AdditionalPhoneModifier and TypeMethodDescriptionvoid
JpaAccountMember.setAdditionalPhones
(List<AdditionalPhone> additionalPhones) void
JpaCustomer.setAdditionalPhones
(List<AdditionalPhone> additionalPhones) -
Uses of AdditionalPhone in com.broadleafcommerce.customer.service.anonymization
Method parameters in com.broadleafcommerce.customer.service.anonymization with type arguments of type AdditionalPhoneModifier and TypeMethodDescriptionprotected List<com.broadleafcommerce.common.privacy.anonymization.AnonymizationRecord>
AbstractAnonymizationHandler.processAdditionalPhones
(String boundedContextIdentifier, List<AdditionalPhone> members, String type, String fieldName) Process a list ofAdditionalPhone
instances -
Uses of AdditionalPhone in com.broadleafcommerce.customer.web.endpoint.domain
Methods in com.broadleafcommerce.customer.web.endpoint.domain that return types with arguments of type AdditionalPhoneModifier and TypeMethodDescriptionRegisterAccountMemberRequest.getAdditionalPhones()
Deprecated.Use the customer's phone numbers insteadUpdateAccountMemberRequest.getAdditionalPhones()
Deprecated.Use the customer's phone numbers insteadMethod parameters in com.broadleafcommerce.customer.web.endpoint.domain with type arguments of type AdditionalPhoneModifier and TypeMethodDescriptionvoid
RegisterAccountMemberRequest.setAdditionalPhones
(List<AdditionalPhone> additionalPhones) Deprecated.Use the customer's phone numbers insteadvoid
UpdateAccountMemberRequest.setAdditionalPhones
(List<AdditionalPhone> additionalPhones) Deprecated.Use the customer's phone numbers instead