A B C D E F G I L M O P R S T V W Y 
All Classes All Packages

C

changeActive() - Method in class Read
Prompts the user to set a new value for the "active" attribute.
changeClient() - Method in class Read
Prompts the user to enter a client ID and searches for a matching client instance in the controller's list of client instances.
changeName() - Method in class Read
Prompts the user to enter a new name and validates the input.
changeNutriScore() - Method in class Read
Prompts the user to enter a new value for the "nutri score" attribute and validates the input.
changePrice() - Method in class Read
Prompts the user to enter a new value for the "price" attribute and validates the input.
changeVendor() - Method in class Read
Prompts the user to enter a new vendor ID and searches for the corresponding vendor object.
clearScreen() - Method in class EditConsole
 
Client - Class in <Unnamed>
This class represents a client in the system.
Controller - Class in <Unnamed>
Controller class is responsible for managing instances of clients, vendors, orders and products.
Controller() - Constructor for class Controller
 
createClientMenu(String, boolean) - Method in class Menu
Displays a menu for creating a new client with the given name and active status.
createOrderMenu(int, String, ArrayList<ProductOnOrder>) - Method in class Menu
Creates a menu for creating an order, which displays client and product information
createProductMenu(String, float, char, int, String) - Method in class Menu
This method creates a product menu with the actual values of the product specified by the input parameters: name, price, nutriscore, and vendorId.
createVendorMenu(String, boolean) - Method in class Menu
Displays a menu for creating a vendor with the given name and active status.
CYAN - Static variable in class EditConsole
 
CYAN_BACKGROUND - Static variable in class EditConsole
 
CYAN_BACKGROUND_BRIGHT - Static variable in class EditConsole
 
CYAN_BOLD - Static variable in class EditConsole
 
CYAN_BOLD_BRIGHT - Static variable in class EditConsole
 
CYAN_BRIGHT - Static variable in class EditConsole
 
CYAN_UNDERLINED - Static variable in class EditConsole
 
A B C D E F G I L M O P R S T V W Y 
All Classes All Packages