ILIAS
Release_4_4_x_branch Revision 61816
|
Class ilOrgUnitExportGUI. More...
Public Member Functions | |
__construct (ilObjOrgUnitGUI $a_parent_gui, $a_main_obj=null) | |
simpleExport () | |
simpleExportExcel () | |
Public Member Functions inherited from ilExportGUI | |
__construct ($a_parent_gui, $a_main_obj=null) | |
Constuctor. | |
addFormat ($a_key, $a_txt="", $a_call_obj=null, $a_call_func="") | |
Add formats. | |
getFormats () | |
Get formats. | |
addCustomColumn ($a_txt, $a_obj, $a_func) | |
Add custom column. | |
addCustomMultiCommand ($a_txt, $a_obj, $a_func) | |
Add custom multi command. | |
getCustomMultiCommands () | |
Get custom multi commands. | |
getCustomColumns () | |
Get custom columns. | |
executeCommand () | |
Execute command. | |
listExportFiles () | |
List export files. | |
createExportFile () | |
Create export file. | |
confirmDeletion () | |
Confirm file deletion. | |
delete () | |
Delete files. | |
download () | |
Download file. | |
handleCustomMultiCommand () | |
Handle custom multi command. |
Protected Attributes | |
$toolbar | |
$lng | |
$ctrl | |
$ilObjOrgUnit | |
Protected Attributes inherited from ilExportGUI | |
$formats = array() | |
$custom_columns = array() | |
$custom_multi_commands = array() |
Private Member Functions | |
extendExportGUI () |
Additional Inherited Members | |
Protected Member Functions inherited from ilExportGUI | |
getParentGUI () | |
get parent gui | |
showItemSelection () | |
Show container item selection table. | |
saveItemSelection () | |
Save selection of subitems. |
Class ilOrgUnitExportGUI.
Definition at line 13 of file class.ilOrgUnitExportGUI.php.
ilOrgUnitExportGUI::__construct | ( | ilObjOrgUnitGUI | $a_parent_gui, |
$a_main_obj = null |
|||
) |
ilObjOrgUnitGUI | $a_parent_gui | |
null | $a_main_obj |
Definition at line 36 of file class.ilOrgUnitExportGUI.php.
References $ilCtrl, $lng, extendExportGUI(), ilObject\getRefId(), and ilObjOrgUnit\getRootOrgRefId().
|
private |
Definition at line 53 of file class.ilOrgUnitExportGUI.php.
Referenced by __construct().
ilOrgUnitExportGUI::simpleExport | ( | ) |
Definition at line 59 of file class.ilOrgUnitExportGUI.php.
ilOrgUnitExportGUI::simpleExportExcel | ( | ) |
Definition at line 65 of file class.ilOrgUnitExportGUI.php.
References ilObjOrgUnit\getRootOrgRefId().
|
protected |
Definition at line 25 of file class.ilOrgUnitExportGUI.php.
|
protected |
Definition at line 29 of file class.ilOrgUnitExportGUI.php.
|
protected |
Definition at line 21 of file class.ilOrgUnitExportGUI.php.
Referenced by __construct().
|
protected |
Definition at line 17 of file class.ilOrgUnitExportGUI.php.