|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilDclBaseFieldModel. More...
Collaboration diagram for ilDclTableEditGUI:Public Member Functions | |
| __construct (ilDclTableListGUI $a_parent_obj) | |
| Constructor. More... | |
| executeCommand () | |
| execute command More... | |
| create () | |
| create table add form More... | |
| edit () | |
| create field edit form More... | |
| getValues () | |
| getFieldValues More... | |
| getStandardValues () | |
| getStandardValues More... | |
| cancel () | |
| initForm ($a_mode="create") | |
| initEditCustomForm More... | |
| doTableSwitch () | |
| save ($a_mode="create") | |
| save More... | |
| accessDenied () | |
| confirmDelete () | |
| confirmDelete More... | |
| cancelDelete () | |
| cancelDelete More... | |
| delete () | |
Protected Member Functions | |
| checkInput ($a_mode) | |
| Custom checks for the form input. More... | |
| checkAccess () | |
| createTableSwitcher () | |
Protected Attributes | |
| $lng | |
| $ctrl | |
| $tpl | |
| $toolbar | |
| $form | |
Private Attributes | |
| $table_id | |
| $table | |
| ilDclTableEditGUI::__construct | ( | ilDclTableListGUI | $a_parent_obj | ) |
Constructor.
| ilDclTableListGUI | $a_parent_obj |
Definition at line 54 of file class.ilDclTableEditGUI.php.
References $_GET, $DIC, $ilCtrl, $lng, $toolbar, $tpl, checkAccess(), ilDclCache\getTableCache(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilDclTableEditGUI::accessDenied | ( | ) |
Definition at line 424 of file class.ilDclTableEditGUI.php.
Referenced by save().
Here is the caller graph for this function:| ilDclTableEditGUI::cancel | ( | ) |
Definition at line 191 of file class.ilDclTableEditGUI.php.
| ilDclTableEditGUI::cancelDelete | ( | ) |
cancelDelete
Definition at line 452 of file class.ilDclTableEditGUI.php.
|
protected |
Definition at line 476 of file class.ilDclTableEditGUI.php.
References ilObjDataCollectionAccess\hasAccessToEditTable(), and ilObjDataCollectionAccess\hasWriteAccess().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Custom checks for the form input.
| $a_mode | 'create' | 'update' |
Definition at line 398 of file class.ilDclTableEditGUI.php.
References $title, ilObjDataCollection\_hasTableByTitle(), and ilUtil\sendFailure().
Referenced by save().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDclTableEditGUI::confirmDelete | ( | ) |
confirmDelete
Definition at line 433 of file class.ilDclTableEditGUI.php.
| ilDclTableEditGUI::create | ( | ) |
create table add form
Definition at line 106 of file class.ilDclTableEditGUI.php.
References getStandardValues(), and initForm().
Here is the call graph for this function:
|
protected |
| $options |
Definition at line 488 of file class.ilDclTableEditGUI.php.
References $options, $table, and ilSubmitButton\getInstance().
Referenced by initForm().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDclTableEditGUI::delete | ( | ) |
Definition at line 460 of file class.ilDclTableEditGUI.php.
References ilUtil\sendFailure().
Here is the call graph for this function:| ilDclTableEditGUI::doTableSwitch | ( | ) |
Definition at line 316 of file class.ilDclTableEditGUI.php.
References $_POST.
| ilDclTableEditGUI::edit | ( | ) |
create field edit form
Definition at line 117 of file class.ilDclTableEditGUI.php.
References ilDclCache\getTableCache(), getValues(), and initForm().
Here is the call graph for this function:| ilDclTableEditGUI::executeCommand | ( | ) |
execute command
Definition at line 86 of file class.ilDclTableEditGUI.php.
References save().
Here is the call graph for this function:| ilDclTableEditGUI::getStandardValues | ( | ) |
getStandardValues
Definition at line 168 of file class.ilDclTableEditGUI.php.
Referenced by create().
Here is the caller graph for this function:| ilDclTableEditGUI::getValues | ( | ) |
getFieldValues
Definition at line 135 of file class.ilDclTableEditGUI.php.
Referenced by edit().
Here is the caller graph for this function:| ilDclTableEditGUI::initForm | ( | $a_mode = "create" | ) |
initEditCustomForm
| string | $a_mode |
Definition at line 202 of file class.ilDclTableEditGUI.php.
References $options, $section, and createTableSwitcher().
Referenced by create(), edit(), and save().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDclTableEditGUI::save | ( | $a_mode = "create" | ) |
save
| string | $a_mode | values: create | edit |
Definition at line 327 of file class.ilDclTableEditGUI.php.
References $DIC, accessDenied(), ilObjDataCollectionAccess\checkActionForObjId(), checkInput(), ilDclCache\getTableCache(), initForm(), and ilUtil\sendSuccess().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 35 of file class.ilDclTableEditGUI.php.
|
protected |
Definition at line 47 of file class.ilDclTableEditGUI.php.
|
protected |
Definition at line 31 of file class.ilDclTableEditGUI.php.
Referenced by __construct().
|
private |
Definition at line 27 of file class.ilDclTableEditGUI.php.
Referenced by createTableSwitcher().
|
private |
Definition at line 23 of file class.ilDclTableEditGUI.php.
|
protected |
Definition at line 43 of file class.ilDclTableEditGUI.php.
Referenced by __construct().
|
protected |
Definition at line 39 of file class.ilDclTableEditGUI.php.
Referenced by __construct().