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 TypeMethodDescriptionvoidAccountMember.setAdditionalPhones(List<AdditionalPhone> additionalPhones) Deprecated.Use the customer's additional phones insteadvoidCustomer.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 TypeMethodDescriptionvoidJpaAccountMember.setAdditionalPhones(List<AdditionalPhone> additionalPhones) voidJpaCustomer.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 ofAdditionalPhoneinstances -
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 TypeMethodDescriptionvoidRegisterAccountMemberRequest.setAdditionalPhones(List<AdditionalPhone> additionalPhones) Deprecated.Use the customer's phone numbers insteadvoidUpdateAccountMemberRequest.setAdditionalPhones(List<AdditionalPhone> additionalPhones) Deprecated.Use the customer's phone numbers instead