- checkEmail(String) - Method in class javabeans.Checker
-
Checks if the email inserted by the user already exists.
- Checker - Class in javabeans
-
Class that is used to ckeck if the values inserted from the user
for the tables keys already exist.
- Checker() - Constructor for class javabeans.Checker
-
Public constructor for the Checker class that also initializes
the connection to the datasource.
- checkProductKey(String, String) - Method in class javabeans.Checker
-
Checks if the combination of name and serial number inserted by the user already exists.
- checkStorageName(String) - Method in class javabeans.Checker
-
Checks if the storage name inserted by the user already exists.
- checkSupplierName(String) - Method in class javabeans.Checker
-
Checks if the company name inserted by the user already exists.
- checkUsername(String) - Method in class javabeans.Checker
-
Checks if the username inserted by the user already exists.
- createNewProduct(String, String, String, String, String, String, String, String, String, String) - Method in class javabeans.User
-
Creates a new product with the desired attributes.
- createNewStorage(String, String, int, String) - Method in class javabeans.User
-
Creates a new storage with the desired attributes.
- createNewSupplier(String, String, String, String, String, String, String) - Method in class javabeans.User
-
Creates a new supplier with the desired attributes.