ILIAS
Release_4_4_x_branch Revision 61816
|
Class ilDataCollectionField. More...
Public Member Functions | |
__construct (ilObjDataCollectionGUI $a_parent_obj) | |
Constructor. | |
executeCommand () | |
execute command | |
create () | |
create table add form | |
edit () | |
create field edit form | |
getValues () | |
getFieldValues | |
getStandardValues () | |
getStandardValues | |
cancel () | |
initForm ($a_mode="create") | |
initEditCustomForm | |
save ($a_mode="create") | |
save | |
accessDenied () | |
confirmDelete () | |
confirmDelete | |
cancelDelete () | |
cancelDelete | |
delete () |
Protected Member Functions | |
checkInput ($a_mode) | |
Custom checks for the form input. | |
checkPermission () |
Private Attributes | |
$table_id | |
$table |
Class ilDataCollectionField.
Definition at line 18 of file class.ilDataCollectionTableEditGUI.php.
ilDataCollectionTableEditGUI::__construct | ( | ilObjDataCollectionGUI | $a_parent_obj | ) |
Constructor.
object | $a_parent_obj |
Definition at line 34 of file class.ilDataCollectionTableEditGUI.php.
References $_GET, $ilCtrl, $lng, checkPermission(), ilDataCollectionCache\getTableCache(), and ilUtil\sendFailure().
ilDataCollectionTableEditGUI::accessDenied | ( | ) |
Definition at line 347 of file class.ilDataCollectionTableEditGUI.php.
References $tpl.
Referenced by save().
ilDataCollectionTableEditGUI::cancel | ( | ) |
Definition at line 153 of file class.ilDataCollectionTableEditGUI.php.
References $ilCtrl.
ilDataCollectionTableEditGUI::cancelDelete | ( | ) |
cancelDelete
Definition at line 377 of file class.ilDataCollectionTableEditGUI.php.
References $ilCtrl.
|
protected |
Custom checks for the form input.
$a_mode | 'create' | 'update' |
Definition at line 325 of file class.ilDataCollectionTableEditGUI.php.
References $lng, ilObjDataCollection\_hasTableByTitle(), and ilUtil\sendFailure().
Referenced by save().
|
protected |
Definition at line 405 of file class.ilDataCollectionTableEditGUI.php.
References $ref_id, and ilObjDataCollection\_hasWriteAccess().
Referenced by __construct().
ilDataCollectionTableEditGUI::confirmDelete | ( | ) |
confirmDelete
Definition at line 357 of file class.ilDataCollectionTableEditGUI.php.
References $ilCtrl, $lng, and $tpl.
ilDataCollectionTableEditGUI::create | ( | ) |
create table add form
Definition at line 75 of file class.ilDataCollectionTableEditGUI.php.
References $tpl, getStandardValues(), and initForm().
ilDataCollectionTableEditGUI::delete | ( | ) |
Definition at line 387 of file class.ilDataCollectionTableEditGUI.php.
References $ilCtrl, $lng, and ilUtil\sendFailure().
ilDataCollectionTableEditGUI::edit | ( | ) |
create field edit form
Definition at line 87 of file class.ilDataCollectionTableEditGUI.php.
References $ilCtrl, $tpl, ilDataCollectionCache\getTableCache(), getValues(), and initForm().
ilDataCollectionTableEditGUI::executeCommand | ( | ) |
execute command
Definition at line 52 of file class.ilDataCollectionTableEditGUI.php.
References $cmd, $ilCtrl, $ilUser, $tpl, and save().
ilDataCollectionTableEditGUI::getStandardValues | ( | ) |
getStandardValues
Definition at line 133 of file class.ilDataCollectionTableEditGUI.php.
Referenced by create().
ilDataCollectionTableEditGUI::getValues | ( | ) |
getFieldValues
Definition at line 108 of file class.ilDataCollectionTableEditGUI.php.
Referenced by edit().
ilDataCollectionTableEditGUI::initForm | ( | $a_mode = "create" | ) |
initEditCustomForm
string | $a_mode |
Definition at line 165 of file class.ilDataCollectionTableEditGUI.php.
References $ilCtrl, $ilErr, $lng, $section, ilFormPropertyGUI\setRequired(), ilDateTimeInputGUI\setShowTime(), and ilTextAreaInputGUI\setUseRte().
Referenced by create(), edit(), and save().
ilDataCollectionTableEditGUI::save | ( | $a_mode = "create" | ) |
save
string | $a_mode | values: create | edit |
Definition at line 245 of file class.ilDataCollectionTableEditGUI.php.
References $ilCtrl, $lng, $tpl, ilObjDataCollection\_checkAccess(), accessDenied(), checkInput(), ilDataCollectionCache\getTableCache(), initForm(), and ilUtil\sendSuccess().
Referenced by executeCommand().
|
private |
Definition at line 27 of file class.ilDataCollectionTableEditGUI.php.
|
private |
Definition at line 23 of file class.ilDataCollectionTableEditGUI.php.