- update(int, Code) - Method in class ch.gbssg.app.ila.database.dao.CodeJDBCTemplate
-
- update(int, CodeType) - Method in class ch.gbssg.app.ila.database.dao.CodeTypeJDBCTemplate
-
- update(int, Faktura) - Method in class ch.gbssg.app.ila.database.dao.FakturaJDBCTemplate
-
- update(int, MedicalHistory) - Method in class ch.gbssg.app.ila.database.dao.MedicalHistoryJDBCTemplate
-
- update(int, Patient) - Method in class ch.gbssg.app.ila.database.dao.PatientJDBCTemplate
-
- update(int, User) - Method in class ch.gbssg.app.ila.database.dao.UserJDBCTemplate
-
- update(int, T) - Method in interface ch.gbssg.core.ICrud
-
update a entity of dao objects
- updateCode(Code) - Method in class ch.gbssg.app.ila.database.DatabaseModel
-
Updates the given model into the Database
- updateCodeType(CodeType) - Method in class ch.gbssg.app.ila.database.DatabaseModel
-
Updates the given model into the Database
- updateMedicalHistory(MedicalHistory) - Method in class ch.gbssg.app.ila.database.DatabaseModel
-
Updates the given model into the Database
- updatePatient(Patient) - Method in class ch.gbssg.app.ila.database.DatabaseModel
-
Updates the given model into the Database
- updateUser(User) - Method in class ch.gbssg.app.ila.database.DatabaseModel
-
Updates the given model into the Database
- User - Class in ch.gbssg.app.model
-
represent a user model.
- User() - Constructor for class ch.gbssg.app.model.User
-
- UserController - Class in ch.gbssg.app.bla.user
-
Represents the Controller for the Bottom Level Agent user
This agent is for editing/adding User Entries
- UserController() - Constructor for class ch.gbssg.app.bla.user.UserController
-
Constructor
- UserJDBCTemplate - Class in ch.gbssg.app.ila.database.dao
-
JDBC Template for the User model
Contains all basic SQL transaction, like Select, Insert, Update and delete
- UserJDBCTemplate() - Constructor for class ch.gbssg.app.ila.database.dao.UserJDBCTemplate
-
- UserMapper - Class in ch.gbssg.app.ila.database.mapper
-
This class defines the relation between the User Model and the table t_User
- UserMapper() - Constructor for class ch.gbssg.app.ila.database.mapper.UserMapper
-
- UserModel - Class in ch.gbssg.app.bla.user
-
Represents the Model for the user agent
In this class all necessary data is saved
- UserModel() - Constructor for class ch.gbssg.app.bla.user.UserModel
-
Constructor
- UserRoll - Enum in ch.gbssg.app.util
-
represent the user roll state
- UserTest - Class in ch.gbssg.app.model
-
- UserTest() - Constructor for class ch.gbssg.app.model.UserTest
-
- UserView - Class in ch.gbssg.app.bla.user
-
Represents the View of the user Agent
Loads the belonging fxml and initialize the view and all other elements
Handles the Events and redirect them to the controller.
- UserView(UserController) - Constructor for class ch.gbssg.app.bla.user.UserView
-
Constructor of the class