| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Inheritance diagram for ilLPStatusManualByTutor:
 Inheritance diagram for ilLPStatusManualByTutor: Collaboration diagram for ilLPStatusManualByTutor:
 Collaboration diagram for ilLPStatusManualByTutor:| Public Member Functions | |
| __construct ($a_obj_id) | |
| Constructor. | |
| _getNotAttempted ($a_obj_id) | |
| get not attempted | |
| _getInProgress ($a_obj_id) | |
| get in progress | |
| __getCourseInProgress ($a_obj_id) | |
| __getGroupInProgress ($a_obj_id) | |
| _getCompleted ($a_obj_id) | |
| determineStatus ($a_obj_id, $a_user_id, $a_obj=null) | |
| Determine status. | |
|  Public Member Functions inherited from ilLPStatus | |
| ilLPStatus ($a_obj_id) | |
| _getCountNotAttempted ($a_obj_id) | |
| _getCountInProgress ($a_obj_id) | |
| _getCountCompleted ($a_obj_id) | |
| _getFailed ($a_obj_id) | |
| _getCountFailed () | |
| _getStatusInfo ($a_obj_id) | |
| _getTypicalLearningTime ($a_obj_id) | |
| _updateStatus ($a_obj_id, $a_usr_id, $a_obj=null) | |
| New status handling (st: status, nr: accesses, p: percentage, t: time spent, m: mark) | |
| determinePercentage ($a_obj_id, $a_usr_id, $a_obj=null) | |
| Determine percentage. | |
| refreshStatus ($a_obj_id, $a_users=null) | |
| Refresh status. | |
| Additional Inherited Members | |
|  Static Public Member Functions inherited from ilLPStatus | |
| static | checkStatusForObject ($a_obj_id, $a_users=false) | 
| This function checks whether the status for a given number of users is dirty and must be recalculated. | |
| static | writeStatus ($a_obj_id, $a_user_id, $a_status, $a_percentage=false, $a_force_per=false) | 
| Write status for user and object. | |
| static | setInProgressIfNotAttempted ($a_obj_id, $a_user_id) | 
| This function shoudl be clalled for normal "read events". | |
| static | setAllDirty () | 
| Sets all status to dirty. | |
| static | setDirty ($a_obj_id) | 
| Sets status of an object to dirty. | |
|  Data Fields inherited from ilLPStatus | |
| $obj_id = null | |
| $db = null | |
Definition at line 35 of file class.ilLPStatusManualByTutor.php.
| ilLPStatusManualByTutor::__construct | ( | $a_obj_id | ) | 
Constructor.
public
| int | object id | 
Definition at line 44 of file class.ilLPStatusManualByTutor.php.
References $ilDB, and ilLPStatus\ilLPStatus().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilLPStatusManualByTutor::__getCourseInProgress | ( | $a_obj_id | ) | 
Definition at line 135 of file class.ilLPStatusManualByTutor.php.
References $ilDB, _getCompleted(), ilCourseParticipants\_getInstanceByObjId(), and ilChangeEvent\lookupUsersInProgress().
Referenced by _getInProgress().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLPStatusManualByTutor::__getGroupInProgress | ( | $a_obj_id | ) | 
Definition at line 157 of file class.ilLPStatusManualByTutor.php.
References $ilDB, _getCompleted(), ilObjGroup\_getMembers(), and ilChangeEvent\lookupUsersInProgress().
Referenced by _getInProgress().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLPStatusManualByTutor::_getCompleted | ( | $a_obj_id | ) | 
Reimplemented from ilLPStatus.
Definition at line 178 of file class.ilLPStatusManualByTutor.php.
References $ilBench, $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by __getCourseInProgress(), and __getGroupInProgress().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLPStatusManualByTutor::_getInProgress | ( | $a_obj_id | ) | 
get in progress
public
| int | object id | 
Reimplemented from ilLPStatus.
Definition at line 108 of file class.ilLPStatusManualByTutor.php.
References $ilBench, __getCourseInProgress(), and __getGroupInProgress().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilLPStatusManualByTutor::_getNotAttempted | ( | $a_obj_id | ) | 
get not attempted
public
| int | object id | 
Reimplemented from ilLPStatus.
Definition at line 60 of file class.ilLPStatusManualByTutor.php.
References $ilBench, ilLPStatusWrapper\_getCompleted(), ilLPStatusWrapper\_getInProgress(), ilCourseParticipants\_getInstanceByObjId(), and ilObjGroup\_getMembers().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilLPStatusManualByTutor::determineStatus | ( | $a_obj_id, | |
| $a_user_id, | |||
| $a_obj = null | |||
| ) | 
Determine status.
| integer | object id | 
| integer | user id | 
| object | object (optional depends on object type) | 
Reimplemented from ilLPStatus.
Definition at line 206 of file class.ilLPStatusManualByTutor.php.
References $ilDB, ilChangeEvent\hasAccessed(), LP_STATUS_COMPLETED_NUM, LP_STATUS_IN_PROGRESS_NUM, and LP_STATUS_NOT_ATTEMPTED_NUM.
 Here is the call graph for this function:
 Here is the call graph for this function: