Uses of Class
com.iu.javadatastructureslab.model.Order
Packages that use Order
Package
Description
Service layer components that encapsulate demo logic and computations.
-
Uses of Order in com.iu.javadatastructureslab.services
Methods in com.iu.javadatastructureslab.services that return OrderModifier and TypeMethodDescriptionShopQueueService.getCurrentProcessingOrder()Returns the currently processing order.ShopQueueService.peekNextOrder()Peeks at the next order without removing it.ShopQueueService.processNextOrder()Dequeues and marks the next order as processing.Methods in com.iu.javadatastructureslab.services that return types with arguments of type OrderModifier and TypeMethodDescriptionShopQueueService.getAllOrders()Returns the queue containing all pending orders.ShopQueueService.getCompletedOrders()Returns the list of recently completed orders.Methods in com.iu.javadatastructureslab.services with parameters of type Order