|
ILIAS
release_4-3 Revision
|
Class ilDataCollectionField. More...
Collaboration diagram for ilDataCollectionRecordListGUI:Public Member Functions | |
| __construct (ilObjDataCollectionGUI $a_parent_obj, $table_id) | |
| Constructor. | |
| executeCommand () | |
| execute command | |
| listRecords () | |
| List Records. | |
| exportExcel () | |
| doTableSwitch () | |
| doTableSwitch | |
| applyFilter () | |
| resetFilter () | |
| sendFile () | |
Private Member Functions | |
| recordBelongsToCollection (ilDataCollectionRecord $record) | |
Private Attributes | |
| $table_obj | |
Class ilDataCollectionField.
Definition at line 20 of file class.ilDataCollectionRecordListGUI.php.
| ilDataCollectionRecordListGUI::__construct | ( | ilObjDataCollectionGUI | $a_parent_obj, |
| $table_id | |||
| ) |
Constructor.
| object | $a_parent_obj | |
| int | $table_id |
Definition at line 29 of file class.ilDataCollectionRecordListGUI.php.
References $_GET, $ilCtrl, and ilDataCollectionCache\getTableCache().
Here is the call graph for this function:| ilDataCollectionRecordListGUI::applyFilter | ( | ) |
Definition at line 162 of file class.ilDataCollectionRecordListGUI.php.
References $ilCtrl, and listRecords().
Here is the call graph for this function:| ilDataCollectionRecordListGUI::doTableSwitch | ( | ) |
| ilDataCollectionRecordListGUI::executeCommand | ( | ) |
| ilDataCollectionRecordListGUI::exportExcel | ( | ) |
Definition at line 131 of file class.ilDataCollectionRecordListGUI.php.
References $ilCtrl, $lng, $table_obj, exit, ilTable2GUI\EXPORT_EXCEL, and ilDataCollectionRecordListTableGUI\setRecordData().
Here is the call graph for this function:| ilDataCollectionRecordListGUI::listRecords | ( | ) |
List Records.
Definition at line 66 of file class.ilDataCollectionRecordListGUI.php.
References $data, $ilCtrl, $lng, $total, $tpl, ilObjDataCollection\_hasWriteAccess(), and ilUtil\sendInfo().
Referenced by applyFilter(), and resetFilter().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 209 of file class.ilDataCollectionRecordListGUI.php.
References ilDataCollectionRecord\getTable().
Referenced by sendFile().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDataCollectionRecordListGUI::resetFilter | ( | ) |
Definition at line 175 of file class.ilDataCollectionRecordListGUI.php.
References $ilCtrl, and listRecords().
Here is the call graph for this function:| ilDataCollectionRecordListGUI::sendFile | ( | ) |
Definition at line 188 of file class.ilDataCollectionRecordListGUI.php.
References $_GET, ilUtil\deliverFile(), ilDataCollectionCache\getRecordCache(), and recordBelongsToCollection().
Here is the call graph for this function:
|
private |
Definition at line 22 of file class.ilDataCollectionRecordListGUI.php.
Referenced by exportExcel().