Uses of Record Class
org.bookstore.order.dto.OrderInfo
Packages that use OrderInfo
-
Uses of OrderInfo in org.bookstore.order.service
Methods in org.bookstore.order.service that return types with arguments of type OrderInfoModifier and TypeMethodDescriptionOrderService.searchOrders(long customerId, int year) Searches for orders by customer and year.