Uses of Class
com.broadleafcommerce.customer.domain.CustomerRef
Packages that use CustomerRef
Package
Description
-
Uses of CustomerRef in com.broadleafcommerce.customer.domain
Methods in com.broadleafcommerce.customer.domain that return CustomerRefModifier and TypeMethodDescriptionCustomerRef.fromCustomer(Customer customer) Builds anCustomerRefbased on the providedCustomerCustomerAddress.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.Methods in com.broadleafcommerce.customer.domain with parameters of type CustomerRefModifier and TypeMethodDescriptionvoidCustomerAddress.setCustomerRef(CustomerRef customerRef) The customer in the relationship.voidPaymentAccount.setCustomerRef(CustomerRef customerRef) Deprecated, for removal: This API element is subject to removal in a future version.The customer associated with this payment account.voidPaymentAccountSummary.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
Methods in com.broadleafcommerce.customer.provider.jpa.repository with parameters of type CustomerRefModifier and TypeMethodDescriptionvoidJpaCustomizedCustomerAddressRepository.clearDefaultBillingAddressForCustomer(CustomerRef customer, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) voidJpaCustomizedCustomerAddressRepository.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 CustomerRefModifier and TypeMethodDescriptionvoidCustomizedCustomerAddressRepository.clearDefaultBillingAddressForCustomer(CustomerRef customer, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Find allCustomerAddressesfor the provided customer withCustomerAddress.isDefaultBillingAddress()set to true & update it to false.voidCustomizedCustomerAddressRepository.clearDefaultShippingAddressForCustomer(CustomerRef customer, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Find allCustomerAddressesfor 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 CustomerRefModifier and TypeMethodDescriptionprotected CustomerRefDefaultAccountMemberService.createCustomerRefFromCustomer(@NonNull Customer customer) protected CustomerRefDefaultPaymentAccountService.createCustomerRefFromCustomer(@NonNull Customer customer) Deprecated, for removal: This API element is subject to removal in a future version.Creates aCustomerRefbased on the providedCustomerobjectMethods in com.broadleafcommerce.customer.service with parameters of type CustomerRefModifier and TypeMethodDescriptionprotected CustomerDefaultAccountMemberService.getCustomerWithId(@NonNull CustomerRef customerRef) -
Uses of CustomerRef in com.broadleafcommerce.customer.service.provider.domain
Methods in com.broadleafcommerce.customer.service.provider.domain that return CustomerRefModifier 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.Methods in com.broadleafcommerce.customer.service.provider.domain with parameters of type CustomerRefModifier and TypeMethodDescriptionvoidPayment.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
Methods in com.broadleafcommerce.customer.web.endpoint that return CustomerRefModifier and TypeMethodDescriptionprotected CustomerRefCustomerAddressEndpoint.createCustomerRefFromCustomer(Customer customer) -
Uses of CustomerRef in com.broadleafcommerce.customer.web.endpoint.domain
Methods in com.broadleafcommerce.customer.web.endpoint.domain that return CustomerRefModifier and TypeMethodDescriptionRegisterAccountMemberRequest.getCustomer()A pre-existing customer that is being granted access to the account.Methods in com.broadleafcommerce.customer.web.endpoint.domain with parameters of type CustomerRefModifier and TypeMethodDescriptionvoidRegisterAccountMemberRequest.setCustomer(CustomerRef customer) A pre-existing customer that is being granted access to the account.