Uses of Class
Order
-
-
Uses of Order in <Unnamed>
Methods in <Unnamed> that return Order Modifier and Type Method Description OrderController. findOrderById(int id)Searches for an Order object in the system by its ID.Methods in <Unnamed> that return types with arguments of type Order Modifier and Type Method Description java.util.ArrayList<Order>Controller. getOrderInstances()Returns the ArrayList containing all order instances.
-