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
A
- addClientToInstances(String, boolean) - Method in class Controller
-
Creates a new client with the specified name and active status, and adds it to the list of client instances.
- addDefaultObjects() - Method in class Controller
-
This method initializes default instances for vendors, products, clients and orders.
- addOrderToInstances(Client, ArrayList<ProductOnOrder>) - Method in class Controller
-
Adds the specified order to the list of order instances.
- addProductToInstances(String, float, char, Vendor) - Method in class Controller
-
Creates a new product with the specified name, price, nutrition grade, and vendor, and adds it to the list of product instances.
- addProductToOrder(Product, ArrayList<ProductOnOrder>, int) - Method in class Controller
-
Adds a specified quantity of a Product object to an ArrayList of ProductOnOrder objects.
- addVendorToInstances(String, boolean) - Method in class Controller
-
Creates a new vendor with the specified name and active status, and adds it to the list of vendor instances.
All Classes All Packages