Uses of Class
com.broadleafcommerce.customer.domain.CustomerRef
Package
Description
-
Uses of CustomerRef in com.broadleafcommerce.customer.domain
Modifier and TypeMethodDescriptionCustomerRef.fromCustomer
(Customer customer) Builds anCustomerRef
based on the providedCustomer
CustomerAddress.getCustomerRef()
The customer in the relationship.PaymentAccount.getCustomerRef()
Deprecated, for removal: This API element is subject to removal in a future version.The customer associated with this payment account.PaymentAccountSummary.getCustomerRef()
Deprecated, for removal: This API element is subject to removal in a future version.The customer associated with this payment account.Modifier and TypeMethodDescriptionvoid
CustomerAddress.setCustomerRef
(CustomerRef customerRef) The customer in the relationship.void
PaymentAccount.setCustomerRef
(CustomerRef customerRef) Deprecated, for removal: This API element is subject to removal in a future version.The customer associated with this payment account.void
PaymentAccountSummary.setCustomerRef
(CustomerRef customerRef) Deprecated, for removal: This API element is subject to removal in a future version.The customer associated with this payment account. -
Uses of CustomerRef in com.broadleafcommerce.customer.provider.jpa.repository
Modifier and TypeMethodDescriptionvoid
JpaCustomizedCustomerAddressRepository.clearDefaultBillingAddressForCustomer
(CustomerRef customer, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) void
JpaCustomizedCustomerAddressRepository.clearDefaultShippingAddressForCustomer
(CustomerRef customer, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) -
Uses of CustomerRef in com.broadleafcommerce.customer.repository
Modifier and TypeMethodDescriptionvoid
CustomizedCustomerAddressRepository.clearDefaultBillingAddressForCustomer
(CustomerRef customer, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Find allCustomerAddresses
for the provided customer withCustomerAddress.isDefaultBillingAddress()
set to true & update it to false.void
CustomizedCustomerAddressRepository.clearDefaultShippingAddressForCustomer
(CustomerRef customer, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Find allCustomerAddresses
for the provided customer withCustomerAddress.isDefaultShippingAddress()
set to true & update it to false. -
Uses of CustomerRef in com.broadleafcommerce.customer.service
Modifier and TypeMethodDescriptionprotected CustomerRef
DefaultAccountMemberService.createCustomerRefFromCustomer
(@NonNull Customer customer) protected CustomerRef
DefaultPaymentAccountService.createCustomerRefFromCustomer
(@NonNull Customer customer) Deprecated, for removal: This API element is subject to removal in a future version.Creates aCustomerRef
based on the providedCustomer
objectModifier and TypeMethodDescriptionprotected Customer
DefaultAccountMemberService.getCustomerWithId
(@NonNull CustomerRef customerRef) -
Uses of CustomerRef in com.broadleafcommerce.customer.service.provider.domain
Modifier and TypeMethodDescriptionPayment.getCustomerRef()
Deprecated, for removal: This API element is subject to removal in a future version.A reference to the customer that owns this payment.Modifier and TypeMethodDescriptionvoid
Payment.setCustomerRef
(CustomerRef customerRef) Deprecated, for removal: This API element is subject to removal in a future version.A reference to the customer that owns this payment. -
Uses of CustomerRef in com.broadleafcommerce.customer.web.endpoint
Modifier and TypeMethodDescriptionprotected CustomerRef
CustomerAddressEndpoint.createCustomerRefFromCustomer
(Customer customer) -
Uses of CustomerRef in com.broadleafcommerce.customer.web.endpoint.domain
Modifier and TypeMethodDescriptionRegisterAccountMemberRequest.getCustomer()
A pre-existing customer that is being granted access to the account.Modifier and TypeMethodDescriptionvoid
RegisterAccountMemberRequest.setCustomer
(CustomerRef customer) A pre-existing customer that is being granted access to the account.