Uses of Class
com.skava.oms.model.response.OrderSummaryResponse
Packages that use OrderSummaryResponse
Package
Description
This package contains the information about order services implementation
This package contains the information about the oms web applications
-
Uses of OrderSummaryResponse in com.skava.oms.service.order.impl
Methods in com.skava.oms.service.order.impl that return types with arguments of type OrderSummaryResponseModifier and TypeMethodDescriptionGetOrderSummaryServiceImpl.process
(GetOrderSummaryRequest request) This method is used to check the ordersummary entity is empty and return it. -
Uses of OrderSummaryResponse in com.skava.oms.web
Methods in com.skava.oms.web that return types with arguments of type OrderSummaryResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<OrderSummaryResponse>>
OrderDetailController.getAllOrder
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, String version, String locale, long collectionid, String filters, String sort, int page, int size)