ILIAS
Release_4_4_x_branch Revision 61816
|
Public Member Functions | |
initAssigns () | |
assignUser ($a_user_id, $a_reporting_access, $a_cc_compl_invit, $a_cc_compl_not1, $a_cc_compl_not2) | |
deassignUser ($a_user_id) | |
isUserAssigned ($a_user_id) | |
getAssignedUsers () | |
read () | |
update () | |
create () | |
delete () | |
hasUserReportingAccess ($a_user_id) | |
setId ($ou_id) | |
getId () | |
setTitle ($ou_title) | |
getTitle () | |
setSubTitle ($ou_subtitle) | |
getSubTitle () | |
setImportId ($ou_import_id) | |
getImportId () | |
setParent ($a_parent) | |
getParent () | |
addChild ($a_child) | |
getChilds () | |
hasChilds () | |
sortChilds () | |
sortCallback ($a_a, $a_b) |
Static Public Member Functions | |
static | deleteInstance ($ou_id) |
static | getInstance ($ou_id) |
static | createInstance ($ou_title, $ou_subtitle, $ou_import_id) |
static | lookupIdByImportId ($ou_import_id) |
static | getInstancesByAssignedUser ($a_user_id) |
Private Member Functions | |
__construct ($ou_id=0) |
Private Attributes | |
$id = 0 | |
$title = '' | |
$subtitle = '' | |
$import_id = 0 | |
$parent = 0 | |
$childs = array() | |
$assignment_list = null |
Static Private Attributes | |
static | $instance_cache = array() |
static | $import_id_cache = array() |
Definition at line 5 of file class.ilOrgUnit.php.
|
private |
Definition at line 20 of file class.ilOrgUnit.php.
References read().
ilOrgUnit::addChild | ( | $a_child | ) |
Definition at line 274 of file class.ilOrgUnit.php.
ilOrgUnit::assignUser | ( | $a_user_id, | |
$a_reporting_access, | |||
$a_cc_compl_invit, | |||
$a_cc_compl_not1, | |||
$a_cc_compl_not2 | |||
) |
Definition at line 35 of file class.ilOrgUnit.php.
ilOrgUnit::create | ( | ) |
Definition at line 118 of file class.ilOrgUnit.php.
|
static |
Definition at line 165 of file class.ilOrgUnit.php.
ilOrgUnit::deassignUser | ( | $a_user_id | ) |
Definition at line 45 of file class.ilOrgUnit.php.
ilOrgUnit::delete | ( | ) |
Definition at line 136 of file class.ilOrgUnit.php.
References deleteInstance().
|
static |
Definition at line 141 of file class.ilOrgUnit.php.
References $query.
Referenced by delete().
ilOrgUnit::getAssignedUsers | ( | ) |
Definition at line 61 of file class.ilOrgUnit.php.
ilOrgUnit::getChilds | ( | ) |
Definition at line 279 of file class.ilOrgUnit.php.
References $childs.
Referenced by ilOrgUnitTreeExplorerGUI\renderUnit().
ilOrgUnit::getId | ( | ) |
Definition at line 233 of file class.ilOrgUnit.php.
References $id.
Referenced by ilOrgUnitTreeExplorerGUI\renderUnit().
ilOrgUnit::getImportId | ( | ) |
Definition at line 260 of file class.ilOrgUnit.php.
References $import_id.
|
static |
Definition at line 155 of file class.ilOrgUnit.php.
Referenced by getInstancesByAssignedUser(), and ilOrgUnitTree\getRecursiveOrgUnitTree().
|
static |
Definition at line 201 of file class.ilOrgUnit.php.
References $query, $res, $row, DB_FETCHMODE_OBJECT, and getInstance().
Referenced by ilOrgUnitAssignmentTableGUI\getItems().
ilOrgUnit::getParent | ( | ) |
ilOrgUnit::getSubTitle | ( | ) |
Definition at line 251 of file class.ilOrgUnit.php.
References $subtitle.
Referenced by ilOrgUnitTreeExplorerGUI\renderUnit().
ilOrgUnit::getTitle | ( | ) |
Definition at line 242 of file class.ilOrgUnit.php.
References $title.
Referenced by ilOrgUnitTreeExplorerGUI\renderUnit().
ilOrgUnit::hasChilds | ( | ) |
Definition at line 283 of file class.ilOrgUnit.php.
Referenced by ilOrgUnitTreeExplorerGUI\renderUnit().
ilOrgUnit::hasUserReportingAccess | ( | $a_user_id | ) |
Definition at line 221 of file class.ilOrgUnit.php.
References initAssigns().
ilOrgUnit::initAssigns | ( | ) |
Definition at line 29 of file class.ilOrgUnit.php.
Referenced by hasUserReportingAccess(), and ilOrgUnitTreeExplorerGUI\renderUnit().
ilOrgUnit::isUserAssigned | ( | $a_user_id | ) |
Definition at line 53 of file class.ilOrgUnit.php.
|
static |
Definition at line 179 of file class.ilOrgUnit.php.
References $query, $res, $row, and DB_FETCHMODE_OBJECT.
ilOrgUnit::read | ( | ) |
Definition at line 80 of file class.ilOrgUnit.php.
References $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by __construct().
ilOrgUnit::setId | ( | $ou_id | ) |
Definition at line 228 of file class.ilOrgUnit.php.
ilOrgUnit::setImportId | ( | $ou_import_id | ) |
Definition at line 255 of file class.ilOrgUnit.php.
ilOrgUnit::setParent | ( | $a_parent | ) |
Definition at line 265 of file class.ilOrgUnit.php.
ilOrgUnit::setSubTitle | ( | $ou_subtitle | ) |
Definition at line 246 of file class.ilOrgUnit.php.
ilOrgUnit::setTitle | ( | $ou_title | ) |
Definition at line 237 of file class.ilOrgUnit.php.
ilOrgUnit::sortCallback | ( | $a_a, | |
$a_b | |||
) |
Definition at line 296 of file class.ilOrgUnit.php.
ilOrgUnit::sortChilds | ( | ) |
Definition at line 287 of file class.ilOrgUnit.php.
ilOrgUnit::update | ( | ) |
Definition at line 103 of file class.ilOrgUnit.php.
|
private |
Definition at line 18 of file class.ilOrgUnit.php.
|
private |
Definition at line 16 of file class.ilOrgUnit.php.
Referenced by getChilds().
|
private |
Definition at line 10 of file class.ilOrgUnit.php.
Referenced by getId().
|
private |
Definition at line 13 of file class.ilOrgUnit.php.
Referenced by getImportId().
|
staticprivate |
Definition at line 8 of file class.ilOrgUnit.php.
|
staticprivate |
Definition at line 7 of file class.ilOrgUnit.php.
|
private |
Definition at line 15 of file class.ilOrgUnit.php.
Referenced by getParent().
|
private |
Definition at line 12 of file class.ilOrgUnit.php.
Referenced by getSubTitle().
|
private |
Definition at line 11 of file class.ilOrgUnit.php.
Referenced by getTitle().