| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
 Inheritance diagram for ilAICCUnit:
 Inheritance diagram for ilAICCUnit: Collaboration diagram for ilAICCUnit:
 Collaboration diagram for ilAICCUnit:| Public Member Functions | |
| ilAICCUnit ($a_id=0) | |
| Constructor. | |
| getAUType () | |
| setAUType ($a_au_type) | |
| getCommand_line () | |
| setCommand_line ($a_command_line) | |
| getMaxTimeAllowed () | |
| setMaxTimeAllowed ($a_max_time_allowed) | |
| getTimeLimitAction () | |
| setTimeLimitAction ($a_time_limit_action) | |
| getMaxScore () | |
| setMaxScore ($a_max_score) | |
| getCoreVendor () | |
| setCoreVendor ($a_core_vendor) | |
| getSystemVendor () | |
| setSystemVendor ($a_system_vendor) | |
| getFilename () | |
| setFilename ($a_file_name) | |
| getMasteryScore () | |
| setMasteryScore ($a_mastery_score) | |
| getWebLaunch () | |
| setWebLaunch ($a_web_launch) | |
| getAUPassword () | |
| setAUPassword ($a_au_password) | |
| read () | |
| create () | |
| update () | |
| delete () | |
| getTrackingDataOfUser ($a_user_id=0) | |
| get tracking data of specified or current user | |
| insertTrackData ($a_lval, $a_rval, $a_obj_id) | |
|  Public Member Functions inherited from ilAICCObject | |
| ilAICCObject ($a_id=0) | |
| Constructor. | |
| getId () | |
| setId ($a_id) | |
| getType () | |
| setType ($a_objType) | |
| getTitle () | |
| setTitle ($a_title) | |
| getDescription () | |
| setDescription ($a_description) | |
| getDeveloperId () | |
| setDeveloperId ($a_developer_id) | |
| getSystemId () | |
| setSystemId ($a_system_id) | |
| getALMId () | |
| setALMId ($a_alm_id) | |
| prepForStore ($string) | |
| & | _getInstance ($a_id, $a_slm_id) | 
| get instance of specialized GUI class | |
| Data Fields | |
| $au_type | |
| AICC Item. | |
| $command_line | |
| $max_time_allowed | |
| $time_limit_action | |
| $max_score | |
| $core_vendor | |
| $system_vendor | |
| $file_name | |
| $mastery_score | |
| $web_launch | |
| $au_password | |
|  Data Fields inherited from ilAICCObject | |
| $id | |
| $title | |
| $objType | |
| $alm_id | |
| $description | |
| $developer_id | |
| $system_id | |
Definition at line 7 of file class.ilAICCUnit.php.
| ilAICCUnit::create | ( | ) | 
Reimplemented from ilAICCObject.
Definition at line 178 of file class.ilAICCUnit.php.
References getAUPassword(), getAUType(), getCommand_line(), getCoreVendor(), getFilename(), ilAICCObject\getId(), getMasteryScore(), getMaxScore(), getMaxTimeAllowed(), getSystemVendor(), getTimeLimitAction(), getWebLaunch(), and setMasteryScore().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilAICCUnit::delete | ( | ) | 
Reimplemented from ilAICCObject.
Definition at line 256 of file class.ilAICCUnit.php.
References $ilLog, ilLPStatusWrapper\_refreshStatus(), ilAICCObject\getALMId(), and ilAICCObject\getId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilAICCUnit::getAUPassword | ( | ) | 
Definition at line 141 of file class.ilAICCUnit.php.
References $au_password.
Referenced by create(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilAICCUnit::getAUType | ( | ) | 
Definition at line 41 of file class.ilAICCUnit.php.
References $au_type.
Referenced by create(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilAICCUnit::getCommand_line | ( | ) | 
Definition at line 51 of file class.ilAICCUnit.php.
References $command_line.
Referenced by create(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilAICCUnit::getCoreVendor | ( | ) | 
Definition at line 91 of file class.ilAICCUnit.php.
References $core_vendor.
Referenced by create(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilAICCUnit::getFilename | ( | ) | 
Definition at line 111 of file class.ilAICCUnit.php.
References $file_name.
Referenced by create(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilAICCUnit::getMasteryScore | ( | ) | 
Definition at line 121 of file class.ilAICCUnit.php.
References $mastery_score.
Referenced by create(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilAICCUnit::getMaxScore | ( | ) | 
Definition at line 81 of file class.ilAICCUnit.php.
References $max_score.
Referenced by create(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilAICCUnit::getMaxTimeAllowed | ( | ) | 
Definition at line 61 of file class.ilAICCUnit.php.
References $max_time_allowed.
Referenced by create(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilAICCUnit::getSystemVendor | ( | ) | 
Definition at line 101 of file class.ilAICCUnit.php.
References $system_vendor.
Referenced by create(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilAICCUnit::getTimeLimitAction | ( | ) | 
Definition at line 71 of file class.ilAICCUnit.php.
References $time_limit_action.
Referenced by create(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilAICCUnit::getTrackingDataOfUser | ( | $a_user_id = 0 | ) | 
get tracking data of specified or current user
Definition at line 288 of file class.ilAICCUnit.php.
References $ilUser, ilAICCObject\getALMId(), and ilAICCObject\getId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilAICCUnit::getWebLaunch | ( | ) | 
Definition at line 131 of file class.ilAICCUnit.php.
References $web_launch.
Referenced by create(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilAICCUnit::ilAICCUnit | ( | $a_id = 0 | ) | 
Constructor.
| int | $a_id | Object ID public | 
Definition at line 35 of file class.ilAICCUnit.php.
References ilAICCObject\ilAICCObject(), and ilAICCObject\setType().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilAICCUnit::insertTrackData | ( | $a_lval, | |
| $a_rval, | |||
| $a_obj_id | |||
| ) | 
Definition at line 315 of file class.ilAICCUnit.php.
References ilObjSCORMTracking\_insertTrackData(), and ilAICCObject\getId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilAICCUnit::read | ( | ) | 
Reimplemented from ilAICCObject.
Definition at line 151 of file class.ilAICCUnit.php.
References ilAICCObject\getId(), setAUPassword(), setAUType(), setCommand_line(), setCoreVendor(), setFilename(), setMasteryScore(), setMaxScore(), setMaxTimeAllowed(), setSystemVendor(), setTimeLimitAction(), and setWebLaunch().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilAICCUnit::setAUPassword | ( | $a_au_password | ) | 
Definition at line 146 of file class.ilAICCUnit.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilAICCUnit::setAUType | ( | $a_au_type | ) | 
Definition at line 46 of file class.ilAICCUnit.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilAICCUnit::setCommand_line | ( | $a_command_line | ) | 
Definition at line 56 of file class.ilAICCUnit.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilAICCUnit::setCoreVendor | ( | $a_core_vendor | ) | 
Definition at line 96 of file class.ilAICCUnit.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilAICCUnit::setFilename | ( | $a_file_name | ) | 
Definition at line 116 of file class.ilAICCUnit.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilAICCUnit::setMasteryScore | ( | $a_mastery_score | ) | 
Definition at line 126 of file class.ilAICCUnit.php.
Referenced by create(), read(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilAICCUnit::setMaxScore | ( | $a_max_score | ) | 
Definition at line 86 of file class.ilAICCUnit.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilAICCUnit::setMaxTimeAllowed | ( | $a_max_time_allowed | ) | 
Definition at line 66 of file class.ilAICCUnit.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilAICCUnit::setSystemVendor | ( | $a_system_vendor | ) | 
Definition at line 106 of file class.ilAICCUnit.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilAICCUnit::setTimeLimitAction | ( | $a_time_limit_action | ) | 
Definition at line 76 of file class.ilAICCUnit.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilAICCUnit::setWebLaunch | ( | $a_web_launch | ) | 
Definition at line 136 of file class.ilAICCUnit.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilAICCUnit::update | ( | ) | 
Reimplemented from ilAICCObject.
Definition at line 218 of file class.ilAICCUnit.php.
References getAUPassword(), getAUType(), getCommand_line(), getCoreVendor(), getFilename(), ilAICCObject\getId(), getMasteryScore(), getMaxScore(), getMaxTimeAllowed(), getSystemVendor(), getTimeLimitAction(), getWebLaunch(), and setMasteryScore().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilAICCUnit::$au_password | 
Definition at line 27 of file class.ilAICCUnit.php.
Referenced by getAUPassword().
| ilAICCUnit::$command_line | 
Definition at line 18 of file class.ilAICCUnit.php.
Referenced by getCommand_line().
| ilAICCUnit::$core_vendor | 
Definition at line 22 of file class.ilAICCUnit.php.
Referenced by getCoreVendor().
| ilAICCUnit::$file_name | 
Definition at line 24 of file class.ilAICCUnit.php.
Referenced by getFilename().
| ilAICCUnit::$mastery_score | 
Definition at line 25 of file class.ilAICCUnit.php.
Referenced by getMasteryScore().
| ilAICCUnit::$max_score | 
Definition at line 21 of file class.ilAICCUnit.php.
Referenced by getMaxScore().
| ilAICCUnit::$max_time_allowed | 
Definition at line 19 of file class.ilAICCUnit.php.
Referenced by getMaxTimeAllowed().
| ilAICCUnit::$system_vendor | 
Definition at line 23 of file class.ilAICCUnit.php.
Referenced by getSystemVendor().
| ilAICCUnit::$time_limit_action | 
Definition at line 20 of file class.ilAICCUnit.php.
Referenced by getTimeLimitAction().
| ilAICCUnit::$web_launch | 
Definition at line 26 of file class.ilAICCUnit.php.
Referenced by getWebLaunch().