- updateProduct(String, String, String, String) - Method in class javabeans.User
-
Updates a desired attribute of a product with a new value to the database.
- updateStorage(String, String, String) - Method in class javabeans.User
-
Updates a desired attribute of a storage with a new value to the database.
- updateSupplier(String, String, String) - Method in class javabeans.User
-
Updates a desired attribute of a supplier with a new value to the database.
- updateToDatabase(String, String, String) - Method in class javabeans.User
-
Updates a desired attribute with a new value to the database.
- updateToDatabase(String, int, String) - Method in class javabeans.UsersRoles
-
Updates the desired rights of a role with a new value to the database.
- User - Class in javabeans
-
Class of the user objects that contains their attributes
and all the actions that a user can perform.
- User() - Constructor for class javabeans.User
-
Public constructor for the User class that also initializes
the connection to the datasource.
- UsersRoles - Class in javabeans
-
Class of the user roles objects that contains a map with the
available roles of the users with their rights and the available actions for the roles.
- UsersRoles() - Constructor for class javabeans.UsersRoles
-
Public consructor of the class that initializes the map and retrieves
the roles and their rights from the database.