Uses of Class
com.broadleafcommerce.orderoperation.web.endpoint.domain.ReadCustomerOrdersRequest
Packages that use ReadCustomerOrdersRequest
Package
Description
-
Uses of ReadCustomerOrdersRequest in com.broadleafcommerce.orderoperation.service.provider
Methods in com.broadleafcommerce.orderoperation.service.provider with parameters of type ReadCustomerOrdersRequestModifier 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
Methods in com.broadleafcommerce.orderoperation.service.provider.external with parameters of type ReadCustomerOrdersRequestModifier 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)