Uses of Class
com.broadleafcommerce.customer.domain.CustomerRef
-
-
Uses of CustomerRef in com.broadleafcommerce.customer.domain
Methods in com.broadleafcommerce.customer.domain that return CustomerRef Modifier and Type Method Description CustomerRef
CustomerRef. fromCustomer(Customer customer)
Builds anCustomerRef
based on the providedCustomer
CustomerRef
AccountMember. getCustomerRef()
The customer in the relationship.CustomerRef
CustomerAddress. getCustomerRef()
The customer in the relationship.CustomerRef
PaymentAccount. getCustomerRef()
The customer associated with this payment account.CustomerRef
PaymentAccountSummary. getCustomerRef()
The customer associated with this payment account.Methods in com.broadleafcommerce.customer.domain with parameters of type CustomerRef Modifier and Type Method Description void
AccountMember. setCustomerRef(CustomerRef customerRef)
The customer in the relationship.void
CustomerAddress. setCustomerRef(CustomerRef customerRef)
The customer in the relationship.void
PaymentAccount. setCustomerRef(CustomerRef customerRef)
The customer associated with this payment account.void
PaymentAccountSummary. setCustomerRef(CustomerRef customerRef)
The customer associated with this payment account. -
Uses of CustomerRef in com.broadleafcommerce.customer.provider.jpa.repository
Methods in com.broadleafcommerce.customer.provider.jpa.repository with parameters of type CustomerRef Modifier and Type Method Description void
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
Methods in com.broadleafcommerce.customer.repository with parameters of type CustomerRef Modifier and Type Method Description void
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
Methods in com.broadleafcommerce.customer.service that return CustomerRef Modifier and Type Method Description protected CustomerRef
DefaultPaymentAccountService. createCustomerRefFromCustomer(@NonNull Customer customer)
Creates aCustomerRef
based on the providedCustomer
object -
Uses of CustomerRef in com.broadleafcommerce.customer.service.provider.domain
Methods in com.broadleafcommerce.customer.service.provider.domain that return CustomerRef Modifier and Type Method Description CustomerRef
Payment. getCustomerRef()
A reference to the customer that owns this payment.Methods in com.broadleafcommerce.customer.service.provider.domain with parameters of type CustomerRef Modifier and Type Method Description void
Payment. setCustomerRef(CustomerRef customerRef)
A reference to the customer that owns this payment. -
Uses of CustomerRef in com.broadleafcommerce.customer.web.endpoint
Methods in com.broadleafcommerce.customer.web.endpoint that return CustomerRef Modifier and Type Method Description protected CustomerRef
CustomerAddressEndpoint. createCustomerRefFromCustomer(Customer customer)
-
Uses of CustomerRef in com.broadleafcommerce.customer.web.endpoint.domain
Methods in com.broadleafcommerce.customer.web.endpoint.domain that return CustomerRef Modifier and Type Method Description CustomerRef
RegisterAccountMemberRequest. getCustomerRef()
A pre-existing customer that is being granted access to the account.Methods in com.broadleafcommerce.customer.web.endpoint.domain with parameters of type CustomerRef Modifier and Type Method Description void
RegisterAccountMemberRequest. setCustomerRef(CustomerRef customerRef)
A pre-existing customer that is being granted access to the account.
-