Uses of Class
com.broadleafcommerce.customer.domain.AdditionalPhone
-
-
Uses of AdditionalPhone in com.broadleafcommerce.customer.domain
Methods in com.broadleafcommerce.customer.domain that return types with arguments of type AdditionalPhone Modifier and Type Method Description List<AdditionalPhone>
AccountMember. getAdditionalPhones()
Deprecated.Use the customer's additional phones insteadList<AdditionalPhone>
Customer. getAdditionalPhones()
Additional phone numbers associated with the customer.Method parameters in com.broadleafcommerce.customer.domain with type arguments of type AdditionalPhone Modifier and Type Method Description void
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 AdditionalPhone Modifier and Type Method Description List<AdditionalPhone>
JpaAccountMember. getAdditionalPhones()
List<AdditionalPhone>
JpaCustomer. getAdditionalPhones()
Method parameters in com.broadleafcommerce.customer.provider.jpa.domain with type arguments of type AdditionalPhone Modifier and Type Method Description void
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 AdditionalPhone Modifier and Type Method Description protected 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 AdditionalPhone Modifier and Type Method Description List<AdditionalPhone>
RegisterAccountMemberRequest. getAdditionalPhones()
Deprecated.Use the customer's phone numbers insteadList<AdditionalPhone>
UpdateAccountMemberRequest. getAdditionalPhones()
Deprecated.Use the customer's phone numbers insteadMethod parameters in com.broadleafcommerce.customer.web.endpoint.domain with type arguments of type AdditionalPhone Modifier and Type Method Description void
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
-