ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
Export User Interface Class. More...
Public Member Functions | |
__construct (object $a_parent_gui, ?ilObject $a_main_obj=null) | |
executeCommand () | |
addFormat () | |
listExportFiles () | |
getFormats () | |
Data Fields | |
const | CMD_LIST_EXPORT_FILES = "listExportFiles" |
const | CMD_EXPORT_XML = "createXmlExportFile" |
Protected Member Functions | |
initExportOptionsFromPost () | |
builtExportOptionCommand (ilExportHandlerConsumerExportOptionInterface $export_option) | |
enableStandardXMLExport () | |
initExportOptions () | |
displayExportFiles () | |
createXMLExportFile () | |
showItemSelection () | |
Show container item selection table. More... | |
saveItemSelection () | |
createXMLExport () | |
createXMLContainerExport () | |
Protected Attributes | |
const | CMD_SAVE_ITEM_SELECTION = "saveItemSelection" |
const | CMD_EXPORT_OPTION_PREFIX = "exportOption" |
ilExportHandlerConsumerExportOptionCollectionInterface | $export_options |
ilUIServices | $ui_services |
ilHTTPServices | $http |
ilRefineryFactory | $refinery |
ilObjUser | $il_user |
ilLanguage | $lng |
ilObject | $obj |
ilGlobalTemplateInterface | $tpl |
ilCtrlInterface | $ctrl |
ilAccessHandler | $access |
ilErrorHandling | $error |
ilToolbarGUI | $toolbar |
ilObjectDefinition | $obj_definition |
ilTree | $tree |
ilExportHandler | $export_handler |
ilExportHandlerConsumerContextInterface | $context |
ilDataFactory | $data_factory |
object | $parent_gui |
Export User Interface Class.
Definition at line 36 of file class.ilExportGUI.php.
Definition at line 63 of file class.ilExportGUI.php.
References $DIC, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), enableStandardXMLExport(), ILIAS\FileDelivery\http(), initExportOptions(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), and ILIAS\Repository\toolbar().
ilExportGUI::addFormat | ( | ) |
Definition at line 129 of file class.ilExportGUI.php.
Referenced by ilCmiXapiExportGUI\__construct().
|
finalprotected |
Definition at line 164 of file class.ilExportGUI.php.
Referenced by displayExportFiles(), and executeCommand().
|
finalprotected |
Definition at line 281 of file class.ilExportGUI.php.
References $access, $obj_definition, $ref_id, ilObject\_lookupObjId(), ilObject\_lookupType(), ilExportOptions\allocateExportId(), ilExportOptions\EXPORT_BUILD, ilExportOptions\EXPORT_EXISTING, ilExportOptions\EXPORT_OMIT, initExportOptionsFromPost(), ILIAS\Repository\int(), ilExportOptions\KEY_ROOT, and ilExportOptions\newInstance().
Referenced by saveItemSelection().
|
finalprotected |
Definition at line 267 of file class.ilExportGUI.php.
Referenced by createXMLExportFile().
|
finalprotected |
Definition at line 219 of file class.ilExportGUI.php.
References createXMLExport(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\UICore\GlobalTemplate\MESSAGE_TYPE_SUCCESS, and showItemSelection().
Referenced by executeCommand().
|
finalprotected |
Definition at line 187 of file class.ilExportGUI.php.
References builtExportOptionCommand(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\toolbar().
Referenced by executeCommand(), and listExportFiles().
|
finalprotected |
Definition at line 169 of file class.ilExportGUI.php.
Referenced by __construct().
ilExportGUI::executeCommand | ( | ) |
Definition at line 89 of file class.ilExportGUI.php.
References ilObject\_lookupType(), ILIAS\Repository\access(), builtExportOptionCommand(), createXMLExportFile(), ILIAS\Repository\ctrl(), displayExportFiles(), ILIAS\Repository\lng(), saveItemSelection(), and ilExportLimitation\SET_EXPORT_DISABLED.
ilExportGUI::getFormats | ( | ) |
Definition at line 142 of file class.ilExportGUI.php.
|
finalprotected |
Definition at line 174 of file class.ilExportGUI.php.
Referenced by __construct().
|
finalprotected |
Definition at line 147 of file class.ilExportGUI.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Referenced by createXMLContainerExport(), and saveItemSelection().
ilExportGUI::listExportFiles | ( | ) |
Definition at line 134 of file class.ilExportGUI.php.
References displayExportFiles().
|
finalprotected |
Definition at line 246 of file class.ilExportGUI.php.
References Vendor\Package\$e, createXMLContainerExport(), ILIAS\Repository\ctrl(), initExportOptionsFromPost(), ILIAS\Repository\lng(), and showItemSelection().
Referenced by executeCommand().
|
finalprotected |
Show container item selection table.
Definition at line 237 of file class.ilExportGUI.php.
Referenced by createXMLExportFile(), and saveItemSelection().
|
protected |
Definition at line 52 of file class.ilExportGUI.php.
Referenced by createXMLContainerExport().
|
protected |
Definition at line 59 of file class.ilExportGUI.php.
|
protected |
Definition at line 51 of file class.ilExportGUI.php.
|
protected |
Definition at line 60 of file class.ilExportGUI.php.
|
protected |
Definition at line 53 of file class.ilExportGUI.php.
|
protected |
Definition at line 58 of file class.ilExportGUI.php.
|
protected |
Definition at line 43 of file class.ilExportGUI.php.
|
protected |
Definition at line 45 of file class.ilExportGUI.php.
|
protected |
Definition at line 47 of file class.ilExportGUI.php.
|
protected |
Definition at line 48 of file class.ilExportGUI.php.
|
protected |
Definition at line 49 of file class.ilExportGUI.php.
|
protected |
Definition at line 56 of file class.ilExportGUI.php.
Referenced by createXMLContainerExport().
|
protected |
Definition at line 61 of file class.ilExportGUI.php.
|
protected |
Definition at line 46 of file class.ilExportGUI.php.
|
protected |
Definition at line 55 of file class.ilExportGUI.php.
|
protected |
Definition at line 50 of file class.ilExportGUI.php.
|
protected |
Definition at line 57 of file class.ilExportGUI.php.
|
protected |
Definition at line 44 of file class.ilExportGUI.php.
|
protected |
Definition at line 41 of file class.ilExportGUI.php.
const ilExportGUI::CMD_EXPORT_XML = "createXmlExportFile" |
Definition at line 39 of file class.ilExportGUI.php.
const ilExportGUI::CMD_LIST_EXPORT_FILES = "listExportFiles" |
Definition at line 38 of file class.ilExportGUI.php.
Referenced by ilObjBlogGUI\createExportFile(), ilObjBlogGUI\createExportFileWithComments(), ilObjContentObjectGUI\doExportHTML(), ilObjContentObjectGUI\doExportXML(), ilWikiExportOptionHTML\getLabel(), ilWikiExportOptionHTMLWithComments\isObjectSupported(), ilMediaPoolExportOptionXMLMasterNoMedia\onExportOptionSelected(), and ilMediaPoolExportOptionXMLMaster\onExportOptionSelected().
|
protected |
Definition at line 40 of file class.ilExportGUI.php.