Uses of Class
com.broadleafcommerce.notification.service.provider.external.domain.user.Customer
Packages that use Customer
Package
Description
-
Uses of Customer in com.broadleafcommerce.notification.service
Methods in com.broadleafcommerce.notification.service that return types with arguments of type CustomerModifier and TypeMethodDescriptionDefaultUserResolver.fetchCustomer
(@NonNull String customerId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) UserResolver.fetchCustomer
(String customerId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Read a customer by IDDefaultUserResolver.fetchCustomers
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) UserResolver.fetchCustomers
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Read all customers -
Uses of Customer in com.broadleafcommerce.notification.service.provider
Methods in com.broadleafcommerce.notification.service.provider that return types with arguments of type CustomerModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Customer>
CustomerProvider.readCustomerById
(String customerId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Read a customer by IDCustomerProvider.readCustomers
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Read all customers -
Uses of Customer in com.broadleafcommerce.notification.service.provider.external
Methods in com.broadleafcommerce.notification.service.provider.external that return types with arguments of type CustomerModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Customer>
ExternalCustomerProvider.readCustomerById
(String customerId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) ExternalCustomerProvider.readCustomers
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
Uses of Customer in com.broadleafcommerce.notification.service.provider.external.domain.user
Methods in com.broadleafcommerce.notification.service.provider.external.domain.user that return CustomerMethods in com.broadleafcommerce.notification.service.provider.external.domain.user with parameters of type CustomerModifier and TypeMethodDescriptionvoid
AccountMember.setCustomer
(Customer customer) The customer in the relationship.