|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
This class handles all DB changes necessary for fraunhofer. More...
Inheritance diagram for ilSoapLearningProgressAdministration:
Collaboration diagram for ilSoapLearningProgressAdministration:Public Member Functions | |
| getLearningProgressChanges ($sid, $timestamp, $include_ref_ids, $type_filter) | |
| Get learning progress changes. More... | |
Public Member Functions inherited from ilSoapAdministration | |
| ilSoapAdministration ($use_nusoap=true) | |
| initErrorWriter () | |
| Overwrite error handler. More... | |
| __explodeSid ($sid) | |
| __setMessage ($a_str) | |
| __getMessage () | |
| __appendMessage ($a_str) | |
| __setMessageCode ($a_code) | |
| __getMessageCode () | |
| initAuth ($sid) | |
| initIlias () | |
| __initAuthenticationObject ($a_auth_mode=AUTH_LOCAL) | |
| __raiseError ($a_message, $a_code) | |
| getNIC ($sid) | |
| get client information from current as xml result set More... | |
| isFault ($object) | |
| checkObjectAccess ($ref_id, $expected_type, $permission, $returnObject=false) | |
| check access for ref id: expected type, permission, return object instance if returnobject is true More... | |
| getInstallationInfoXML () | |
| getClientInfoXML ($clientid) | |
Data Fields | |
| const | PROGRESS_FILTER_ALL = 0 |
| const | PROGRESS_FILTER_IN_PROGRESS = 1 |
| const | PROGRESS_FILTER_COMPLETED = 2 |
| const | PROGRESS_FILTER_FAILED = 3 |
| const | USER_FILTER_ALL = -1 |
Data Fields inherited from ilSoapAdministration | |
| $sauth = null | |
| $error_method = null | |
Protected Member Functions | |
| applyProgressFilter ($obj_id, Array $usr_ids, Array $filter) | |
| Apply progress filter. More... | |
| deleteScormTracking ($a_obj_id, $a_usr_ids) | |
| Delete SCORM Tracking @global type $ilDB. More... | |
| deleteScorm2004Tracking ($a_obj_id, $a_usr_ids) | |
| Delete scorm 2004 tracking. More... | |
Static Protected Attributes | |
| static | $DELETE_PROGRESS_FILTER_TYPES = array('sahs', 'tst') |
Additional Inherited Members | |
Static Public Member Functions inherited from ilSoapAdministration | |
| static | return_bytes ($val) |
| calculate bytes from K,M,G modifiers e.g: 8M = 8 * 1024 * 1024 bytes More... | |
Protected Attributes inherited from ilSoapAdministration | |
| $soap_check = true | |
This class handles all DB changes necessary for fraunhofer.
Definition at line 14 of file class.ilSoapLearningProgressAdministration.php.
|
protected |
Apply progress filter.
| int | $obj_id | |
| array | $usr_ids | |
| array | $filter |
Definition at line 152 of file class.ilSoapLearningProgressAdministration.php.
References $GLOBALS, ilLPStatusWrapper\_getCompleted(), ilLPStatusWrapper\_getFailed(), and ilLPStatusWrapper\_getInProgress().
Here is the call graph for this function:
|
protected |
Delete scorm 2004 tracking.
| type | $a_obj_id | |
| type | $a_usr_ids |
Definition at line 223 of file class.ilSoapLearningProgressAdministration.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
|
protected |
Delete SCORM Tracking @global type $ilDB.
| type | $a_obj_id | |
| type | $a_usr_ids |
Definition at line 207 of file class.ilSoapLearningProgressAdministration.php.
| ilSoapLearningProgressAdministration::getLearningProgressChanges | ( | $sid, | |
| $timestamp, | |||
| $include_ref_ids, | |||
| $type_filter | |||
| ) |
Get learning progress changes.
Definition at line 248 of file class.ilSoapLearningProgressAdministration.php.
References $ilLog, $timestamp, ilSoapAdministration\__getMessage(), ilSoapAdministration\__getMessageCode(), ilSoapAdministration\__raiseError(), ilSoapAdministration\initAuth(), and ilSoapAdministration\initIlias().
Here is the call graph for this function:
|
staticprotected |
Definition at line 16 of file class.ilSoapLearningProgressAdministration.php.
| const ilSoapLearningProgressAdministration::PROGRESS_FILTER_ALL = 0 |
Definition at line 18 of file class.ilSoapLearningProgressAdministration.php.
| const ilSoapLearningProgressAdministration::PROGRESS_FILTER_COMPLETED = 2 |
Definition at line 20 of file class.ilSoapLearningProgressAdministration.php.
| const ilSoapLearningProgressAdministration::PROGRESS_FILTER_FAILED = 3 |
Definition at line 21 of file class.ilSoapLearningProgressAdministration.php.
| const ilSoapLearningProgressAdministration::PROGRESS_FILTER_IN_PROGRESS = 1 |
Definition at line 19 of file class.ilSoapLearningProgressAdministration.php.
| const ilSoapLearningProgressAdministration::USER_FILTER_ALL = -1 |
Definition at line 23 of file class.ilSoapLearningProgressAdministration.php.