ILIAS
release_4-3 Revision
|
Public Member Functions | |
_getNotAttempted ($a_obj_id) | |
_getInProgress ($a_obj_id) | |
_getCompleted ($a_obj_id) | |
_getFailed ($a_obj_id) | |
determineStatus ($a_obj_id, $a_user_id, $a_obj=null) | |
Determine status. | |
determinePercentage ($a_obj_id, $a_user_id, $a_obj=null) | |
Determine percentage. | |
Public Member Functions inherited from ilLPStatus | |
ilLPStatus ($a_obj_id) | |
_getCountNotAttempted ($a_obj_id) | |
_getCountInProgress ($a_obj_id) | |
_getCountCompleted ($a_obj_id) | |
_getCountFailed () | |
_getStatusInfo ($a_obj_id) | |
_getTypicalLearningTime ($a_obj_id) | |
_updateStatus ($a_obj_id, $a_usr_id, $a_obj=null, $a_percentage=false, $a_no_raise=false) | |
New status handling (st: status, nr: accesses, p: percentage, t: time spent, m: mark) | |
refreshStatus ($a_obj_id, $a_users=null) | |
Refresh status. | |
_lookupStatus ($a_obj_id, $a_user_id) | |
Lookup status. | |
_lookupStatusChanged ($a_obj_id, $a_user_id) | |
Lookup status changed. |
Data Fields | |
const | INACTIVE_PLUGIN = -1 |
Data Fields inherited from ilLPStatus | |
$obj_id = null | |
$db = null |
Static Protected Member Functions | |
static | initPluginObj ($a_obj_id) |
Get ilObjectPlugin for object id. | |
static | getLPStatusData ($a_obj_id, $a_status) |
Read existing LP status data. | |
static | getLPDataForUser ($a_obj_id, $a_user_id) |
Read existing LP status data for user. | |
static | getPercentageForUser ($a_obj_id, $a_user_id) |
Static Protected Member Functions inherited from ilLPStatus | |
static | _lookupStatusForObject ($a_obj_id, $a_status, $a_user_ids=null) |
Get users with given status for object. |
Static Protected Attributes | |
static | $plugins |
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. | |
static | _lookupCompletedForObject ($a_obj_id, $a_user_ids=null) |
Get completed users for object. | |
static | _lookupFailedForObject ($a_obj_id, $a_user_ids=null) |
Get failed users for object. | |
static | _lookupInProgressForObject ($a_obj_id, $a_user_ids=null) |
Get in progress users for object. | |
Protected Member Functions inherited from ilLPStatus | |
raiseEvent ($a_obj_id, $a_usr_id, $a_status, $a_percentage) |
Definition at line 13 of file class.ilLPStatusPlugin.php.
ilLPStatusPlugin::_getCompleted | ( | $a_obj_id | ) |
Reimplemented from ilLPStatus.
Definition at line 87 of file class.ilLPStatusPlugin.php.
References getLPStatusData(), initPluginObj(), and LP_STATUS_COMPLETED_NUM.
ilLPStatusPlugin::_getFailed | ( | $a_obj_id | ) |
Reimplemented from ilLPStatus.
Definition at line 105 of file class.ilLPStatusPlugin.php.
References getLPStatusData(), initPluginObj(), and LP_STATUS_FAILED_NUM.
ilLPStatusPlugin::_getInProgress | ( | $a_obj_id | ) |
Reimplemented from ilLPStatus.
Definition at line 69 of file class.ilLPStatusPlugin.php.
References getLPStatusData(), initPluginObj(), and LP_STATUS_IN_PROGRESS_NUM.
ilLPStatusPlugin::_getNotAttempted | ( | $a_obj_id | ) |
Reimplemented from ilLPStatus.
Definition at line 51 of file class.ilLPStatusPlugin.php.
References getLPStatusData(), initPluginObj(), and LP_STATUS_NOT_ATTEMPTED_NUM.
ilLPStatusPlugin::determinePercentage | ( | $a_obj_id, | |
$a_usr_id, | |||
$a_obj = null |
|||
) |
Determine percentage.
@return |
Reimplemented from ilLPStatus.
Definition at line 143 of file class.ilLPStatusPlugin.php.
References getPercentageForUser(), and initPluginObj().
ilLPStatusPlugin::determineStatus | ( | $a_obj_id, | |
$a_usr_id, | |||
$a_obj = null |
|||
) |
Determine status.
@return |
Reimplemented from ilLPStatus.
Definition at line 123 of file class.ilLPStatusPlugin.php.
References getLPDataForUser(), initPluginObj(), and LP_STATUS_NOT_ATTEMPTED_NUM.
|
staticprotected |
Read existing LP status data for user.
int | $a_obj_id | |
int | $a_user_id |
Definition at line 193 of file class.ilLPStatusPlugin.php.
References $row, and LP_STATUS_NOT_ATTEMPTED_NUM.
Referenced by determineStatus().
|
staticprotected |
Read existing LP status data.
int | $a_obj_id | |
int | $a_status |
Definition at line 169 of file class.ilLPStatusPlugin.php.
References $row.
Referenced by _getCompleted(), _getFailed(), _getInProgress(), and _getNotAttempted().
|
staticprotected |
Definition at line 210 of file class.ilLPStatusPlugin.php.
References $row.
Referenced by determinePercentage().
|
staticprotected |
Get ilObjectPlugin for object id.
int | $a_obj_id |
Definition at line 25 of file class.ilLPStatusPlugin.php.
References ilObject\_lookupType(), ilObjectFactory\getInstanceByObjId(), INACTIVE_PLUGIN, and ilRepositoryObjectPluginSlot\isTypePluginWithLP().
Referenced by _getCompleted(), _getFailed(), _getInProgress(), _getNotAttempted(), determinePercentage(), and determineStatus().
|
staticprotected |
Definition at line 15 of file class.ilLPStatusPlugin.php.
const ilLPStatusPlugin::INACTIVE_PLUGIN = -1 |
Definition at line 17 of file class.ilLPStatusPlugin.php.
Referenced by initPluginObj().