ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilDclBaseFieldModel. More...
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().
ilDclTableEditGUI::accessDenied | ( | ) |
Definition at line 424 of file class.ilDclTableEditGUI.php.
Referenced by save().
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().
|
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().
ilDclTableEditGUI::confirmDelete | ( | ) |
ilDclTableEditGUI::create | ( | ) |
create table add form
Definition at line 106 of file class.ilDclTableEditGUI.php.
References getStandardValues(), and initForm().
|
protected |
$options |
Definition at line 488 of file class.ilDclTableEditGUI.php.
References $options, $table, and ilSubmitButton\getInstance().
Referenced by initForm().
ilDclTableEditGUI::delete | ( | ) |
Definition at line 460 of file class.ilDclTableEditGUI.php.
References ilUtil\sendFailure().
ilDclTableEditGUI::doTableSwitch | ( | ) |
ilDclTableEditGUI::edit | ( | ) |
create field edit form
Definition at line 117 of file class.ilDclTableEditGUI.php.
References ilDclCache\getTableCache(), getValues(), and initForm().
ilDclTableEditGUI::executeCommand | ( | ) |
execute command
Definition at line 86 of file class.ilDclTableEditGUI.php.
References save().
ilDclTableEditGUI::getStandardValues | ( | ) |
getStandardValues
Definition at line 168 of file class.ilDclTableEditGUI.php.
References array.
Referenced by create().
ilDclTableEditGUI::getValues | ( | ) |
getFieldValues
Definition at line 135 of file class.ilDclTableEditGUI.php.
References array.
Referenced by edit().
ilDclTableEditGUI::initForm | ( | $a_mode = "create" | ) |
initEditCustomForm
string | $a_mode |
Definition at line 202 of file class.ilDclTableEditGUI.php.
References $options, $section, array, createTableSwitcher(), ilFormPropertyGUI\setInfo(), ilFormPropertyGUI\setRequired(), ilDateTimeInputGUI\setShowTime(), and ilTextAreaInputGUI\setUseRte().
Referenced by create(), edit(), and save().
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().
|
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().