Uses of Class
com.broadleafcommerce.tabby.provider.domain.CustomerOrderInfo
Packages that use CustomerOrderInfo
Package
Description
-
Uses of CustomerOrderInfo in com.broadleafcommerce.tabby.autoconfigure
Methods in com.broadleafcommerce.tabby.autoconfigure that return types with arguments of type CustomerOrderInfoModifier and TypeMethodDescriptionTabbyServiceAutoConfiguration.tabbyCustomerOrderInfoProvider
(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ExternalOrderOperationProviderProperties properties, com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authenticationUtils) Method parameters in com.broadleafcommerce.tabby.autoconfigure with type arguments of type CustomerOrderInfoModifier and TypeMethodDescriptionTabbyServiceAutoConfiguration.tabbyPaymentModificationService
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, CustomerOrderInfoProvider<CustomerOrderInfo> tabbyCustomerOrderInfoProvider, ExternalOrderOperationProviderProperties properties, TabbyConfigurationProperties configurationProperties, com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authenticationUtils, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of CustomerOrderInfo in com.broadleafcommerce.tabby.provider
Classes in com.broadleafcommerce.tabby.provider with type parameters of type CustomerOrderInfoModifier and TypeInterfaceDescriptioninterface
CustomerOrderInfoProvider<O extends CustomerOrderInfo>
Provider that is used to read the Order history from the Order Ops service. -
Uses of CustomerOrderInfo in com.broadleafcommerce.tabby.provider.external
Classes in com.broadleafcommerce.tabby.provider.external with type parameters of type CustomerOrderInfo -
Uses of CustomerOrderInfo in com.broadleafcommerce.tabby.service
Methods in com.broadleafcommerce.tabby.service that return types with arguments of type CustomerOrderInfoModifier and TypeMethodDescriptionprotected List<CustomerOrderInfo>
DefaultTabbyPaymentModificationService.getCustomerOrderInfoList
(@NonNull TabbyPayment tabbyPayment, String customerId, String applicationId, String tenantId) Reads the orders for the customer.protected CustomerOrderInfoProvider<CustomerOrderInfo>
DefaultTabbyPaymentModificationService.getCustomerOrderInfoProvider()
Methods in com.broadleafcommerce.tabby.service with parameters of type CustomerOrderInfoModifier and TypeMethodDescriptionprotected TabbyBuyer
DefaultTabbyPaymentModificationService.buildTabbyBuyer
(CustomerOrderInfo customerOrderInfo) protected String
DefaultTabbyPaymentModificationService.getTabbyOrderStatus
(@NonNull CustomerOrderInfo orderHistory) Returns the Tabby order status.Method parameters in com.broadleafcommerce.tabby.service with type arguments of type CustomerOrderInfoModifier and TypeMethodDescriptionprotected List<TabbyOrderHistory>
DefaultTabbyPaymentModificationService.buildTabbyOrderHistories
(@NonNull List<CustomerOrderInfo> orderHistories) protected Instant
DefaultTabbyPaymentModificationService.getOldestOrderSubmitDate
(@NonNull List<CustomerOrderInfo> customerOrderInfoList) protected TabbyPayment
DefaultTabbyPaymentModificationService.populateBuyerHistory
(@NonNull TabbyPayment tabbyPayment, @NonNull List<CustomerOrderInfo> customerOrderInfoList) protected TabbyPayment
DefaultTabbyPaymentModificationService.populateOrderHistory
(@NonNull TabbyPayment tabbyPayment, @NonNull List<CustomerOrderInfo> customerOrderInfoList) Constructor parameters in com.broadleafcommerce.tabby.service with type arguments of type CustomerOrderInfoModifierConstructorDescriptionDefaultTabbyPaymentModificationService
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, CustomerOrderInfoProvider<CustomerOrderInfo> customerOrderInfoProvider, ExternalOrderOperationProviderProperties properties, TabbyConfigurationProperties configurationProperties, com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authenticationUtils, com.broadleafcommerce.common.extension.TypeFactory typeFactory)