|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Export User Interface Class. More...
Inheritance diagram for ilExportGUI:
Collaboration diagram for ilExportGUI:Public Member Functions | |
| __construct (object $a_parent_gui, ?ilObject $a_main_obj=null) | |
| addFormat (string $a_key, string $a_txt="", object $a_call_obj=null, string $a_call_func="") | |
| getFormats () | |
| addCustomColumn (string $a_txt, object $a_obj, string $a_func) | |
| addCustomMultiCommand (string $a_txt, object $a_obj, string $a_func) | |
| getCustomMultiCommands () | |
| getCustomColumns () | |
| executeCommand () | |
| listExportFiles () | |
| createExportFile () | |
| confirmDeletion () | |
| Confirm file deletion. More... | |
| delete () | |
| download () | |
| Download file. More... | |
| handleCustomMultiCommand () | |
Protected Member Functions | |
| initFileIdentifierFromQuery () | |
| initFileIdentifiersFromPost () | |
| initFormatFromPost () | |
| initExportOptionsFromPost () | |
| buildExportTableGUI () | |
| getParentGUI () | |
| showItemSelection () | |
| Show container item selection table. More... | |
| saveItemSelection () | |
Protected Attributes | |
| ILIAS Export InternalGUIService | $gui |
| Factory | $refinery |
| Services | $http |
| array | $formats = array() |
| array | $custom_columns = array() |
| array | $custom_multi_commands = array() |
| ilObject | $obj |
| ilLanguage | $lng |
| ilGlobalTemplateInterface | $tpl |
| ilCtrlInterface | $ctrl |
| ilAccessHandler | $access |
| ilErrorHandling | $error |
| ilToolbarGUI | $toolbar |
| ilObjectDefinition | $objDefinition |
| ilTree | $tree |
Private Attributes | |
| object | $parent_gui |
Export User Interface Class.
Definition at line 29 of file class.ilExportGUI.php.
| ilExportGUI::__construct | ( | object | $a_parent_gui, |
| ?ilObject | $a_main_obj = null |
||
| ) |
Definition at line 50 of file class.ilExportGUI.php.
References $DIC, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), and ILIAS\Repository\toolbar().
Here is the call graph for this function:| ilExportGUI::addCustomColumn | ( | string | $a_txt, |
| object | $a_obj, | ||
| string | $a_func | ||
| ) |
Definition at line 161 of file class.ilExportGUI.php.
| ilExportGUI::addCustomMultiCommand | ( | string | $a_txt, |
| object | $a_obj, | ||
| string | $a_func | ||
| ) |
Definition at line 169 of file class.ilExportGUI.php.
| ilExportGUI::addFormat | ( | string | $a_key, |
| string | $a_txt = "", |
||
| object | $a_call_obj = null, |
||
| string | $a_call_func = "" |
||
| ) |
Definition at line 139 of file class.ilExportGUI.php.
References ILIAS\Repository\lng().
Referenced by ilCmiXapiExportGUI\__construct(), and ilTestExportGUI\__construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 129 of file class.ilExportGUI.php.
Referenced by listExportFiles().
Here is the caller graph for this function:| ilExportGUI::confirmDeletion | ( | ) |
Confirm file deletion.
Definition at line 290 of file class.ilExportGUI.php.
References $filename, ILIAS\Repository\ctrl(), initFileIdentifiersFromPost(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilExportGUI::createExportFile | ( | ) |
Definition at line 262 of file class.ilExportGUI.php.
References Vendor\Package\$f, ILIAS\Repository\ctrl(), getFormats(), getParentGUI(), initFormatFromPost(), ILIAS\Repository\lng(), and showItemSelection().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExportGUI::delete | ( | ) |
Definition at line 316 of file class.ilExportGUI.php.
References ilExport\_getExportDirectory(), ILIAS\Repository\ctrl(), ilFileUtils\delDir(), ilExportFileInfo\delete(), initFileIdentifiersFromPost(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilExportGUI::download | ( | ) |
Download file.
Definition at line 352 of file class.ilExportGUI.php.
References ilExport\_getExportDirectory(), ILIAS\Repository\ctrl(), ilFileDelivery\deliverFileLegacy(), and initFileIdentifierFromQuery().
Here is the call graph for this function:| ilExportGUI::executeCommand | ( | ) |
Definition at line 187 of file class.ilExportGUI.php.
References ilObject\_lookupType(), ILIAS\Repository\access(), createExportFile(), ILIAS\Repository\ctrl(), handleCustomMultiCommand(), ILIAS\Repository\lng(), and ilExportLimitation\SET_EXPORT_DISABLED.
Here is the call graph for this function:| ilExportGUI::getCustomColumns | ( | ) |
Definition at line 182 of file class.ilExportGUI.php.
References $custom_columns.
Referenced by ilTestExportGUI\listExportFiles(), and listExportFiles().
Here is the caller graph for this function:| ilExportGUI::getCustomMultiCommands | ( | ) |
Definition at line 177 of file class.ilExportGUI.php.
References $custom_multi_commands.
Referenced by handleCustomMultiCommand(), ilTestExportGUI\listExportFiles(), and listExportFiles().
Here is the caller graph for this function:| ilExportGUI::getFormats | ( | ) |
Definition at line 156 of file class.ilExportGUI.php.
References $formats.
Referenced by createExportFile(), ilTestExportGUI\listExportFiles(), and listExportFiles().
Here is the caller graph for this function:
|
protected |
Definition at line 134 of file class.ilExportGUI.php.
References $parent_gui.
Referenced by createExportFile(), ilTestExportGUI\delete(), ilTestExportGUI\download(), ilTestExportGUI\listExportFiles(), saveItemSelection(), and showItemSelection().
Here is the caller graph for this function:| ilExportGUI::handleCustomMultiCommand | ( | ) |
Definition at line 374 of file class.ilExportGUI.php.
References Vendor\Package\$c, ILIAS\Repository\ctrl(), getCustomMultiCommands(), and initFileIdentifiersFromPost().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 111 of file class.ilExportGUI.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Referenced by saveItemSelection().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 76 of file class.ilExportGUI.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Referenced by download().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 87 of file class.ilExportGUI.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Referenced by confirmDeletion(), delete(), and handleCustomMultiCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 100 of file class.ilExportGUI.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Referenced by createExportFile().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExportGUI::listExportFiles | ( | ) |
Definition at line 223 of file class.ilExportGUI.php.
References Vendor\Package\$c, Vendor\Package\$f, buildExportTableGUI(), ILIAS\Repository\ctrl(), getCustomColumns(), getCustomMultiCommands(), getFormats(), ILIAS\Repository\lng(), ilSelectInputGUI\setOptions(), and ILIAS\Repository\toolbar().
Here is the call graph for this function:
|
protected |
Definition at line 397 of file class.ilExportGUI.php.
References Vendor\Package\$e, $ref_id, ilObject\_lookupObjId(), ilObject\_lookupType(), ILIAS\Repository\access(), ilExportOptions\allocateExportId(), ILIAS\Repository\ctrl(), ilExportOptions\EXPORT_BUILD, ilExportOptions\EXPORT_OMIT, getParentGUI(), initExportOptionsFromPost(), ilExportOptions\KEY_ITEM_MODE, ilExportOptions\KEY_ROOT, ILIAS\Repository\lng(), ilExportOptions\newInstance(), and showItemSelection().
Here is the call graph for this function:
|
protected |
Show container item selection table.
Definition at line 387 of file class.ilExportGUI.php.
References getParentGUI().
Referenced by createExportFile(), and saveItemSelection().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 43 of file class.ilExportGUI.php.
|
protected |
Definition at line 42 of file class.ilExportGUI.php.
|
protected |
Definition at line 35 of file class.ilExportGUI.php.
Referenced by getCustomColumns().
|
protected |
Definition at line 36 of file class.ilExportGUI.php.
Referenced by getCustomMultiCommands().
|
protected |
Definition at line 44 of file class.ilExportGUI.php.
|
protected |
Definition at line 34 of file class.ilExportGUI.php.
Referenced by getFormats().
|
protected |
Definition at line 31 of file class.ilExportGUI.php.
|
protected |
Definition at line 33 of file class.ilExportGUI.php.
|
protected |
Definition at line 40 of file class.ilExportGUI.php.
|
protected |
Definition at line 39 of file class.ilExportGUI.php.
|
protected |
Definition at line 46 of file class.ilExportGUI.php.
|
private |
Definition at line 38 of file class.ilExportGUI.php.
Referenced by getParentGUI().
|
protected |
Definition at line 32 of file class.ilExportGUI.php.
|
protected |
Definition at line 45 of file class.ilExportGUI.php.
|
protected |
Definition at line 41 of file class.ilExportGUI.php.
|
protected |
Definition at line 47 of file class.ilExportGUI.php.