|
ILIAS
release_8 Revision v8.25-1-g13de6a5eca6
|
List of members fo iass. More...
Collaboration diagram for ilIndividualAssessmentMembersTableGUI:Public Member Functions | |
| __construct (ilIndividualAssessmentMembersGUI $parent, ilLanguage $lng, ilCtrl $ctrl, IndividualAssessmentAccessHandler $iass_access, Factory $factory, Renderer $renderer, ilObjUser $current_user, ilIndividualAssessmentDateFormatter $date_formatter) | |
| setData (array $data) | |
| Set data to show in table. More... | |
| render (array $view_constrols, int $offset=0, int $limit=null) | |
| Renders the presentation table. More... | |
Protected Member Functions | |
| getHeadline (ilIndividualAssessmentMember $record) | |
| Returns the headline for each row. More... | |
| getSubheadline (ilIndividualAssessmentMember $record) | |
| Returns the sub headline for each row. More... | |
| getImportantInfos (ilIndividualAssessmentMember $record, bool $finalized_only=true) | |
| Returns all information needed for important row. More... | |
| getGradedByInformation (?int $graded_by_id) | |
| getChangedByInformation (?int $changed_by_id, ?DateTimeImmutable $change_date) | |
| getContent (ilIndividualAssessmentMember $record) | |
| Return all content elements for each row. More... | |
| getFurtherFields (ilIndividualAssessmentMember $record) | |
| Returns all information needed for further information for each row. More... | |
| getAction (ilIndividualAssessmentMember $record, Factory $ui_factory) | |
| Return the ui control with executable actions. More... | |
| getStatus (bool $finalized, int $status, int $examiner_id=null) | |
| Returns readable status. More... | |
| getGradedInformation (?DateTimeImmutable $event_time) | |
| Returns information about the grading. More... | |
| getFullNameFor (int $user_id=null) | |
| Returns login of examiner. More... | |
| getProfileLink (string $full_name, int $user_id) | |
| hasPublicProfile (int $examiner_id) | |
| getLocationInfos (bool $finalized, int $usr_id, string $location=null, int $examiner_id=null) | |
| Returns the location of assessment. More... | |
| getRecordNote (string $record_note) | |
| Returns information out of record note. More... | |
| getInternalRecordNote (string $internal_note=null) | |
| Returns information out of internal record note. More... | |
| getFileDownloadLink (int $usr_id) | |
| Get the link for download of file. More... | |
| getEntryForStatus (int $a_status) | |
| Get text for lp status. More... | |
| mayViewLocation (bool $finalized, int $usr_id, int $examiner_id=null) | |
| Check user may view the location. More... | |
| checkEditable (bool $finalized, int $usr_id, int $examiner_id=null) | |
| Check the current user has edit permission on record. More... | |
| checkAmendable (bool $finalized) | |
| Check the current user has amended permission on record. More... | |
| checkUserRemoveable (bool $finalized) | |
| Check the current user is allowed to remove the user. More... | |
| checkDownloadFile (int $usr_id, string $file_name=null) | |
| Check the current user is allowed to download the record file. More... | |
| userMayDownloadAttachment (int $usr_id) | |
| wasEditedByViewer (int $examiner_id=null) | |
| txt (string $code) | |
List of members fo iass.
Definition at line 29 of file class.ilIndividualAssessmentMembersTableGUI.php.
| ilIndividualAssessmentMembersTableGUI::__construct | ( | ilIndividualAssessmentMembersGUI | $parent, |
| ilLanguage | $lng, | ||
| ilCtrl | $ctrl, | ||
| IndividualAssessmentAccessHandler | $iass_access, | ||
| Factory | $factory, | ||
| Renderer | $renderer, | ||
| ilObjUser | $current_user, | ||
| ilIndividualAssessmentDateFormatter | $date_formatter | ||
| ) |
Definition at line 42 of file class.ilIndividualAssessmentMembersTableGUI.php.
References $ctrl, $current_user, $date_formatter, $factory, $iass_access, $lng, $parent, $renderer, ILIAS\Repository\ctrl(), ilObject\getId(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Check the current user has amended permission on record.
Definition at line 473 of file class.ilIndividualAssessmentMembersTableGUI.php.
Referenced by getAction().
Here is the caller graph for this function:
|
protected |
Check the current user is allowed to download the record file.
Definition at line 500 of file class.ilIndividualAssessmentMembersTableGUI.php.
Referenced by getAction().
Here is the caller graph for this function:
|
protected |
Check the current user has edit permission on record.
Definition at line 456 of file class.ilIndividualAssessmentMembersTableGUI.php.
Referenced by getAction(), and getContent().
Here is the caller graph for this function:
|
protected |
Check the current user is allowed to remove the user.
Definition at line 488 of file class.ilIndividualAssessmentMembersTableGUI.php.
Referenced by getAction().
Here is the caller graph for this function:
|
protected |
Return the ui control with executable actions.
Definition at line 256 of file class.ilIndividualAssessmentMembersTableGUI.php.
References ILIAS\UI\Factory\button(), checkAmendable(), checkDownloadFile(), checkEditable(), checkUserRemoveable(), ILIAS\Repository\ctrl(), ILIAS\UI\Factory\dropdown(), ilIndividualAssessmentMember\examinerId(), ilIndividualAssessmentMember\fileName(), ilIndividualAssessmentMember\finalized(), ilIndividualAssessmentMember\id(), and txt().
Here is the call graph for this function:
|
protected |
Definition at line 171 of file class.ilIndividualAssessmentMembersTableGUI.php.
References getFullNameFor(), getProfileLink(), hasPublicProfile(), and txt().
Here is the call graph for this function:
|
protected |
Return all content elements for each row.
Definition at line 197 of file class.ilIndividualAssessmentMembersTableGUI.php.
References checkEditable(), ilIndividualAssessmentMember\examinerId(), ilIndividualAssessmentMember\fileName(), ilIndividualAssessmentMember\finalized(), getRecordNote(), ilIndividualAssessmentMember\id(), ilIndividualAssessmentMember\internalNote(), and ilIndividualAssessmentMember\record().
Here is the call graph for this function:
|
protected |
Get text for lp status.
Definition at line 427 of file class.ilIndividualAssessmentMembersTableGUI.php.
References ilIndividualAssessmentMembers\LP_COMPLETED, ilIndividualAssessmentMembers\LP_FAILED, and ilIndividualAssessmentMembers\LP_IN_PROGRESS.
Referenced by getStatus().
Here is the caller graph for this function:
|
protected |
Get the link for download of file.
Definition at line 409 of file class.ilIndividualAssessmentMembersTableGUI.php.
References ilIndividualAssessmentMemberGUI\CMD_DOWNLOAD_FILE, and ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
protected |
Returns login of examiner.
Definition at line 326 of file class.ilIndividualAssessmentMembersTableGUI.php.
References ilObjUser\_lookupName().
Referenced by getChangedByInformation(), and getGradedByInformation().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Returns all information needed for further information for each row.
Definition at line 235 of file class.ilIndividualAssessmentMembersTableGUI.php.
References ilIndividualAssessmentMember\examinerId(), ilIndividualAssessmentMember\finalized(), ilIndividualAssessmentMember\id(), ilIndividualAssessmentMember\LPStatus(), and ilIndividualAssessmentMember\place().
Here is the call graph for this function:
|
protected |
Definition at line 151 of file class.ilIndividualAssessmentMembersTableGUI.php.
References getFullNameFor(), getProfileLink(), hasPublicProfile(), txt(), and ilObjUser\userExists().
Here is the call graph for this function:
|
protected |
Returns information about the grading.
Definition at line 314 of file class.ilIndividualAssessmentMembersTableGUI.php.
References txt().
Referenced by getImportantInfos().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Returns the headline for each row.
Definition at line 111 of file class.ilIndividualAssessmentMembersTableGUI.php.
References ilIndividualAssessmentMember\firstname(), ilIndividualAssessmentMember\lastname(), and ilIndividualAssessmentMember\login().
Referenced by render().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Returns all information needed for important row.
Definition at line 134 of file class.ilIndividualAssessmentMembersTableGUI.php.
References ilIndividualAssessmentMember\changerId(), ilIndividualAssessmentMember\changeTime(), ilIndividualAssessmentMember\eventTime(), ilIndividualAssessmentMember\examinerId(), ilIndividualAssessmentMember\finalized(), getGradedInformation(), and ilIndividualAssessmentMember\id().
Referenced by render().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Returns information out of internal record note.
Definition at line 397 of file class.ilIndividualAssessmentMembersTableGUI.php.
|
protected |
Returns the location of assessment.
Definition at line 361 of file class.ilIndividualAssessmentMembersTableGUI.php.
|
protected |
Definition at line 336 of file class.ilIndividualAssessmentMembersTableGUI.php.
References ILIAS\Repository\ctrl().
Referenced by getChangedByInformation(), and getGradedByInformation().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Returns information out of record note.
Definition at line 383 of file class.ilIndividualAssessmentMembersTableGUI.php.
Referenced by getContent().
Here is the caller graph for this function:
|
protected |
Returns readable status.
Definition at line 296 of file class.ilIndividualAssessmentMembersTableGUI.php.
References getEntryForStatus(), ilIndividualAssessmentMembers\LP_IN_PROGRESS, and txt().
Referenced by getSubheadline().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Returns the sub headline for each row.
Definition at line 119 of file class.ilIndividualAssessmentMembersTableGUI.php.
References ilIndividualAssessmentMember\examinerId(), ilIndividualAssessmentMember\finalized(), getStatus(), ilIndividualAssessmentMember\id(), ilIndividualAssessmentMember\LPStatus(), and txt().
Referenced by render().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 347 of file class.ilIndividualAssessmentMembersTableGUI.php.
References ilObjectFactory\getInstanceByObjId().
Referenced by getChangedByInformation(), and getGradedByInformation().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Check user may view the location.
Definition at line 444 of file class.ilIndividualAssessmentMembersTableGUI.php.
| ilIndividualAssessmentMembersTableGUI::render | ( | array | $view_constrols, |
| int | $offset = 0, |
||
| int | $limit = null |
||
| ) |
Renders the presentation table.
| ILIAS\UI\Component\Component[] | $view_constrols |
Definition at line 82 of file class.ilIndividualAssessmentMembersTableGUI.php.
References $data, getHeadline(), getImportantInfos(), getSubheadline(), ILIAS\UI\Factory\listing(), and ILIAS\UI\Component\Table\PresentationRow\withHeadline().
Here is the call graph for this function:| ilIndividualAssessmentMembersTableGUI::setData | ( | array | $data | ) |
Set data to show in table.
Definition at line 66 of file class.ilIndividualAssessmentMembersTableGUI.php.
References $data.
|
protected |
Definition at line 521 of file class.ilIndividualAssessmentMembersTableGUI.php.
References ILIAS\Repository\lng().
Referenced by getAction(), getChangedByInformation(), getGradedByInformation(), getGradedInformation(), getStatus(), and getSubheadline().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 511 of file class.ilIndividualAssessmentMembersTableGUI.php.
|
protected |
Definition at line 516 of file class.ilIndividualAssessmentMembersTableGUI.php.
|
protected |
Definition at line 33 of file class.ilIndividualAssessmentMembersTableGUI.php.
Referenced by __construct().
|
protected |
Definition at line 38 of file class.ilIndividualAssessmentMembersTableGUI.php.
Referenced by __construct().
|
protected |
Definition at line 37 of file class.ilIndividualAssessmentMembersTableGUI.php.
|
protected |
Definition at line 40 of file class.ilIndividualAssessmentMembersTableGUI.php.
|
protected |
Definition at line 39 of file class.ilIndividualAssessmentMembersTableGUI.php.
Referenced by __construct().
|
protected |
Definition at line 35 of file class.ilIndividualAssessmentMembersTableGUI.php.
Referenced by __construct().
|
protected |
Definition at line 34 of file class.ilIndividualAssessmentMembersTableGUI.php.
Referenced by __construct().
|
protected |
Definition at line 32 of file class.ilIndividualAssessmentMembersTableGUI.php.
Referenced by __construct().
|
protected |
Definition at line 31 of file class.ilIndividualAssessmentMembersTableGUI.php.
Referenced by __construct().
|
protected |
Definition at line 36 of file class.ilIndividualAssessmentMembersTableGUI.php.
Referenced by __construct().