ILIAS
release_4-3 Revision
|
Class ilDataCollectionField. More...
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().
ilDataCollectionRecordListGUI::applyFilter | ( | ) |
Definition at line 162 of file class.ilDataCollectionRecordListGUI.php.
References $ilCtrl, and listRecords().
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().
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().
|
private |
Definition at line 209 of file class.ilDataCollectionRecordListGUI.php.
References ilDataCollectionRecord\getTable().
Referenced by sendFile().
ilDataCollectionRecordListGUI::resetFilter | ( | ) |
Definition at line 175 of file class.ilDataCollectionRecordListGUI.php.
References $ilCtrl, and listRecords().
ilDataCollectionRecordListGUI::sendFile | ( | ) |
Definition at line 188 of file class.ilDataCollectionRecordListGUI.php.
References $_GET, ilUtil\deliverFile(), ilDataCollectionCache\getRecordCache(), and recordBelongsToCollection().
|
private |
Definition at line 22 of file class.ilDataCollectionRecordListGUI.php.
Referenced by exportExcel().