Package | Description |
---|---|
ch.gbssg.app.util.command | |
ch.gbssg.core.pac | |
ch.gbssg.core.pac.fake |
Modifier and Type | Class and Description |
---|---|
class |
CmdCloseApplication
Command for closing the Application
|
class |
CmdCurrentUser
Command for requesting the current Authenticated User from the Top level Agent
|
class |
CmdDeleteEntity<T extends AbsModel>
A Command for deleting the given Model from the Database.
|
class |
CmdDoExport
Command for Exporting the given Models with the Template
|
class |
CmdFilterEntity<T extends AbsModel>
Command for get filtered result from the database
|
class |
CmdGetRootWindow
Command for requesting the root Window of this application
|
class |
CmdInsertEntity<T extends AbsModel>
A Command for inserting the given Model into the Database.
|
class |
CmdShowMedHistoryDialog
Command to call the Edit Dialog MedHistory
|
class |
CmdShowPatientDialog
Command to call the Edit Dialog Patient
|
class |
CmdShowUi
General command to trigger an agent to show its content in an given pane
|
class |
CmdShowUserDialog
Command to call the Edit Dialog User
|
class |
CmdUpdateEntity<T extends AbsModel>
A Command for updating the given Model on the Database.
|
Modifier and Type | Class and Description |
---|---|
class |
AgentCommand
Command wrapper for agent commands.
|
Modifier and Type | Method and Description |
---|---|
ICommand |
AgentCommand.peek()
Peek the first message from queue.
|
ICommand |
AgentCommand.poll()
Retrieves and removes the first element of this list, or returns null if this list is empty.
|
Modifier and Type | Method and Description |
---|---|
void |
AgentCommand.add(ICommand command)
Add an item to end of the list.
|
Constructor and Description |
---|
AgentCommand(ICommand command)
Create a new command wrapper for send data or commands to other agents.
|
Modifier and Type | Class and Description |
---|---|
class |
FakeCommand |