Package | Description |
---|---|
ch.gbssg.app.ila.export |
Modifier and Type | Method and Description |
---|---|
CmdDoExport |
ExportModel.getCurrExport()
get the Current Export Command
|
Modifier and Type | Method and Description |
---|---|
void |
ExportController.doExport(CmdDoExport export)
Load the Template and send the data to the sub Agents based on the Doc Type for processing.
|
void |
ExportView.loadData(CmdDoExport export)
Loads the data from the model into the form
|
void |
ExportModel.setCurrExport(CmdDoExport currExport)
set the Current Export Command
|
void |
ExportView.showDialog(javafx.stage.Window owner,
CmdDoExport export)
Displays the Dialog as a modal window
Fills in the data provided from the model
|