Uses of Class
com.broadleafcommerce.orderoperation.web.endpoint.domain.ReadCustomerOrdersRequest
Package
Description
-
Uses of ReadCustomerOrdersRequest in com.broadleafcommerce.orderoperation.service.provider
Modifier 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 ReadCustomerOrdersRequest in com.broadleafcommerce.orderoperation.service.provider.external
Modifier 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)