| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
Organisation Unit Assignment. More...
 Collaboration diagram for ilOrgUnitAssignment:
 Collaboration diagram for ilOrgUnitAssignment:| Public Member Functions | |
| __construct ($org_unit_id, $user_id) | |
| create () | |
| update () | |
| delete () | |
| getUserId () | |
| setReportingAccess ($a_reporting_access) | |
| hasReportingAccess () | |
| setCcComplianceInvitation ($a_cc_compl_invit) | |
| hasCcComplianceInvitation () | |
| setCcComplianceNotify1 ($a_cc_compl_not1) | |
| hasCcComplianceNotify1 () | |
| setCcComplianceNotify2 ($a_cc_compl_not2) | |
| hasCcComplianceNotify2 () | |
| Private Attributes | |
| $org_unit_id = 0 | |
| $user_id = 0 | |
| $reporting_access = false | |
| $cc_compl_invit = false | |
| $cc_compl_not1 = false | |
| $cc_compl_not2 = false | |
Organisation Unit Assignment.
Definition at line 14 of file class.ilOrgUnitAssignment.php.
| ilOrgUnitAssignment::__construct | ( | $org_unit_id, | |
| $user_id | |||
| ) | 
Definition at line 24 of file class.ilOrgUnitAssignment.php.
References $org_unit_id, and $user_id.
| ilOrgUnitAssignment::create | ( | ) | 
Definition at line 30 of file class.ilOrgUnitAssignment.php.
| ilOrgUnitAssignment::delete | ( | ) | 
Definition at line 62 of file class.ilOrgUnitAssignment.php.
References $query.
| ilOrgUnitAssignment::getUserId | ( | ) | 
Definition at line 76 of file class.ilOrgUnitAssignment.php.
References $user_id.
| ilOrgUnitAssignment::hasCcComplianceInvitation | ( | ) | 
Definition at line 98 of file class.ilOrgUnitAssignment.php.
References $cc_compl_invit.
| ilOrgUnitAssignment::hasCcComplianceNotify1 | ( | ) | 
Definition at line 109 of file class.ilOrgUnitAssignment.php.
References $cc_compl_not1.
| ilOrgUnitAssignment::hasCcComplianceNotify2 | ( | ) | 
Definition at line 120 of file class.ilOrgUnitAssignment.php.
References $cc_compl_not2.
| ilOrgUnitAssignment::hasReportingAccess | ( | ) | 
Definition at line 87 of file class.ilOrgUnitAssignment.php.
References $reporting_access.
| ilOrgUnitAssignment::setCcComplianceInvitation | ( | $a_cc_compl_invit | ) | 
Definition at line 92 of file class.ilOrgUnitAssignment.php.
| ilOrgUnitAssignment::setCcComplianceNotify1 | ( | $a_cc_compl_not1 | ) | 
Definition at line 103 of file class.ilOrgUnitAssignment.php.
| ilOrgUnitAssignment::setCcComplianceNotify2 | ( | $a_cc_compl_not2 | ) | 
Definition at line 114 of file class.ilOrgUnitAssignment.php.
| ilOrgUnitAssignment::setReportingAccess | ( | $a_reporting_access | ) | 
Definition at line 81 of file class.ilOrgUnitAssignment.php.
| ilOrgUnitAssignment::update | ( | ) | 
Definition at line 44 of file class.ilOrgUnitAssignment.php.
| 
 | private | 
Definition at line 20 of file class.ilOrgUnitAssignment.php.
Referenced by hasCcComplianceInvitation().
| 
 | private | 
Definition at line 21 of file class.ilOrgUnitAssignment.php.
Referenced by hasCcComplianceNotify1().
| 
 | private | 
Definition at line 22 of file class.ilOrgUnitAssignment.php.
Referenced by hasCcComplianceNotify2().
| 
 | private | 
Definition at line 16 of file class.ilOrgUnitAssignment.php.
Referenced by __construct().
| 
 | private | 
Definition at line 19 of file class.ilOrgUnitAssignment.php.
Referenced by hasReportingAccess().
| 
 | private | 
Definition at line 17 of file class.ilOrgUnitAssignment.php.
Referenced by __construct(), and getUserId().