Uses of Class
com.broadleafcommerce.cartoperation.service.provider.external.domain.customer.Customer
-
Packages that use Customer Package Description com.broadleafcommerce.cartoperation.service.provider com.broadleafcommerce.cartoperation.service.provider.external -
-
Uses of Customer in com.broadleafcommerce.cartoperation.service.provider
Methods in com.broadleafcommerce.cartoperation.service.provider that return types with arguments of type Customer Modifier and Type Method Description reactor.core.publisher.Mono<Customer>
CustomerProvider. readByCustomerId(String customerId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
Read a customer by ID -
Uses of Customer in com.broadleafcommerce.cartoperation.service.provider.external
Methods in com.broadleafcommerce.cartoperation.service.provider.external that return types with arguments of type Customer Modifier and Type Method Description reactor.core.publisher.Mono<Customer>
ExternalCustomerProvider. readByCustomerId(String customerId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
-