| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
Course waiting list. More...
 Inheritance diagram for ilCourseWaitingList:
 Inheritance diagram for ilCourseWaitingList: Collaboration diagram for ilCourseWaitingList:
 Collaboration diagram for ilCourseWaitingList:| Additional Inherited Members | |
|  Public Member Functions inherited from ilWaitingList | |
| __construct ($a_obj_id) | |
| Constructor. | |
| getObjId () | |
| get obj id | |
| addToList ($a_usr_id) | |
| add to list | |
| updateSubscriptionTime ($a_usr_id, $a_subtime) | |
| update subscription time | |
| removeFromList ($a_usr_id) | |
| remove usr from list | |
| isOnList ($a_usr_id) | |
| check if is on waiting list | |
| _preloadOnListInfo ($a_usr_ids, $a_obj_ids) | |
| Preload on list info. | |
| getCountUsers () | |
| get number of users | |
| getPosition ($a_usr_id) | |
| get position | |
| getAllUsers () | |
| get all users on waiting list | |
| getUser ($a_usr_id) | |
| get user | |
| getUserIds () | |
| Get all user ids of users on waiting list. | |
|  Static Public Member Functions inherited from ilWaitingList | |
| static | _deleteAll ($a_obj_id) | 
| delete all | |
| static | _deleteUser ($a_usr_id) | 
| Delete user. | |
| static | deleteUserEntry ($a_usr_id, $a_obj_id) | 
| Delete one user entry. | |
| static | _isOnList ($a_usr_id, $a_obj_id) | 
| Check if a user on the waiting list. | |
|  Static Public Attributes inherited from ilWaitingList | |
| static | $is_on_list = array() | 
Course waiting list.
Definition at line 17 of file class.ilCourseWaitingList.php.