A B C D E F G I L M O P R S T V W Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
L
- listAllObjectsMenu() - Method in class Menu
-
Prints a formatted console menu that lists all available objects within the system, including vendors, products, clients, and orders, and their associated actions.
- listClientMenu() - Method in class Menu
-
Displays a formatted list of all the clients stored in the controller's client instances list.
- listOrderByClientMenu(int) - Method in class Menu
-
This method displays a list of orders placed by a specific client, identified by their client ID.
- listOrderMenu() - Method in class Menu
-
This method displays a list of orders in a bordered format.
- listProductByVendorMenu(int) - Method in class Menu
-
Displays a list of products associated with the given vendor ID in a bordered format.
- listProductMenu() - Method in class Menu
-
This method displays a list of products in a bordered format.
- listVendorMenu() - Method in class Menu
-
This method displays a list of vendors in a bordered format.
All Classes All Packages