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 CustomerRefCustomerRef. fromCustomer(Customer customer)Builds anCustomerRefbased on the providedCustomerCustomerRefAccountMember. getCustomerRef()The customer in the relationship.CustomerRefCustomerAddress. getCustomerRef()The customer in the relationship.CustomerRefPaymentAccount. getCustomerRef()The customer associated with this payment account.CustomerRefPaymentAccountSummary. getCustomerRef()The customer associated with this payment account.Methods in com.broadleafcommerce.customer.domain with parameters of type CustomerRef Modifier and Type Method Description voidAccountMember. setCustomerRef(CustomerRef customerRef)The customer in the relationship.voidCustomerAddress. setCustomerRef(CustomerRef customerRef)The customer in the relationship.voidPaymentAccount. setCustomerRef(CustomerRef customerRef)The customer associated with this payment account.voidPaymentAccountSummary. 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 voidJpaCustomizedCustomerAddressRepository. 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 CustomerRef Modifier and Type Method Description voidCustomizedCustomerAddressRepository. 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 CustomerRef Modifier and Type Method Description protected CustomerRefDefaultPaymentAccountService. createCustomerRefFromCustomer(@NonNull Customer customer)Creates aCustomerRefbased on the providedCustomerobject -
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 CustomerRefPayment. 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 voidPayment. 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 CustomerRefCustomerAddressEndpoint. 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 CustomerRefRegisterAccountMemberRequest. 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 voidRegisterAccountMemberRequest. setCustomerRef(CustomerRef customerRef)A pre-existing customer that is being granted access to the account.
-