Uses of Class
com.mt.ecommerce.product.entity.Order
Packages that use Order
-
Uses of Order in com.mt.ecommerce.product.mapper
Methods in com.mt.ecommerce.product.mapper that return OrderModifier and TypeMethodDescriptionMaps an OrderBO object to an Order entity.Methods in com.mt.ecommerce.product.mapper with parameters of type OrderModifier and TypeMethodDescriptionOrderMapper.mapBO
(Order order, List<OrderProductEntity> orderProductEntities, ProductRepository productRepository) Maps an Order entity and its associated OrderProductEntities to an OrderBO object. -
Uses of Order in com.mt.ecommerce.product.repository
Methods in com.mt.ecommerce.product.repository that return types with arguments of type OrderModifier and TypeMethodDescriptionOrderRepository.findByUserId
(String userId, org.springframework.data.domain.PageRequest pageRequest) Finds orders by user ID with pagination support.OrderRepository.findByVendorId
(UUID vendorId, org.springframework.data.domain.PageRequest pageRequest) Finds orders by vendor ID with pagination support.