Package | Description |
---|---|
ch.gbssg.app.model | |
ch.gbssg.app.util.command | |
ch.gbssg.core |
Modifier and Type | Class and Description |
---|---|
class |
Code
represent a Code model
|
class |
CodeType
Represent a CodeType model
|
class |
Faktura
represent a Faktura Model
|
class |
MedicalHistory
represent a Medical History model
|
class |
Patient
represent a Patient model.
|
class |
User
represent a user model.
|
Modifier and Type | Class and Description |
---|---|
class |
CmdDeleteEntity<T extends AbsModel>
A Command for deleting the given Model from the Database.
|
class |
CmdFilterEntity<T extends AbsModel>
Command for get filtered result from the database
|
class |
CmdInsertEntity<T extends AbsModel>
A Command for inserting the given Model into the Database.
|
class |
CmdUpdateEntity<T extends AbsModel>
A Command for updating the given Model on the Database.
|
Modifier and Type | Method and Description |
---|---|
void |
CmdDoExport.addDataModel(java.lang.String key,
AbsModel dataModel)
Adds a data model to merge with the Document
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICrud<T extends AbsModel>
interface for DAO objects.
|
interface |
IFilterEntity<T extends AbsModel>
Represent a filter for database entities.
|