ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct (ilObjDataCollectionGUI $a_dcl_object) | |
executeCommand () | |
renderRecord ($editComments=false) | |
doReplace ($found) | |
doExtReplace ($found) | |
Protected Member Functions | |
offerAlternativeViews () | |
renderComments ($edit=false) | |
determineNextPrevRecords () | |
Find the previous/next record from the current position. More... | |
renderPrevNextLinks () | |
Determine and return the markup for the previous/next records. More... | |
renderSelectOptions () | |
Render select options. More... | |
checkAccess () | |
Protected Attributes | |
$dcl_gui_object | |
$notes_gui | |
$table | |
$tableview_id | |
$record_obj | |
$next_record_id = 0 | |
$prev_record_id = 0 | |
$current_record_position = 0 | |
$record_ids = array() | |
$is_enabled_paging = true | |
$lng | |
Private Member Functions | |
setOptions ($link_name) | |
setOptions string $link_name More... | |
loadSession () | |
If we come from a goto Link we need to build up the session data. More... | |
ilDclDetailedViewGUI: ilDclDetailedViewDefinitionGUI, ilEditClipboardGUI
Definition at line 15 of file class.ilDclDetailedViewGUI.php.
ilDclDetailedViewGUI::__construct | ( | ilObjDataCollectionGUI | $a_dcl_object | ) |
ilObjDataCollectionGUI | $a_dcl_object |
Definition at line 67 of file class.ilDclDetailedViewGUI.php.
References $_GET, $DIC, $ilCtrl, $lng, $tpl, determineNextPrevRecords(), ilObjStyleSheet\getContentStylePath(), ilDclCache\getRecordCache(), ilObjStyleSheet\getSyntaxStylePath(), and ilUtil\sendFailure().
|
protected |
Definition at line 427 of file class.ilDclDetailedViewGUI.php.
References $tableview_id, and ilDclDetailedViewDefinition\isActive().
Referenced by executeCommand().
|
protected |
Find the previous/next record from the current position.
Also determine position of current record in whole set.
Definition at line 335 of file class.ilDclDetailedViewGUI.php.
References $_SESSION, and loadSession().
Referenced by __construct().
ilDclDetailedViewGUI::doExtReplace | ( | $found | ) |
$found |
Definition at line 283 of file class.ilDclDetailedViewGUI.php.
References $tpl, array, ilDclCache\getRecordCache(), ilObjDataCollectionAccess\hasWriteAccess(), and ilUtil\sendInfo().
ilDclDetailedViewGUI::doReplace | ( | $found | ) |
$found |
Definition at line 272 of file class.ilDclDetailedViewGUI.php.
References setOptions().
ilDclDetailedViewGUI::executeCommand | ( | ) |
Definition at line 117 of file class.ilDclDetailedViewGUI.php.
References $_GET, $DIC, $ilCtrl, checkAccess(), offerAlternativeViews(), renderRecord(), and ilUtil\sendFailure().
|
private |
If we come from a goto Link we need to build up the session data.
Definition at line 416 of file class.ilDclDetailedViewGUI.php.
References $list.
Referenced by determineNextPrevRecords().
|
protected |
Definition at line 164 of file class.ilDclDetailedViewGUI.php.
References $DIC, $tpl, and ilUtil\sendInfo().
Referenced by executeCommand().
|
protected |
Definition at line 322 of file class.ilDclDetailedViewGUI.php.
Referenced by renderRecord().
|
protected |
Determine and return the markup for the previous/next records.
Definition at line 364 of file class.ilDclDetailedViewGUI.php.
References $DIC, $ilCtrl, $next_record_id, $out, $prev_record_id, and $url.
Referenced by renderRecord().
ilDclDetailedViewGUI::renderRecord | ( | $editComments = false | ) |
bool | $editComments |
Definition at line 176 of file class.ilDclDetailedViewGUI.php.
References $_GET, $current_record_position, $DIC, $html, $ilCtrl, $table, $tpl, array, ilObjStyleSheet\getEffectiveContentStyleId(), ilLinkButton\getInstance(), ilDclCache\getTableCache(), ilDclRecordEditGUI\REDIRECT_DETAIL, renderComments(), renderPrevNextLinks(), renderSelectOptions(), and setOptions().
Referenced by executeCommand().
|
protected |
Render select options.
Definition at line 388 of file class.ilDclDetailedViewGUI.php.
References $out.
Referenced by renderRecord().
|
private |
setOptions string $link_name
Definition at line 404 of file class.ilDclDetailedViewGUI.php.
References $options, and array.
Referenced by doReplace(), and renderRecord().
|
protected |
Definition at line 49 of file class.ilDclDetailedViewGUI.php.
Referenced by renderRecord().
|
protected |
Definition at line 21 of file class.ilDclDetailedViewGUI.php.
|
protected |
Definition at line 57 of file class.ilDclDetailedViewGUI.php.
|
protected |
Definition at line 61 of file class.ilDclDetailedViewGUI.php.
Referenced by __construct().
|
protected |
Definition at line 41 of file class.ilDclDetailedViewGUI.php.
Referenced by renderPrevNextLinks().
|
protected |
Definition at line 25 of file class.ilDclDetailedViewGUI.php.
|
protected |
Definition at line 45 of file class.ilDclDetailedViewGUI.php.
Referenced by renderPrevNextLinks().
|
protected |
Definition at line 53 of file class.ilDclDetailedViewGUI.php.
|
protected |
Definition at line 37 of file class.ilDclDetailedViewGUI.php.
|
protected |
Definition at line 29 of file class.ilDclDetailedViewGUI.php.
Referenced by renderRecord().
|
protected |
Definition at line 33 of file class.ilDclDetailedViewGUI.php.
Referenced by checkAccess().