| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Organisation Unit Assignment List. More...
 Inheritance diagram for ilOrgUnitAssignmentList:
 Inheritance diagram for ilOrgUnitAssignmentList: Collaboration diagram for ilOrgUnitAssignmentList:
 Collaboration diagram for ilOrgUnitAssignmentList:| Public Member Functions | |
| __construct ($org_unit_id) | |
| sortCallback ($a_assignment_a, $a_assignment_b) | |
| addAssignment ($a_user_id, $a_reporting_access, $a_cc_compl_invit, $a_cc_compl_not1, $a_cc_compl_not2) | |
| removeAssignment ($a_user_id) | |
| doesAssignmentExist ($a_user_id) | |
| hasUserReportingAccess ($a_user_id) | |
| current () | |
| next () | |
| key () | |
| valid () | |
| rewind () | |
| Private Member Functions | |
| read () | |
| Private Attributes | |
| $org_unit_id = 0 | |
| $assignments = array() | |
Organisation Unit Assignment List.
Definition at line 14 of file class.ilOrgUnitAssignmentList.php.
| ilOrgUnitAssignmentList::__construct | ( | $org_unit_id | ) | 
Definition at line 20 of file class.ilOrgUnitAssignmentList.php.
References $org_unit_id, and read().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilOrgUnitAssignmentList::addAssignment | ( | $a_user_id, | |
| $a_reporting_access, | |||
| $a_cc_compl_invit, | |||
| $a_cc_compl_not1, | |||
| $a_cc_compl_not2 | |||
| ) | 
Definition at line 63 of file class.ilOrgUnitAssignmentList.php.
| ilOrgUnitAssignmentList::current | ( | ) | 
Definition at line 100 of file class.ilOrgUnitAssignmentList.php.
| ilOrgUnitAssignmentList::doesAssignmentExist | ( | $a_user_id | ) | 
Definition at line 90 of file class.ilOrgUnitAssignmentList.php.
| ilOrgUnitAssignmentList::hasUserReportingAccess | ( | $a_user_id | ) | 
Definition at line 95 of file class.ilOrgUnitAssignmentList.php.
| ilOrgUnitAssignmentList::key | ( | ) | 
Definition at line 110 of file class.ilOrgUnitAssignmentList.php.
Referenced by valid().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilOrgUnitAssignmentList::next | ( | ) | 
Definition at line 105 of file class.ilOrgUnitAssignmentList.php.
| 
 | private | 
Definition at line 27 of file class.ilOrgUnitAssignmentList.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by __construct().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilOrgUnitAssignmentList::removeAssignment | ( | $a_user_id | ) | 
Definition at line 80 of file class.ilOrgUnitAssignmentList.php.
| ilOrgUnitAssignmentList::rewind | ( | ) | 
Definition at line 120 of file class.ilOrgUnitAssignmentList.php.
| ilOrgUnitAssignmentList::sortCallback | ( | $a_assignment_a, | |
| $a_assignment_b | |||
| ) | 
Definition at line 52 of file class.ilOrgUnitAssignmentList.php.
References ilObjectFactory\getInstanceByObjId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilOrgUnitAssignmentList::valid | ( | ) | 
Definition at line 115 of file class.ilOrgUnitAssignmentList.php.
References key().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
Definition at line 18 of file class.ilOrgUnitAssignmentList.php.
| 
 | private | 
Definition at line 16 of file class.ilOrgUnitAssignmentList.php.
Referenced by __construct().