Uses of Class
com.broadleafcommerce.order.web.endpoint.domain.CustomerOrderInfo
Packages that use CustomerOrderInfo
Package
Description
-
Uses of CustomerOrderInfo in com.broadleafcommerce.order.service
Methods in com.broadleafcommerce.order.service that return types with arguments of type CustomerOrderInfoModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<CustomerOrderInfo>DefaultOrderService.readCustomerOrderInfo(ReadCustomerOrdersRequest request, org.springframework.data.domain.Pageable page, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) org.springframework.data.domain.Page<CustomerOrderInfo>OrderService.readCustomerOrderInfo(ReadCustomerOrdersRequest request, org.springframework.data.domain.Pageable page, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Reads the Orders and additional related data for theReadCustomerOrdersRequest. -
Uses of CustomerOrderInfo in com.broadleafcommerce.order.service.hydration
Methods in com.broadleafcommerce.order.service.hydration that return types with arguments of type CustomerOrderInfoModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<CustomerOrderInfo>CustomerOrderInfoContributor.contribute(@NonNull org.springframework.data.domain.Page<CustomerOrderInfo> customerOrderInfos, @NonNull ReadCustomerOrdersRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Reads the additional data for the Orders requested in theReadCustomerOrdersRequestand populates for the Orders in the specified page ofCustomerOrderInfoorg.springframework.data.domain.Page<CustomerOrderInfo>CustomerOrderInfoFulfillmentContributor.contribute(@NonNull org.springframework.data.domain.Page<CustomerOrderInfo> customerOrderInfos, @NonNull ReadCustomerOrdersRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) org.springframework.data.domain.Page<CustomerOrderInfo>CustomerOrderInfoHydrationService.hydrateCustomerOrderInfo(org.springframework.data.domain.Page<CustomerOrderInfo> customerOrderInfos, @NonNull ReadCustomerOrdersRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Uses theCustomerOrderInfoContributorto hydrate the additional data for the Orders to theCustomerOrderInfo.org.springframework.data.domain.Page<CustomerOrderInfo>DefaultCustomerOrderInfoHydrationService.hydrateCustomerOrderInfo(@NonNull org.springframework.data.domain.Page<CustomerOrderInfo> customerOrderInfos, @NonNull ReadCustomerOrdersRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Method parameters in com.broadleafcommerce.order.service.hydration with type arguments of type CustomerOrderInfoModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<CustomerOrderInfo>CustomerOrderInfoContributor.contribute(@NonNull org.springframework.data.domain.Page<CustomerOrderInfo> customerOrderInfos, @NonNull ReadCustomerOrdersRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Reads the additional data for the Orders requested in theReadCustomerOrdersRequestand populates for the Orders in the specified page ofCustomerOrderInfoorg.springframework.data.domain.Page<CustomerOrderInfo>CustomerOrderInfoFulfillmentContributor.contribute(@NonNull org.springframework.data.domain.Page<CustomerOrderInfo> customerOrderInfos, @NonNull ReadCustomerOrdersRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) org.springframework.data.domain.Page<CustomerOrderInfo>CustomerOrderInfoHydrationService.hydrateCustomerOrderInfo(org.springframework.data.domain.Page<CustomerOrderInfo> customerOrderInfos, @NonNull ReadCustomerOrdersRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Uses theCustomerOrderInfoContributorto hydrate the additional data for the Orders to theCustomerOrderInfo.org.springframework.data.domain.Page<CustomerOrderInfo>DefaultCustomerOrderInfoHydrationService.hydrateCustomerOrderInfo(@NonNull org.springframework.data.domain.Page<CustomerOrderInfo> customerOrderInfos, @NonNull ReadCustomerOrdersRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
Uses of CustomerOrderInfo in com.broadleafcommerce.order.web.endpoint
Methods in com.broadleafcommerce.order.web.endpoint that return types with arguments of type CustomerOrderInfoModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<CustomerOrderInfo>OrderEndpoint.readCustomerOrderInfo(ReadCustomerOrdersRequest request, org.springframework.data.domain.Pageable page, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)