| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
Class ilDataCollectionField. More...
 Collaboration diagram for ilDataCollectionTableEditGUI:
 Collaboration diagram for ilDataCollectionTableEditGUI:| 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().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilDataCollectionTableEditGUI::accessDenied | ( | ) | 
Definition at line 337 of file class.ilDataCollectionTableEditGUI.php.
References $tpl.
Referenced by save().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilDataCollectionTableEditGUI::cancel | ( | ) | 
Definition at line 152 of file class.ilDataCollectionTableEditGUI.php.
References $ilCtrl.
| ilDataCollectionTableEditGUI::cancelDelete | ( | ) | 
cancelDelete
Definition at line 367 of file class.ilDataCollectionTableEditGUI.php.
References $ilCtrl.
| 
 | protected | 
Custom checks for the form input.
| $a_mode | 'create' | 'update' | 
Definition at line 315 of file class.ilDataCollectionTableEditGUI.php.
References $lng, $title, ilObjDataCollection\_hasTableByTitle(), and ilUtil\sendFailure().
Referenced by save().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Definition at line 395 of file class.ilDataCollectionTableEditGUI.php.
References $ref_id, and ilObjDataCollection\_hasWriteAccess().
Referenced by __construct().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilDataCollectionTableEditGUI::confirmDelete | ( | ) | 
confirmDelete
Definition at line 347 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().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilDataCollectionTableEditGUI::delete | ( | ) | 
Definition at line 377 of file class.ilDataCollectionTableEditGUI.php.
References $ilCtrl, $lng, and ilUtil\sendFailure().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilDataCollectionTableEditGUI::edit | ( | ) | 
create field edit form
Definition at line 87 of file class.ilDataCollectionTableEditGUI.php.
References $ilCtrl, $tpl, ilDataCollectionCache\getTableCache(), getValues(), and initForm().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilDataCollectionTableEditGUI::executeCommand | ( | ) | 
execute command
Definition at line 52 of file class.ilDataCollectionTableEditGUI.php.
References $cmd, $ilCtrl, $ilUser, $tpl, and save().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilDataCollectionTableEditGUI::getStandardValues | ( | ) | 
getStandardValues
Definition at line 132 of file class.ilDataCollectionTableEditGUI.php.
Referenced by create().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilDataCollectionTableEditGUI::getValues | ( | ) | 
getFieldValues
Definition at line 108 of file class.ilDataCollectionTableEditGUI.php.
Referenced by edit().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilDataCollectionTableEditGUI::initForm | ( | $a_mode = "create" | ) | 
initEditCustomForm
| string | $a_mode | 
Definition at line 164 of file class.ilDataCollectionTableEditGUI.php.
References $ilCtrl, $ilErr, $lng, $section, ilSubEnabledFormPropertyGUI\addSubItem(), and ilFormPropertyGUI\setRequired().
Referenced by create(), edit(), and save().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilDataCollectionTableEditGUI::save | ( | $a_mode = "create" | ) | 
save
| string | $a_mode | values: create | edit | 
Definition at line 236 of file class.ilDataCollectionTableEditGUI.php.
References $ilCtrl, $lng, $tpl, ilObjDataCollection\_checkAccess(), accessDenied(), checkInput(), ilDataCollectionCache\getTableCache(), initForm(), and ilUtil\sendSuccess().
Referenced by executeCommand().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 27 of file class.ilDataCollectionTableEditGUI.php.
| 
 | private | 
Definition at line 23 of file class.ilDataCollectionTableEditGUI.php.