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
G
- getBiggestVendorId() - Method in class Vendor
-
Returns the biggest vendor ID currently in the system.
- getClient() - Method in class Order
-
Returns the client of this order.
- getClientActive() - Method in class Client
-
Gets the active status of this client.
- getClientID() - Method in class Client
-
Gets the client ID of this client.
- getClientInstances() - Method in class Controller
-
Returns the ArrayList containing all client instances.
- getClientName() - Method in class Client
-
Gets the name of this client.
- getClientRegDate() - Method in class Client
-
Gets the registration date of this client.
- getController() - Method in class ProductOnOrder
- getDefaultObjectsClient() - Method in class Controller
-
Returns the ArrayList of default objects related to clients.
- getDefaultObjectsOrder() - Method in class Controller
-
Returns the ArrayList of default objects related to orders.
- getDefaultObjectsProduct() - Method in class Controller
-
Returns the ArrayList of default objects related to products.
- getDefaultObjectsProductOnOrder() - Method in class Controller
-
Returns a list of integers representing the default objects for the ProductOnOrder class.
- getDefaultObjectsVendor() - Method in class Controller
- getId() - Method in class ProductOnOrder
- getOrderDate() - Method in class Order
-
Returns the order date of this order.
- getOrderID() - Method in class Order
-
Returns the order ID of this order.
- getOrderInstances() - Method in class Controller
-
Returns the ArrayList containing all order instances.
- getOrderPaid() - Method in class Order
-
Returns true if this order has been paid for, false otherwise.
- getProduct() - Method in class ProductOnOrder
- getProductById(int) - Method in class Controller
-
Returns the Product object with the specified ID.
- getProductId() - Method in class Product
-
Returns the ID of the product.
- getProductInstances() - Method in class Controller
-
Returns the ArrayList containing all product instances.
- getProductName() - Method in class Product
-
Returns the name of the product.
- getProductNutriScore() - Method in class Product
-
Returns the Nutri-Score of the product.
- getProductOnOrderInstances() - Static method in class Controller
- getProductPrice() - Method in class Product
-
Returns the price of the product.
- getProducts() - Method in class Order
- getProducts() - Method in class Vendor
-
Returns the list of products associated with the vendor.
- getQty() - Method in class ProductOnOrder
- getShoppingList(ArrayList<ProductOnOrder>) - Method in class Controller
-
Returns a formatted String representation of an ArrayList of ProductOnOrder objects, representing a shopping list.
- getTotalPrice() - Method in class Order
- getTotalPrice(ArrayList<ProductOnOrder>) - Method in class Controller
-
Calculates and returns the total price of an ArrayList of ProductOnOrder objects.
- getTotalProductPrice() - Method in class ProductOnOrder
- getVendor() - Method in class Product
-
Returns the vendor of the product.
- getVendorActive() - Method in class Vendor
-
Returns a boolean indicating whether the vendor is active or not.
- getVendorId() - Method in class Vendor
-
Returns the vendor's ID.
- getVendorInstances() - Method in class Controller
-
Returns the ArrayList containing all vendor instances.
- getVendorName() - Method in class Vendor
-
Returns the vendor's name.
- getVendorRegDate() - Method in class Vendor
-
Returns the vendor's registration date.
- GREEN - Static variable in class EditConsole
- GREEN_BACKGROUND - Static variable in class EditConsole
- GREEN_BACKGROUND_BRIGHT - Static variable in class EditConsole
- GREEN_BOLD - Static variable in class EditConsole
- GREEN_BOLD_BRIGHT - Static variable in class EditConsole
- GREEN_BRIGHT - Static variable in class EditConsole
- GREEN_UNDERLINED - Static variable in class EditConsole
All Classes All Packages