|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Collaboration diagram for ilMemberExportGUI:Public Member Functions | |
| __construct ($a_ref_id) | |
| Constructor. More... | |
| executeCommand () | |
| Execute Command. More... | |
| initCSV (ilPropertyFormGUI $a_form=null) | |
| initExcel (ilPropertyFormGUI $a_form=null) | |
| show () | |
| Show list of export files. More... | |
| export () | |
| Export Create member export file and store it in data directory. More... | |
| exportExcel () | |
| deliverData () | |
| Deliver Data. More... | |
| showFileList () | |
| Show file list of available export files. More... | |
| downloadExportFile () | |
| Download export file. More... | |
| confirmDeleteExportFile () | |
| Confirm deletion of export files. More... | |
| deleteExportFile () | |
| Delete member export files. More... | |
Protected Member Functions | |
| initSettingsForm ($a_is_excel=false) | |
| handleIncoming () | |
| initFileSystemStorage () | |
| Init file object. More... | |
Private Attributes | |
| $ref_id | |
| $obj_id | |
| $type | |
| $ctrl | |
| $tpl | |
| $lng | |
| $fields_info | |
| $fss_export = null | |
| $exportSettings | |
@ilCtrl_Calls ilMemberExportGUI:
Definition at line 41 of file class.ilMemberExportGUI.php.
| ilMemberExportGUI::__construct | ( | $a_ref_id | ) |
Constructor.
@access public
Definition at line 64 of file class.ilMemberExportGUI.php.
References $DIC, $ilUser, $lng, $tpl, ilExportFieldsInfo\_getInstanceByType(), ilObject\_lookupType(), and initFileSystemStorage().
Here is the call graph for this function:| ilMemberExportGUI::confirmDeleteExportFile | ( | ) |
Confirm deletion of export files.
@access public
Definition at line 410 of file class.ilMemberExportGUI.php.
References $_POST, ilDatePresentation\formatDate(), IL_CAL_UNIX, and ilUtil\sendFailure().
Here is the call graph for this function:| ilMemberExportGUI::deleteExportFile | ( | ) |
Delete member export files.
@access public
Definition at line 448 of file class.ilMemberExportGUI.php.
| ilMemberExportGUI::deliverData | ( | ) |
Deliver Data.
@access public
Definition at line 321 of file class.ilMemberExportGUI.php.
References $_SESSION, and ilUtil\deliverData().
Here is the call graph for this function:| ilMemberExportGUI::downloadExportFile | ( | ) |
Download export file.
@access public
Definition at line 354 of file class.ilMemberExportGUI.php.
References $_GET, and ilUtil\deliverData().
Here is the call graph for this function:| ilMemberExportGUI::executeCommand | ( | ) |
Execute Command.
@access public
Definition at line 93 of file class.ilMemberExportGUI.php.
References $DIC, ilPrivacySettings\_getInstance(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilMemberExportGUI::export | ( | ) |
Export Create member export file and store it in data directory.
@access public
Definition at line 286 of file class.ilMemberExportGUI.php.
References $filename, export(), and handleIncoming().
Referenced by export(), and exportExcel().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMemberExportGUI::exportExcel | ( | ) |
Definition at line 299 of file class.ilMemberExportGUI.php.
References $filename, $obj_id, export(), ilMemberExport\EXPORT_EXCEL, and handleIncoming().
Here is the call graph for this function:
|
protected |
Definition at line 264 of file class.ilMemberExportGUI.php.
References $_POST.
Referenced by export(), and exportExcel().
Here is the caller graph for this function:| ilMemberExportGUI::initCSV | ( | ilPropertyFormGUI | $a_form = null | ) |
Definition at line 224 of file class.ilMemberExportGUI.php.
References initSettingsForm().
Here is the call graph for this function:| ilMemberExportGUI::initExcel | ( | ilPropertyFormGUI | $a_form = null | ) |
Definition at line 232 of file class.ilMemberExportGUI.php.
References initSettingsForm().
Here is the call graph for this function:
|
protected |
Init file object.
Definition at line 479 of file class.ilMemberExportGUI.php.
Referenced by __construct().
Here is the caller graph for this function:
|
protected |
Definition at line 125 of file class.ilMemberExportGUI.php.
References $GLOBALS, ilCourseDefinedFieldDefinition\_getFields(), ilUserDefinedFields\_getInstance(), and ilBookingEntry\hasObjectBookingEntries().
Referenced by initCSV(), and initExcel().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMemberExportGUI::show | ( | ) |
Show list of export files.
@access public
Definition at line 246 of file class.ilMemberExportGUI.php.
References $DIC, and showFileList().
Here is the call graph for this function:| ilMemberExportGUI::showFileList | ( | ) |
Show file list of available export files.
@access public
Definition at line 340 of file class.ilMemberExportGUI.php.
Referenced by show().
Here is the caller graph for this function:
|
private |
Definition at line 46 of file class.ilMemberExportGUI.php.
|
private |
Definition at line 55 of file class.ilMemberExportGUI.php.
|
private |
Definition at line 50 of file class.ilMemberExportGUI.php.
|
private |
Definition at line 51 of file class.ilMemberExportGUI.php.
|
private |
Definition at line 48 of file class.ilMemberExportGUI.php.
Referenced by __construct().
|
private |
Definition at line 44 of file class.ilMemberExportGUI.php.
Referenced by exportExcel().
|
private |
Definition at line 43 of file class.ilMemberExportGUI.php.
|
private |
Definition at line 47 of file class.ilMemberExportGUI.php.
Referenced by __construct().
|
private |
Definition at line 45 of file class.ilMemberExportGUI.php.