Uses of Class
com.broadleafcommerce.orderoperation.web.endpoint.domain.CustomerOrderInfo
Packages that use CustomerOrderInfo
Package
Description
-
Uses of CustomerOrderInfo in com.broadleafcommerce.orderoperation.service.provider
Methods in com.broadleafcommerce.orderoperation.service.provider that return types with arguments of type CustomerOrderInfoModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<CustomerOrderInfo>
OrderProvider.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.orderoperation.service.provider.external
Methods in com.broadleafcommerce.orderoperation.service.provider.external that return types with arguments of type CustomerOrderInfoModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<CustomerOrderInfo>
ExternalOrderProvider.readCustomerOrderInfo
(ReadCustomerOrdersRequest request, org.springframework.data.domain.Pageable page, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
Uses of CustomerOrderInfo in com.broadleafcommerce.orderoperation.web.endpoint
Methods in com.broadleafcommerce.orderoperation.web.endpoint that return types with arguments of type CustomerOrderInfoModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<CustomerOrderInfo>
CustomerOrderInfoEndpoint.readOrderInfoForAnonymousCustomer
(String customerEmail, org.springframework.data.domain.Pageable page, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) org.springframework.data.domain.Page<CustomerOrderInfo>
CustomerOrderInfoEndpoint.readOrderInfoForCustomer
(String customerId, org.springframework.data.domain.Pageable page, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)