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
D
- dropClientFromInstances(int) - Method in class Controller
-
This method removes the client instance with the given client ID from the clientInstances ArrayList.
- dropDefaultObjects() - Method in class Controller
-
This method drops the default objects related to clients, products, orders, and vendors from their respective lists of default objects.
- dropOrderFromInstances(int) - Method in class Controller
-
This method removes the order instance with the given order ID from the orderInstances ArrayList.
- dropProductFromInstances(int) - Method in class Controller
-
This method removes the product instance with the given product ID from the productInstances ArrayList.
- dropProductFromOrder(int, ArrayList<ProductOnOrder>, int) - Method in class Controller
-
Drops a specified quantity of a ProductOnOrder object from an ArrayList of ProductOnOrder objects.
- dropVendorFromInstances(int) - Method in class Controller
-
This method removes the vendor instance with the given vendor ID from the vendorInstances ArrayList.
All Classes All Packages