ILIAS
trunk Revision v11.0_alpha-1702-gfd3ecb7f852
|
ilStudyProgrammeUserTable provides a flattened list of progresses at a programme-node. More...
Public Member Functions | |
__construct (ilDBInterface $db, ilExportFieldsInfo $export_fields_info, ilPRGAssignmentDBRepository $assignment_repo, ilLanguage $lng, ilPRGPermissionsHelper $permissions) | |
getColumns (int $prg_id, bool $add_active_column=false) | |
countFetchData (int $prg_id, ?array $valid_user_ids, ilPRGAssignmentFilter $custom_filters) | |
fetchData (int $prg_id, ?array $valid_user_ids, Order $order, ?ilPRGAssignmentFilter $custom_filters=null, ?int $limit=null, ?int $offset=null) | |
fetchSingleUserRootAssignments (int $usr_id) | |
disablePermissionCheck ($flag=false) | |
statusToRepresent ($a_status) | |
boolToRepresent (bool $value) | |
validToRepresent (ilPRGProgress $pgs) | |
activeToRepresent (bool $value) | |
assignmentSourceToRepresent (bool $manually, int $assignment_src) | |
completionByToRepresent (ilPRGProgress $progress) | |
Static Public Member Functions | |
static | lookupTitle (int $obj_id) |
Data Fields | |
const | OPTION_ALL = -1 |
const | VALIDITY_OPTION_VALID = 1 |
const | VALIDITY_OPTION_INVALID = 3 |
const | OPTION_USR_ACTIVE = 1 |
const | OPTION_USR_INACTIVE = 2 |
const | PRG_COLS |
Protected Member Functions | |
getUserDataColumns (int $prg_id) | |
getPrgColumns () | |
includeLearningProgress (int $usr_id) | |
toRow (ilPRGAssignment $ass, int $node_id) | |
getUserDateFormat () | |
completionByToCollection (ilPRGProgress $progress) | |
postOrder (array $list, \ILIAS\Data\Order $order) | |
Private Attributes | |
const | ORDER_MAPPING |
ilStudyProgrammeUserTable provides a flattened list of progresses at a programme-node.
Definition at line 26 of file class.ilStudyProgrammeUserTable.php.
ilStudyProgrammeUserTable::__construct | ( | ilDBInterface | $db, |
ilExportFieldsInfo | $export_fields_info, | ||
ilPRGAssignmentDBRepository | $assignment_repo, | ||
ilLanguage | $lng, | ||
ilPRGPermissionsHelper | $permissions | ||
) |
Definition at line 74 of file class.ilStudyProgrammeUserTable.php.
References $assignment_repo, $db, $export_fields_info, $lng, $permissions, ilPRGPermissionsHelper\getUserIdsSusceptibleTo(), ILIAS\Repository\lng(), and ilOrgUnitOperation\OP_READ_LEARNING_PROGRESS.
ilStudyProgrammeUserTable::activeToRepresent | ( | bool | $value | ) |
Definition at line 289 of file class.ilStudyProgrammeUserTable.php.
References ILIAS\Repository\lng().
Referenced by toRow().
ilStudyProgrammeUserTable::assignmentSourceToRepresent | ( | bool | $manually, |
int | $assignment_src | ||
) |
Definition at line 294 of file class.ilStudyProgrammeUserTable.php.
References ilPRGAssignment\AUTO_ASSIGNED_BY_RESTART, ILIAS\Repository\lng(), and ilStudyProgrammeAutoMembershipSource\SOURCE_MAPPING.
Referenced by toRow().
ilStudyProgrammeUserTable::boolToRepresent | ( | bool | $value | ) |
Definition at line 276 of file class.ilStudyProgrammeUserTable.php.
References ILIAS\Repository\lng().
Referenced by toRow().
|
protected |
Definition at line 322 of file class.ilStudyProgrammeUserTable.php.
References ilPRGProgress\COMPLETED_BY_SUBNODES, ilPRGProgress\getCompletionBy(), ilPRGProgress\getNodeId(), ILIAS\StudyProgramme\Assignment\Node\getSubnodes(), and ilPRGProgress\isSuccessful().
Referenced by completionByToRepresent(), and toRow().
ilStudyProgrammeUserTable::completionByToRepresent | ( | ilPRGProgress | $progress | ) |
Definition at line 307 of file class.ilStudyProgrammeUserTable.php.
References $out, ilPRGProgress\COMPLETED_BY_SUBNODES, completionByToCollection(), and ilPRGProgress\getCompletionBy().
Referenced by toRow().
ilStudyProgrammeUserTable::countFetchData | ( | int | $prg_id, |
?array | $valid_user_ids, | ||
ilPRGAssignmentFilter | $custom_filters | ||
) |
Definition at line 132 of file class.ilStudyProgrammeUserTable.php.
ilStudyProgrammeUserTable::disablePermissionCheck | ( | $flag = false | ) |
Definition at line 172 of file class.ilStudyProgrammeUserTable.php.
ilStudyProgrammeUserTable::fetchData | ( | int | $prg_id, |
?array | $valid_user_ids, | ||
Order | $order, | ||
?ilPRGAssignmentFilter | $custom_filters = null , |
||
?int | $limit = null , |
||
?int | $offset = null |
||
) |
ilException |
Definition at line 141 of file class.ilStudyProgrammeUserTable.php.
References $data, postOrder(), and toRow().
ilStudyProgrammeUserTable::fetchSingleUserRootAssignments | ( | int | $usr_id | ) |
Definition at line 163 of file class.ilStudyProgrammeUserTable.php.
References $data, and toRow().
ilStudyProgrammeUserTable::getColumns | ( | int | $prg_id, |
bool | $add_active_column = false |
||
) |
Definition at line 113 of file class.ilStudyProgrammeUserTable.php.
References getPrgColumns(), getUserDataColumns(), and ILIAS\Repository\lng().
|
protected |
Definition at line 103 of file class.ilStudyProgrammeUserTable.php.
References ILIAS\Repository\lng().
Referenced by getColumns().
|
protected |
Definition at line 93 of file class.ilStudyProgrammeUserTable.php.
Referenced by getColumns().
|
protected |
Definition at line 248 of file class.ilStudyProgrammeUserTable.php.
References ilCalendarUtil\getUserDateFormat().
Referenced by toRow().
|
protected |
Definition at line 177 of file class.ilStudyProgrammeUserTable.php.
Referenced by toRow().
|
static |
Definition at line 338 of file class.ilStudyProgrammeUserTable.php.
References ilObject\_getAllReferences(), ilObject\_isInTrash(), ilObject\_lookupTitle(), ilObject\_lookupType(), ilObjectDataDeletionLog\get(), ilObjStudyProgramme\getRefIdFor(), and null.
Referenced by ilStudyProgrammeIndividualPlanTableGUI\fetchData(), and ilStudyProgrammeMembersTableGUI\fillRow().
|
protected |
Definition at line 366 of file class.ilStudyProgrammeUserTable.php.
References Vendor\Package\$a, Vendor\Package\$b, and ilStudyProgrammeUserTableRow\toArray().
Referenced by fetchData().
ilStudyProgrammeUserTable::statusToRepresent | ( | $a_status | ) |
ilException |
Definition at line 256 of file class.ilStudyProgrammeUserTable.php.
References ILIAS\Repository\lng(), ilPRGProgress\STATUS_ACCREDITED, ilPRGProgress\STATUS_COMPLETED, ilPRGProgress\STATUS_FAILED, ilPRGProgress\STATUS_IN_PROGRESS, and ilPRGProgress\STATUS_NOT_RELEVANT.
Referenced by toRow().
|
protected |
Definition at line 183 of file class.ilStudyProgrammeUserTable.php.
References activeToRepresent(), assignmentSourceToRepresent(), boolToRepresent(), completionByToCollection(), completionByToRepresent(), ilStudyProgrammeUserTableRow\getCompletionBy(), ilStudyProgrammeUserTableRow\getCompletionDate(), ilStudyProgrammeUserTableRow\getDeadline(), ilPRGAssignment\getId(), ilObjStudyProgramme\getInstanceByObjId(), ilPRGAssignment\getLastChangeBy(), ilPRGAssignment\getProgressForNode(), ilPRGAssignment\getRestartDate(), ilPRGAssignment\getRootId(), getUserDateFormat(), ilPRGAssignment\getUserId(), ilPRGAssignment\getUserInformation(), includeLearningProgress(), ilPRGAssignment\isManuallyAssigned(), ILIAS\Repository\lng(), ilStudyProgrammeSettings\MODE_LP_COMPLETED, null, statusToRepresent(), and validToRepresent().
Referenced by fetchData(), and fetchSingleUserRootAssignments().
ilStudyProgrammeUserTable::validToRepresent | ( | ilPRGProgress | $pgs | ) |
Definition at line 281 of file class.ilStudyProgrammeUserTable.php.
References ilPRGProgress\isInvalidated(), ilPRGProgress\isSuccessful(), and ILIAS\Repository\lng().
Referenced by toRow().
|
protected |
Definition at line 72 of file class.ilStudyProgrammeUserTable.php.
Referenced by __construct().
|
protected |
Definition at line 54 of file class.ilStudyProgrammeUserTable.php.
Referenced by __construct().
|
protected |
Definition at line 68 of file class.ilStudyProgrammeUserTable.php.
Referenced by __construct().
|
protected |
Definition at line 69 of file class.ilStudyProgrammeUserTable.php.
Referenced by __construct().
|
protected |
Definition at line 70 of file class.ilStudyProgrammeUserTable.php.
Referenced by __construct().
|
protected |
Definition at line 171 of file class.ilStudyProgrammeUserTable.php.
|
protected |
Definition at line 71 of file class.ilStudyProgrammeUserTable.php.
const ilStudyProgrammeUserTable::OPTION_ALL = -1 |
Definition at line 28 of file class.ilStudyProgrammeUserTable.php.
Referenced by ilPRGAssignmentFilter\getCleanedValues(), and ilPRGAssignmentFilter\getItemConfig().
const ilStudyProgrammeUserTable::OPTION_USR_ACTIVE = 1 |
Definition at line 31 of file class.ilStudyProgrammeUserTable.php.
Referenced by ilPRGAssignmentFilter\getItemConfig(), and ilPRGAssignmentFilter\toConditions().
const ilStudyProgrammeUserTable::OPTION_USR_INACTIVE = 2 |
Definition at line 32 of file class.ilStudyProgrammeUserTable.php.
Referenced by ilPRGAssignmentFilter\getItemConfig(), and ilPRGAssignmentFilter\toConditions().
|
private |
Definition at line 52 of file class.ilStudyProgrammeUserTable.php.
const ilStudyProgrammeUserTable::PRG_COLS |
Definition at line 34 of file class.ilStudyProgrammeUserTable.php.
const ilStudyProgrammeUserTable::VALIDITY_OPTION_INVALID = 3 |
Definition at line 30 of file class.ilStudyProgrammeUserTable.php.
Referenced by ilPRGAssignmentFilter\getItemConfig(), and ilPRGAssignmentFilter\toConditions().
const ilStudyProgrammeUserTable::VALIDITY_OPTION_VALID = 1 |
Definition at line 29 of file class.ilStudyProgrammeUserTable.php.
Referenced by ilPRGAssignmentFilter\getItemConfig(), and ilPRGAssignmentFilter\toConditions().