Skip navigation links
A C D E F G I K L M P R S T U V W 

D

DatabaseController - Class in ch.gbssg.app.ila.database
Represents the Controller for the Intermediate Level Agent Database It handles all Insert, Update, Select and Delete commands used in this application It passes the commands to the right handler
DatabaseController() - Constructor for class ch.gbssg.app.ila.database.DatabaseController
 
DatabaseModel - Class in ch.gbssg.app.ila.database
Represents the Model for the Intermediate Level agent database In this class all necessary data is saved Like all instances to the model Templates and also the handler for the Commands are placed here
DatabaseModel() - Constructor for class ch.gbssg.app.ila.database.DatabaseModel
constructor
decryptSha1(String) - Method in class ch.gbssg.app.model.User
Decrypt the given string into an SHA1 hash.
delete(int) - Method in class ch.gbssg.app.ila.database.dao.CodeJDBCTemplate
 
delete(int) - Method in class ch.gbssg.app.ila.database.dao.CodeTypeJDBCTemplate
 
delete(int) - Method in class ch.gbssg.app.ila.database.dao.FakturaJDBCTemplate
 
delete(int) - Method in class ch.gbssg.app.ila.database.dao.MedicalHistoryJDBCTemplate
 
delete(int) - Method in class ch.gbssg.app.ila.database.dao.PatientJDBCTemplate
 
delete(int) - Method in class ch.gbssg.app.ila.database.dao.UserJDBCTemplate
 
delete(int) - Method in interface ch.gbssg.core.ICrud
delete a record from dao object
deletePatient(Patient) - Method in class ch.gbssg.app.ila.doctor.DoctorController
prompt the user and inactivate the Patient
delUser(User) - Method in class ch.gbssg.app.ila.admin.AdminController
Prompt the user and set the given model inactive on the database
displayData(User) - Method in class ch.gbssg.app.bla.user.UserView
Fills the Data from the model into the form
DoctorController - Class in ch.gbssg.app.ila.doctor
Represents the Controller for the Intermediate Level Agent Doctor This agent is the Main Dialog for the User of the type Doctor It handles all basic action which should be performed when an Doctor user loggs on
DoctorController() - Constructor for class ch.gbssg.app.ila.doctor.DoctorController
Constrcutor of the class Creates alls sub Agent (Bottom level Agents)
DoctorModel - Class in ch.gbssg.app.ila.doctor
Represents the Model for the Intermediate Level agent Doctor In this class all necessary data is saved
DoctorModel() - Constructor for class ch.gbssg.app.ila.doctor.DoctorModel
Constructor
DoctorView - Class in ch.gbssg.app.ila.doctor
view for doctor agent
DoctorView(DoctorController, DoctorModel) - Constructor for class ch.gbssg.app.ila.doctor.DoctorView
Create a new instance of a DoctorView.
doExport(CmdDoExport) - Method in class ch.gbssg.app.ila.export.ExportController
Load the Template and send the data to the sub Agents based on the Doc Type for processing.
A C D E F G I K L M P R S T U V W 
Skip navigation links