|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Class ilDataCollectionRecordViewGUI. More...
Collaboration diagram for ilDataCollectionRecordViewGUI:Public Member Functions | |
| __construct (ilObjDataCollectionGUI $a_dcl_object) | |
| executeCommand () | |
| renderRecord ($editComments=false) | |
| doReplace ($found) | |
| doExtReplace ($found) | |
Static Public Member Functions | |
| static | _getViewDefinitionId (ilDataCollectionRecord $record_obj) |
| static | hasValidViewDefinition (ilDataCollectionRecord $record_obj) |
| static | hasTableValidViewDefinition (ilDataCollectionTable $table) |
Protected Member Functions | |
| 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... | |
Protected Attributes | |
| $dcl_gui_object | |
| $notes_gui | |
| $table | |
| $record_obj | |
| $next_record_id = 0 | |
| $prev_record_id = 0 | |
| $current_record_position = 0 | |
| $record_ids = array() | |
| $is_enabled_paging = true | |
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... | |
Class ilDataCollectionRecordViewGUI.
@ilCtrl_Calls ilDataCollectionRecordViewGUI: ilPageObjectGUI, ilEditClipboardGUI
Definition at line 26 of file class.ilDataCollectionRecordViewGUI.php.
| ilDataCollectionRecordViewGUI::__construct | ( | ilObjDataCollectionGUI | $a_dcl_object | ) |
| ilObjDataCollectionGUI | $a_dcl_object |
Definition at line 69 of file class.ilDataCollectionRecordViewGUI.php.
References $_GET, $_REQUEST, $ilCtrl, $tpl, determineNextPrevRecords(), ilObjStyleSheet\getContentStylePath(), ilDataCollectionCache\getRecordCache(), ilObjStyleSheet\getSyntaxStylePath(), and ilUtil\sendFailure().
Here is the call graph for this function:
|
static |
| $record_obj | ilDataCollectionRecord |
Definition at line 155 of file class.ilDataCollectionRecordViewGUI.php.
References $record_obj, and ilDataCollectionRecordViewViewdefinition\getIdByTableId().
Referenced by renderRecord().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Find the previous/next record from the current position.
Also determine position of current record in whole set.
Definition at line 342 of file class.ilDataCollectionRecordViewGUI.php.
References $_SESSION, and loadSession().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDataCollectionRecordViewGUI::doExtReplace | ( | $found | ) |
| $found |
Definition at line 291 of file class.ilDataCollectionRecordViewGUI.php.
References $tpl, ilDataCollectionCache\getRecordCache(), ilObjDataCollectionAccess\hasWriteAccess(), and ilUtil\sendInfo().
Here is the call graph for this function:| ilDataCollectionRecordViewGUI::doReplace | ( | $found | ) |
| $found |
Definition at line 281 of file class.ilDataCollectionRecordViewGUI.php.
| ilDataCollectionRecordViewGUI::executeCommand | ( | ) |
Definition at line 114 of file class.ilDataCollectionRecordViewGUI.php.
References $cmd, $ilCtrl, and renderRecord().
Here is the call graph for this function:
|
static |
| ilDataCollectionTable | $table |
Definition at line 178 of file class.ilDataCollectionRecordViewGUI.php.
References $table, and ilDataCollectionRecordViewViewdefinition\getInstanceByTableId().
Referenced by ilDataCollectionRecordListTableGUI\buildData().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| ilDataCollectionRecord | $record_obj |
Definition at line 166 of file class.ilDataCollectionRecordViewGUI.php.
References $record_obj, and ilDataCollectionRecordViewViewdefinition\getInstanceByTableId().
Here is the call graph for this function:
|
private |
If we come from a goto Link we need to build up the session data.
Definition at line 417 of file class.ilDataCollectionRecordViewGUI.php.
Referenced by determineNextPrevRecords().
Here is the caller graph for this function:
|
protected |
Definition at line 329 of file class.ilDataCollectionRecordViewGUI.php.
Referenced by renderRecord().
Here is the caller graph for this function:
|
protected |
Determine and return the markup for the previous/next records.
Definition at line 370 of file class.ilDataCollectionRecordViewGUI.php.
References $ilCtrl, $lng, $next_record_id, $out, and $prev_record_id.
Referenced by renderRecord().
Here is the caller graph for this function:| ilDataCollectionRecordViewGUI::renderRecord | ( | $editComments = false | ) |
| bool | $editComments |
Definition at line 188 of file class.ilDataCollectionRecordViewGUI.php.
References $_GET, $ilCtrl, $lng, $table, $tpl, _getViewDefinitionId(), ilObjStyleSheet\getEffectiveContentStyleId(), ilLinkButton\getInstance(), ilDataCollectionCache\getTableCache(), ilDataCollectionRecordEditGUI\REDIRECT_DETAIL, renderComments(), renderPrevNextLinks(), and renderSelectOptions().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Render select options.
Definition at line 391 of file class.ilDataCollectionRecordViewGUI.php.
References $out.
Referenced by renderRecord().
Here is the caller graph for this function:
|
private |
setOptions string $link_name
Definition at line 406 of file class.ilDataCollectionRecordViewGUI.php.
References $options.
|
protected |
Definition at line 55 of file class.ilDataCollectionRecordViewGUI.php.
|
protected |
Definition at line 31 of file class.ilDataCollectionRecordViewGUI.php.
|
protected |
Definition at line 63 of file class.ilDataCollectionRecordViewGUI.php.
|
protected |
Definition at line 47 of file class.ilDataCollectionRecordViewGUI.php.
Referenced by renderPrevNextLinks().
|
protected |
Definition at line 35 of file class.ilDataCollectionRecordViewGUI.php.
|
protected |
Definition at line 51 of file class.ilDataCollectionRecordViewGUI.php.
Referenced by renderPrevNextLinks().
|
protected |
Definition at line 59 of file class.ilDataCollectionRecordViewGUI.php.
|
protected |
Definition at line 43 of file class.ilDataCollectionRecordViewGUI.php.
Referenced by _getViewDefinitionId(), and hasValidViewDefinition().
|
protected |
Definition at line 39 of file class.ilDataCollectionRecordViewGUI.php.
Referenced by hasTableValidViewDefinition(), and renderRecord().