|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilMemberExportGUI:
Collaboration diagram for ilMemberExportGUI:Public Member Functions | |
| __construct (int $a_ref_id) | |
| Constructor @access public. More... | |
| executeCommand () | |
| initCSV (?ilPropertyFormGUI $a_form=null) | |
| initExcel (?ilPropertyFormGUI $a_form=null) | |
| show () | |
| export () | |
| Export, create member export file and store it in data directory. More... | |
| exportExcel () | |
| deliverData () | |
| 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 (bool $a_is_excel=false) | |
| handleIncoming () | |
| initFileIdsFromPost () | |
| initFileSystemStorage () | |
Protected Attributes | |
| GlobalHttpState | $http |
| Factory | $refinery |
| ilCtrl | $ctrl |
| ilGlobalTemplateInterface | $tpl |
| ilLanguage | $lng |
| ilToolbarGUI | $toolbar |
| Profile | $profile |
| ilMemberExport | $export = null |
| ilExportFieldsInfo | $fields_info = null |
| ilFileSystemAbstractionStorage | $fss_export = null |
| ilUserFormSettings | $exportSettings |
Private Attributes | |
| int | $ref_id |
| int | $obj_id |
| string | $type |
Definition at line 30 of file class.ilMemberExportGUI.php.
| ilMemberExportGUI::__construct | ( | int | $a_ref_id | ) |
Constructor @access public.
Definition at line 55 of file class.ilMemberExportGUI.php.
References $DIC, ilExportFieldsInfo\_getInstanceByType(), ilObject\_lookupObjId(), ilObject\_lookupType(), ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), initFileSystemStorage(), ILIAS\Repository\lng(), ILIAS\Repository\profile(), ILIAS\Repository\refinery(), and ILIAS\Repository\toolbar().
Here is the call graph for this function:| ilMemberExportGUI::confirmDeleteExportFile | ( | ) |
Confirm deletion of export files.
Definition at line 386 of file class.ilMemberExportGUI.php.
References ILIAS\Repository\ctrl(), ilDatePresentation\formatDate(), IL_CAL_UNIX, initFileIdsFromPost(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilMemberExportGUI::deleteExportFile | ( | ) |
Delete member export files.
Reimplemented in ilPRGMembersExportGUI.
Definition at line 415 of file class.ilMemberExportGUI.php.
References $path, ILIAS\Repository\ctrl(), initFileIdsFromPost(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilMemberExportGUI::deliverData | ( | ) |
Definition at line 276 of file class.ilMemberExportGUI.php.
References ilUtil\deliverData(), and ilSession\get().
Here is the call graph for this function:| ilMemberExportGUI::downloadExportFile | ( | ) |
Download export file.
Reimplemented in ilPRGMembersExportGUI.
Definition at line 306 of file class.ilMemberExportGUI.php.
References ILIAS\Repository\ctrl(), ilUtil\deliverData(), ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Here is the call graph for this function:| ilMemberExportGUI::executeCommand | ( | ) |
Definition at line 76 of file class.ilMemberExportGUI.php.
References ILIAS\Repository\ctrl(), ilPrivacySettings\getInstance(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilMemberExportGUI::export | ( | ) |
Export, create member export file and store it in data directory.
Reimplemented in ilPRGMembersExportGUI.
Definition at line 249 of file class.ilMemberExportGUI.php.
References $filename, ILIAS\Repository\ctrl(), 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 | ( | ) |
Reimplemented in ilPRGMembersExportGUI.
Definition at line 261 of file class.ilMemberExportGUI.php.
References $filename, $obj_id, ILIAS\Repository\ctrl(), export(), ilMemberExport\EXPORT_EXCEL, and handleIncoming().
Here is the call graph for this function:
|
protected |
Reimplemented in ilPRGMembersExportGUI.
Definition at line 222 of file class.ilMemberExportGUI.php.
References $id, ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Referenced by export(), and exportExcel().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMemberExportGUI::initCSV | ( | ?ilPropertyFormGUI | $a_form = null | ) |
Definition at line 192 of file class.ilMemberExportGUI.php.
References initSettingsForm().
Here is the call graph for this function:| ilMemberExportGUI::initExcel | ( | ?ilPropertyFormGUI | $a_form = null | ) |
Definition at line 200 of file class.ilMemberExportGUI.php.
References initSettingsForm().
Here is the call graph for this function:
|
protected |
Definition at line 369 of file class.ilMemberExportGUI.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Referenced by confirmDeleteExportFile(), deleteExportFile(), and ilPRGMembersExportGUI\deleteExportFile().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Reimplemented in ilPRGMembersExportGUI.
Definition at line 447 of file class.ilMemberExportGUI.php.
Referenced by __construct().
Here is the caller graph for this function:
|
protected |
Reimplemented in ilPRGMembersExportGUI.
Definition at line 96 of file class.ilMemberExportGUI.php.
References $GLOBALS, ilCourseDefinedFieldDefinition\_getFields(), ILIAS\Repository\ctrl(), ILIAS\Survey\Mode\getId(), ilBookingEntry\hasObjectBookingEntries(), ILIAS\Repository\lng(), and ILIAS\Repository\profile().
Referenced by initCSV(), and initExcel().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMemberExportGUI::show | ( | ) |
Definition at line 208 of file class.ilMemberExportGUI.php.
References ILIAS\Repository\lng(), showFileList(), and ILIAS\Repository\toolbar().
Here is the call graph for this function:| ilMemberExportGUI::showFileList | ( | ) |
Show file list of available export files.
Definition at line 297 of file class.ilMemberExportGUI.php.
Referenced by show().
Here is the caller graph for this function:
|
protected |
Definition at line 39 of file class.ilMemberExportGUI.php.
|
protected |
Definition at line 45 of file class.ilMemberExportGUI.php.
Referenced by ilPRGMembersExportGUI\exportAssignments().
|
protected |
Definition at line 48 of file class.ilMemberExportGUI.php.
|
protected |
Definition at line 46 of file class.ilMemberExportGUI.php.
|
protected |
Definition at line 47 of file class.ilMemberExportGUI.php.
|
protected |
Definition at line 36 of file class.ilMemberExportGUI.php.
|
protected |
Definition at line 41 of file class.ilMemberExportGUI.php.
|
private |
Definition at line 33 of file class.ilMemberExportGUI.php.
Referenced by exportExcel().
|
protected |
Definition at line 43 of file class.ilMemberExportGUI.php.
|
private |
Definition at line 32 of file class.ilMemberExportGUI.php.
Referenced by ilPRGMembersExportGUI\__construct().
|
protected |
Definition at line 37 of file class.ilMemberExportGUI.php.
|
protected |
Definition at line 42 of file class.ilMemberExportGUI.php.
|
protected |
Definition at line 40 of file class.ilMemberExportGUI.php.
|
private |
Definition at line 34 of file class.ilMemberExportGUI.php.
Referenced by ilPRGMembersExportGUI\exportAssignments().