Uses of Class
com.mt.ecommerce.product.model.OrderBO
Packages that use OrderBO
Package
Description
-
Uses of OrderBO in com.mt.ecommerce.product.controller
Methods in com.mt.ecommerce.product.controller that return types with arguments of type OrderBOModifier and TypeMethodDescriptionOrderController.getUserOrder
(org.springframework.security.core.userdetails.UserDetails userDetails, int pageNo, int size) Endpoint to retrieve orders for the authenticated user.OrderController.getVendorOrder
(String vendorId, int pageNo, int size) Endpoint to retrieve orders for a specific vendor.Methods in com.mt.ecommerce.product.controller with parameters of type OrderBO -
Uses of OrderBO in com.mt.ecommerce.product.mapper
Methods in com.mt.ecommerce.product.mapper that return OrderBOModifier and TypeMethodDescriptionOrderMapper.mapBO
(Order order, List<OrderProductEntity> orderProductEntities, ProductRepository productRepository) Maps an Order entity and its associated OrderProductEntities to an OrderBO object.Methods in com.mt.ecommerce.product.mapper with parameters of type OrderBO -
Uses of OrderBO in com.mt.ecommerce.product.service
Methods in com.mt.ecommerce.product.service that return types with arguments of type OrderBOModifier and TypeMethodDescriptionOrderService.getAllOrder
(UUID vendorId, int pageNo, int size) Retrieves all orders for a specific vendor with pagination.OrderService.getAllOrderByUserId
(String userId, int pageNo, int size) Retrieves all orders for a specific user with pagination.Methods in com.mt.ecommerce.product.service with parameters of type OrderBO