|
ILIAS
eassessment Revision 61809
|
Class ilLPObjSettings This class is wrapper for all ilLPStatus classes. More...
Collaboration diagram for ilLPStatusWrapper:Public Member Functions | |
| _getCountNotAttempted ($a_obj_id) | |
| Static function to read the number of user who have the status 'not_attempted'. | |
| _getNotAttempted ($a_obj_id) | |
| Static function to read the number of user who have the status 'not_attempted'. | |
| _getCountInProgress ($a_obj_id) | |
| Static function to read the number of user who have the status 'in_progress'. | |
| _getInProgress ($a_obj_id) | |
| Static function to read users who have the status 'in_progress'. | |
| _getCountCompleted ($a_obj_id) | |
| Static function to read the number of user who have the status 'completed'. | |
| _getCompleted ($a_obj_id) | |
| Static function to read the users who have the status 'completed'. | |
| _getCountFailed ($a_obj_id) | |
| Static function to read the number of user who have the status 'failed'. | |
| _getFailed ($a_obj_id) | |
| Static function to read the users who have the status 'completed'. | |
| _getStatusInfo ($a_obj_id) | |
| Reads informations about the object e.g test results, tlt, number of visits. | |
| _getTypicalLearningTime ($a_obj_id) | |
| Reads Typical learning time. | |
| _getCountNotAttemptedByType ($a_obj_id, $a_type) | |
| Static function to read the number of user who have the status 'not_attempted'. | |
| _getNotAttemptedByType ($a_obj_id, $a_type) | |
| _getCountInProgressByType ($a_obj_id, $a_type) | |
| _getInProgressByType ($a_obj_id, $a_type) | |
| _getCountCompletedByType ($a_obj_id, $a_type) | |
| _getCompletedByType ($a_obj_id, $a_type) | |
| _getCountFailedByType ($a_obj_id, $a_type) | |
| _getFailedByType ($a_obj_id, $a_type) | |
| _getStatusInfoByType ($a_obj_id, $a_type) | |
| _setDirty ($a_obj_id) | |
| Set dirty. | |
| _refreshStatus ($a_obj_id) | |
| Set dirty. | |
Static Public Member Functions | |
| static | _updateStatus ($a_obj_id, $a_usr_id, $a_obj=null, $a_percentage=false) |
| Update status. | |
| static | _determineStatus ($a_obj_id, $a_usr_id) |
| Determine status. | |
Class ilLPObjSettings This class is wrapper for all ilLPStatus classes.
It caches all function calls using the obj_id as key TODO: substitute all ilStatus calls with this functions
Definition at line 19 of file class.ilLPStatusWrapper.php.
|
static |
Determine status.
| @return |
Definition at line 308 of file class.ilLPStatusWrapper.php.
References ilLPStatusFactory\_getClassById().
Referenced by ilLPStatusCollection\determineStatus().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLPStatusWrapper::_getCompleted | ( | $a_obj_id | ) |
Static function to read the users who have the status 'completed'.
Definition at line 88 of file class.ilLPStatusWrapper.php.
References ilLPStatusFactory\_getClassById().
Referenced by ilLearningProgressBaseGUI\__readStatus(), ilLearningProgressBaseGUI\__showEditUser(), ilPDFPresentation\__showItems(), ilConditionHandler\_checkCondition(), _getCountCompleted(), ilLPStatusTestPassed\_getInProgress(), ilLPStatusSCORM\_getInProgress(), ilLPStatusExerciseReturned\_getInProgress(), ilLPStatusCollection\_getInProgress(), ilLPStatusManual\_getNotAttempted(), ilLPStatusObjectives\_getNotAttempted(), ilLPStatusCollection\_getNotAttempted(), ilLPStatusEvent\_getNotAttempted(), ilLPStatusExerciseReturned\_getNotAttempted(), ilLPStatusManualByTutor\_getNotAttempted(), ilObjSAHSLearningModuleAccess\_lookupUserCertificate(), ilTimingCache\_showWarning(), ilObjCourseGUI\fetchPrintMemberData(), ilSoapSCORMAdministration\getSCORMCompletionStatus(), ilCourseStart\isFullfilled(), ilObjGroupGUI\readMemberData(), and ilObjCourseGUI\readMemberData().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLPStatusWrapper::_getCompletedByType | ( | $a_obj_id, | |
| $a_type | |||
| ) |
Definition at line 215 of file class.ilLPStatusWrapper.php.
References ilLPStatusFactory\_getClassByIdAndType().
Referenced by _getCountCompletedByType().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLPStatusWrapper::_getCountCompleted | ( | $a_obj_id | ) |
Static function to read the number of user who have the status 'completed'.
Definition at line 80 of file class.ilLPStatusWrapper.php.
References _getCompleted().
Referenced by ilTrQuery\getObjectsStatus().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLPStatusWrapper::_getCountCompletedByType | ( | $a_obj_id, | |
| $a_type | |||
| ) |
Definition at line 211 of file class.ilLPStatusWrapper.php.
References _getCompletedByType().
Here is the call graph for this function:| ilLPStatusWrapper::_getCountFailed | ( | $a_obj_id | ) |
Static function to read the number of user who have the status 'failed'.
Definition at line 105 of file class.ilLPStatusWrapper.php.
References _getFailed().
Referenced by ilTrQuery\getObjectsStatus().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLPStatusWrapper::_getCountFailedByType | ( | $a_obj_id, | |
| $a_type | |||
| ) |
Definition at line 228 of file class.ilLPStatusWrapper.php.
References _getFailedByType().
Here is the call graph for this function:| ilLPStatusWrapper::_getCountInProgress | ( | $a_obj_id | ) |
Static function to read the number of user who have the status 'in_progress'.
Definition at line 51 of file class.ilLPStatusWrapper.php.
References _getInProgress().
Referenced by ilTrQuery\getObjectsStatus().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLPStatusWrapper::_getCountInProgressByType | ( | $a_obj_id, | |
| $a_type | |||
| ) |
Definition at line 192 of file class.ilLPStatusWrapper.php.
References _getInProgressByType().
Here is the call graph for this function:| ilLPStatusWrapper::_getCountNotAttempted | ( | $a_obj_id | ) |
Static function to read the number of user who have the status 'not_attempted'.
Definition at line 25 of file class.ilLPStatusWrapper.php.
References _getNotAttempted().
Referenced by ilTrQuery\getObjectsStatus().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLPStatusWrapper::_getCountNotAttemptedByType | ( | $a_obj_id, | |
| $a_type | |||
| ) |
Static function to read the number of user who have the status 'not_attempted'.
Definition at line 173 of file class.ilLPStatusWrapper.php.
References _getNotAttemptedByType().
Here is the call graph for this function:| ilLPStatusWrapper::_getFailed | ( | $a_obj_id | ) |
Static function to read the users who have the status 'completed'.
Definition at line 113 of file class.ilLPStatusWrapper.php.
References ilLPStatusFactory\_getClassById().
Referenced by ilLearningProgressBaseGUI\__readStatus(), ilPDFPresentation\__showItems(), ilLPStatusSCORM\_getCompleted(), ilLPStatusCollection\_getCompleted(), _getCountFailed(), ilLPStatusTestPassed\_getInProgress(), ilLPStatusSCORM\_getInProgress(), ilLPStatusExerciseReturned\_getInProgress(), ilLPStatusCollection\_getInProgress(), ilLPStatusCollection\_getNotAttempted(), ilLPStatusExerciseReturned\_getNotAttempted(), ilObjCourseGUI\fetchPrintMemberData(), ilSoapSCORMAdministration\getSCORMCompletionStatus(), ilObjGroupGUI\readMemberData(), and ilObjCourseGUI\readMemberData().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLPStatusWrapper::_getFailedByType | ( | $a_obj_id, | |
| $a_type | |||
| ) |
Definition at line 232 of file class.ilLPStatusWrapper.php.
References ilLPStatusFactory\_getClassByIdAndType().
Referenced by _getCountFailedByType().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLPStatusWrapper::_getInProgress | ( | $a_obj_id | ) |
Static function to read users who have the status 'in_progress'.
Definition at line 59 of file class.ilLPStatusWrapper.php.
References $ilBench, and ilLPStatusFactory\_getClassById().
Referenced by ilLearningProgressBaseGUI\__readStatus(), ilPDFPresentation\__showItems(), _getCountInProgress(), ilLPStatusCollection\_getInProgress(), ilLPStatusManual\_getNotAttempted(), ilLPStatusObjectives\_getNotAttempted(), ilLPStatusCollection\_getNotAttempted(), ilLPStatusEvent\_getNotAttempted(), ilLPStatusExerciseReturned\_getNotAttempted(), ilLPStatusManualByTutor\_getNotAttempted(), ilObjCourseGUI\fetchPrintMemberData(), ilSoapSCORMAdministration\getSCORMCompletionStatus(), ilObjGroupGUI\readMemberData(), and ilObjCourseGUI\readMemberData().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLPStatusWrapper::_getInProgressByType | ( | $a_obj_id, | |
| $a_type | |||
| ) |
Definition at line 196 of file class.ilLPStatusWrapper.php.
References ilLPStatusFactory\_getClassByIdAndType().
Referenced by _getCountInProgressByType().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLPStatusWrapper::_getNotAttempted | ( | $a_obj_id | ) |
Static function to read the number of user who have the status 'not_attempted'.
Definition at line 33 of file class.ilLPStatusWrapper.php.
References ilLPStatusFactory\_getClassById().
Referenced by ilPDFPresentation\__showItems(), _getCountNotAttempted(), ilObjCourseGUI\fetchPrintMemberData(), ilObjGroupGUI\readMemberData(), and ilObjCourseGUI\readMemberData().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLPStatusWrapper::_getNotAttemptedByType | ( | $a_obj_id, | |
| $a_type | |||
| ) |
Definition at line 177 of file class.ilLPStatusWrapper.php.
References ilLPStatusFactory\_getClassByIdAndType().
Referenced by _getCountNotAttemptedByType().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLPStatusWrapper::_getStatusInfo | ( | $a_obj_id | ) |
Reads informations about the object e.g test results, tlt, number of visits.
Definition at line 132 of file class.ilLPStatusWrapper.php.
References ilLPStatusFactory\_getClassById().
Referenced by ilTrQuery\getSCOsStatusForUser().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLPStatusWrapper::_getStatusInfoByType | ( | $a_obj_id, | |
| $a_type | |||
| ) |
Definition at line 245 of file class.ilLPStatusWrapper.php.
References ilLPStatusFactory\_getClassByIdAndType().
Here is the call graph for this function:| ilLPStatusWrapper::_getTypicalLearningTime | ( | $a_obj_id | ) |
Reads Typical learning time.
Mode collection is recursive for all assigned items
Definition at line 149 of file class.ilLPStatusWrapper.php.
References ilLPStatusFactory\_getClassById().
Here is the call graph for this function:| ilLPStatusWrapper::_refreshStatus | ( | $a_obj_id | ) |
Set dirty.
| integer | object id |
Definition at line 295 of file class.ilLPStatusWrapper.php.
References ilLPStatusFactory\_getClassById().
Referenced by ilCourseObjective\_deleteAll(), ilCourseObjective\add(), ilLPListOfSettingsGUI\assign(), ilLPListOfSettingsGUI\deassign(), ilObjAICCLearningModule\delete(), ilCourseObjective\delete(), ilAICCUnit\delete(), ilAICCCourse\delete(), ilExerciseMembers\delete(), ilSCORMItem\delete(), ilLPObjSettings\insert(), ilSCORM13Package\removeCMIData(), and ilLPObjSettings\update().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLPStatusWrapper::_setDirty | ( | $a_obj_id | ) |
Set dirty.
| integer | object id |
Definition at line 283 of file class.ilLPStatusWrapper.php.
References ilLPStatusFactory\_getClassById().
Here is the call graph for this function:
|
static |
Update status.
| @return |
Definition at line 267 of file class.ilLPStatusWrapper.php.
References ilLPStatusFactory\_getClassById().
Referenced by ilCourseObjectiveResult\__updatePassed(), ilLearningProgressBaseGUI\__updateUser(), ilObjSCORMTracking\_insertTrackData(), ilEventParticipants\_register(), ilEventParticipants\_unregister(), ilEventParticipants\_updateParticipation(), ilExerciseMembers\_writeReturned(), ilExerciseMembers\_writeStatus(), ilExerciseMembers\assignMember(), ilObjSCORMLearningModuleGUI\confirmedDelete(), ilObjSCORM2004LearningModuleGUI\confirmedDeleteTracking(), ilExerciseMembers\deassignMember(), ilObjSCORMLearningModuleGUI\decreaseAttempts(), ilObjSCORM2004LearningModule\deleteTrackingDataOfUsers(), ilExerciseMembers\ilClone(), ilLMPresentationGUI\ilPage(), ilObjSCORMLearningModule\importRaw(), ilObjSCORM2004LearningModule\importSuccess(), ilObjSCORMLearningModule\importSuccess(), ilSCORMPresentationGUI\increase_attempt(), ilTestSession\increaseTestPass(), ilSCORM13Player\removeCMIData(), ilCourseObjectiveResult\reset(), ilSCORMPresentationGUI\save_module_version(), ilInfoScreenGUI\saveProgress(), ilTestSession\saveToDb(), ilSCORM13Player\setCMIData(), ilTestScoringGUI\setPointsManual(), ilObjSCORMTracking\store(), ilObjSCORMTracking\storeJsApi(), and ilEventParticipants\updateUser().
Here is the call graph for this function:
Here is the caller graph for this function: